yarn run v1.22.19 $ /tmp/project/node_modules/.bin/tsc --traceResolution -p apps/api/tsconfig.app.json --generateTrace dist/debug --incremental false ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/app.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Found 'package.json' at '/tmp/project/node_modules/@nestjs/common/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@nestjs/common.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' does not have a 'main' field. File '/tmp/project/node_modules/@nestjs/common/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@nestjs/common/index.d.ts', result '/tmp/project/node_modules/@nestjs/common/index.d.ts'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'express' from '/tmp/project/apps/api/apps/api/src/app.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'express'. 'paths' option is specified, looking for a pattern to match module name 'express'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'express'. Resolving module name 'express' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/express'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/express', target file type 'TypeScript'. File '/tmp/project/apps/api/express.ts' does not exist. File '/tmp/project/apps/api/express.tsx' does not exist. File '/tmp/project/apps/api/express.d.ts' does not exist. Directory '/tmp/project/apps/api/express' does not exist, skipping all lookups in it. Loading module 'express' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/express.ts' does not exist. File '/tmp/project/apps/api/node_modules/express.tsx' does not exist. File '/tmp/project/apps/api/node_modules/express.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/express/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/express.ts' does not exist. File '/tmp/project/node_modules/express.tsx' does not exist. File '/tmp/project/node_modules/express.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' does not have a 'main' field. File '/tmp/project/node_modules/express/index.ts' does not exist. File '/tmp/project/node_modules/express/index.tsx' does not exist. File '/tmp/project/node_modules/express/index.d.ts' does not exist. Found 'package.json' at '/tmp/project/node_modules/@types/express/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@types/express.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/express/index.d.ts'. File '/tmp/project/node_modules/@types/express/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/express/index.d.ts', result '/tmp/project/node_modules/@types/express/index.d.ts'. ======== Module name 'express' was successfully resolved to '/tmp/project/node_modules/@types/express/index.d.ts' with Package ID '@types/express/index.d.ts@4.17.17'. ======== ======== Resolving module 'path' from '/tmp/project/apps/api/apps/api/src/app.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'path'. 'paths' option is specified, looking for a pattern to match module name 'path'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'path'. Resolving module name 'path' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/path'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/path', target file type 'TypeScript'. File '/tmp/project/apps/api/path.ts' does not exist. File '/tmp/project/apps/api/path.tsx' does not exist. File '/tmp/project/apps/api/path.d.ts' does not exist. Directory '/tmp/project/apps/api/path' does not exist, skipping all lookups in it. Loading module 'path' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/path.ts' does not exist. File '/tmp/project/apps/api/node_modules/path.tsx' does not exist. File '/tmp/project/apps/api/node_modules/path.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/path.ts' does not exist. File '/tmp/project/node_modules/path.tsx' does not exist. File '/tmp/project/node_modules/path.d.ts' does not exist. File '/tmp/project/node_modules/@types/path.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'path'. 'paths' option is specified, looking for a pattern to match module name 'path'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'path'. Resolving module name 'path' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/path'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/path', target file type 'JavaScript'. File '/tmp/project/apps/api/path.js' does not exist. File '/tmp/project/apps/api/path.jsx' does not exist. Directory '/tmp/project/apps/api/path' does not exist, skipping all lookups in it. Loading module 'path' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/path.js' does not exist. File '/tmp/project/apps/api/node_modules/path.jsx' does not exist. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/path.js' does not exist. File '/tmp/project/node_modules/path.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'path'. 'paths' option is specified, looking for a pattern to match module name 'path'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'path'. Resolving module name 'path' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/path'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/path', target file type 'Json'. Directory '/tmp/project/apps/api/path' does not exist, skipping all lookups in it. Loading module 'path' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'path' was not resolved. ======== ======== Resolving module './auth/auth.decorator' from '/tmp/project/apps/api/apps/api/src/app.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/auth/auth.decorator', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts' exist - use it as a name resolution result. ======== Module name './auth/auth.decorator' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts'. ======== ======== Resolving module 'reflect-metadata' from '/tmp/project/node_modules/@nestjs/common/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reflect-metadata'. 'paths' option is specified, looking for a pattern to match module name 'reflect-metadata'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reflect-metadata'. Resolving module name 'reflect-metadata' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/reflect-metadata'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/reflect-metadata', target file type 'TypeScript'. File '/tmp/project/apps/api/reflect-metadata.ts' does not exist. File '/tmp/project/apps/api/reflect-metadata.tsx' does not exist. File '/tmp/project/apps/api/reflect-metadata.d.ts' does not exist. Directory '/tmp/project/apps/api/reflect-metadata' does not exist, skipping all lookups in it. Loading module 'reflect-metadata' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/common/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/reflect-metadata/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/reflect-metadata.ts' does not exist. File '/tmp/project/node_modules/reflect-metadata.tsx' does not exist. File '/tmp/project/node_modules/reflect-metadata.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/reflect-metadata/index.d.ts'. File '/tmp/project/node_modules/reflect-metadata/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/reflect-metadata/index.d.ts', result '/tmp/project/node_modules/reflect-metadata/index.d.ts'. ======== Module name 'reflect-metadata' was successfully resolved to '/tmp/project/node_modules/reflect-metadata/index.d.ts' with Package ID 'reflect-metadata/index.d.ts@0.1.13'. ======== ======== Resolving module './cache' from '/tmp/project/node_modules/@nestjs/common/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/cache', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/cache.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/index.d.ts' exist - use it as a name resolution result. ======== Module name './cache' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/cache/index.d.ts'. ======== ======== Resolving module './decorators' from '/tmp/project/node_modules/@nestjs/common/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/index.d.ts' exist - use it as a name resolution result. ======== Module name './decorators' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/index.d.ts'. ======== ======== Resolving module './enums' from '/tmp/project/node_modules/@nestjs/common/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/enums', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/enums.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/index.d.ts' exist - use it as a name resolution result. ======== Module name './enums' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/enums/index.d.ts'. ======== ======== Resolving module './exceptions' from '/tmp/project/node_modules/@nestjs/common/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/exceptions', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/exceptions.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/index.d.ts' exist - use it as a name resolution result. ======== Module name './exceptions' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== ======== Resolving module './file-stream' from '/tmp/project/node_modules/@nestjs/common/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/file-stream', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/file-stream.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/file-stream.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/file-stream.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/file-stream/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/common/file-stream/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/file-stream/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/file-stream/index.d.ts' exist - use it as a name resolution result. ======== Module name './file-stream' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/file-stream/index.d.ts'. ======== ======== Resolving module './interfaces' from '/tmp/project/node_modules/@nestjs/common/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name './interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module './module-utils' from '/tmp/project/node_modules/@nestjs/common/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/module-utils', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/module-utils.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils/index.d.ts' exist - use it as a name resolution result. ======== Module name './module-utils' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/module-utils/index.d.ts'. ======== ======== Resolving module './pipes' from '/tmp/project/node_modules/@nestjs/common/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/pipes', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/pipes.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/index.d.ts' exist - use it as a name resolution result. ======== Module name './pipes' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/pipes/index.d.ts'. ======== ======== Resolving module './serializer' from '/tmp/project/node_modules/@nestjs/common/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/serializer', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/serializer.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/serializer.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/serializer.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/serializer/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/common/serializer/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/serializer/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/serializer/index.d.ts' exist - use it as a name resolution result. ======== Module name './serializer' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/serializer/index.d.ts'. ======== ======== Resolving module './services' from '/tmp/project/node_modules/@nestjs/common/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/services', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/services.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/services.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/services.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/services/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/common/services/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/services/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/services/index.d.ts' exist - use it as a name resolution result. ======== Module name './services' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/services/index.d.ts'. ======== ======== Resolving module './utils' from '/tmp/project/node_modules/@nestjs/common/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/utils', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/utils.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/utils.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/utils.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/utils/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/common/utils/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/utils/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/utils/index.d.ts' exist - use it as a name resolution result. ======== Module name './utils' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/utils/index.d.ts'. ======== ======== Resolving module './cache.constants' from '/tmp/project/node_modules/@nestjs/common/cache/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/cache/cache.constants', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/cache/cache.constants.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/cache.constants.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/cache.constants.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './cache.constants' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/cache/cache.constants.d.ts' with Package ID '@nestjs/common/cache/cache.constants.d.ts@9.3.10'. ======== ======== Resolving module './cache.module' from '/tmp/project/node_modules/@nestjs/common/cache/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/cache/cache.module', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/cache/cache.module.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/cache.module.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/cache.module.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './cache.module' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/cache/cache.module.d.ts' with Package ID '@nestjs/common/cache/cache.module.d.ts@9.3.10'. ======== ======== Resolving module './decorators' from '/tmp/project/node_modules/@nestjs/common/cache/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/cache/decorators', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/cache/decorators.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/decorators.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/decorators.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/decorators/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/decorators/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/decorators/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/decorators/index.d.ts' exist - use it as a name resolution result. ======== Module name './decorators' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/cache/decorators/index.d.ts'. ======== ======== Resolving module './interceptors' from '/tmp/project/node_modules/@nestjs/common/cache/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/cache/interceptors', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/cache/interceptors.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/interceptors.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/interceptors.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/interceptors/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/interceptors/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/interceptors/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/interceptors/index.d.ts' exist - use it as a name resolution result. ======== Module name './interceptors' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/cache/interceptors/index.d.ts'. ======== ======== Resolving module './interfaces' from '/tmp/project/node_modules/@nestjs/common/cache/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/cache/interfaces', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/cache/interfaces.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/interfaces.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/interfaces.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/interfaces/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/interfaces/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/interfaces/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name './interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/cache/interfaces/index.d.ts'. ======== ======== Resolving module '../interfaces' from '/tmp/project/node_modules/@nestjs/common/cache/cache.module.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name '../interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module './cache.module-definition' from '/tmp/project/node_modules/@nestjs/common/cache/cache.module.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/cache/cache.module-definition', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/cache/cache.module-definition.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/cache.module-definition.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/cache.module-definition.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './cache.module-definition' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/cache/cache.module-definition.d.ts' with Package ID '@nestjs/common/cache/cache.module-definition.d.ts@9.3.10'. ======== ======== Resolving module './interfaces/cache-module.interface' from '/tmp/project/node_modules/@nestjs/common/cache/cache.module.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/cache/interfaces/cache-module.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/cache/interfaces/cache-module.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/interfaces/cache-module.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/interfaces/cache-module.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './interfaces/cache-module.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/cache/interfaces/cache-module.interface.d.ts' with Package ID '@nestjs/common/cache/interfaces/cache-module.interface.d.ts@9.3.10'. ======== ======== Resolving module './abstract.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/abstract.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/abstract.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/abstract.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/abstract.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './abstract.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/abstract.interface.d.ts' with Package ID '@nestjs/common/interfaces/abstract.interface.d.ts@9.3.10'. ======== ======== Resolving module './controllers/controller-metadata.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/controllers/controller-metadata.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/controllers/controller-metadata.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/controllers/controller-metadata.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/controllers/controller-metadata.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './controllers/controller-metadata.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/controllers/controller-metadata.interface.d.ts' with Package ID '@nestjs/common/interfaces/controllers/controller-metadata.interface.d.ts@9.3.10'. ======== ======== Resolving module './controllers/controller.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/controllers/controller.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/controllers/controller.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/controllers/controller.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/controllers/controller.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './controllers/controller.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/controllers/controller.interface.d.ts' with Package ID '@nestjs/common/interfaces/controllers/controller.interface.d.ts@9.3.10'. ======== ======== Resolving module './exceptions/exception-filter.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './exceptions/exception-filter.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter.interface.d.ts' with Package ID '@nestjs/common/interfaces/exceptions/exception-filter.interface.d.ts@9.3.10'. ======== ======== Resolving module './exceptions/rpc-exception-filter.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './exceptions/rpc-exception-filter.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter.interface.d.ts' with Package ID '@nestjs/common/interfaces/exceptions/rpc-exception-filter.interface.d.ts@9.3.10'. ======== ======== Resolving module './exceptions/ws-exception-filter.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/ws-exception-filter.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/ws-exception-filter.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/ws-exception-filter.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/ws-exception-filter.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './exceptions/ws-exception-filter.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/ws-exception-filter.interface.d.ts' with Package ID '@nestjs/common/interfaces/exceptions/ws-exception-filter.interface.d.ts@9.3.10'. ======== ======== Resolving module './external/validation-error.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/external/validation-error.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/validation-error.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/validation-error.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/validation-error.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './external/validation-error.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/external/validation-error.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/validation-error.interface.d.ts@9.3.10'. ======== ======== Resolving module './features/arguments-host.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/features/arguments-host.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './features/arguments-host.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/arguments-host.interface.d.ts@9.3.10'. ======== ======== Resolving module './features/can-activate.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/features/can-activate.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/can-activate.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/can-activate.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/can-activate.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './features/can-activate.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/can-activate.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/can-activate.interface.d.ts@9.3.10'. ======== ======== Resolving module './features/custom-route-param-factory.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/features/custom-route-param-factory.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/custom-route-param-factory.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/custom-route-param-factory.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/custom-route-param-factory.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './features/custom-route-param-factory.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/custom-route-param-factory.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/custom-route-param-factory.interface.d.ts@9.3.10'. ======== ======== Resolving module './features/execution-context.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/features/execution-context.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/execution-context.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/execution-context.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/execution-context.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './features/execution-context.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/execution-context.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/execution-context.interface.d.ts@9.3.10'. ======== ======== Resolving module './features/nest-interceptor.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/features/nest-interceptor.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/nest-interceptor.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/nest-interceptor.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/nest-interceptor.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './features/nest-interceptor.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/nest-interceptor.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/nest-interceptor.interface.d.ts@9.3.10'. ======== ======== Resolving module './features/paramtype.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/features/paramtype.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/paramtype.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/paramtype.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/paramtype.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './features/paramtype.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/paramtype.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/paramtype.interface.d.ts@9.3.10'. ======== ======== Resolving module './features/pipe-transform.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './features/pipe-transform.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/pipe-transform.interface.d.ts@9.3.10'. ======== ======== Resolving module './global-prefix-options.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/global-prefix-options.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/global-prefix-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/global-prefix-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/global-prefix-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './global-prefix-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/global-prefix-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/global-prefix-options.interface.d.ts@9.3.10'. ======== ======== Resolving module './hooks' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/hooks', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/hooks.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/hooks.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/hooks.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/index.d.ts' exist - use it as a name resolution result. ======== Module name './hooks' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/index.d.ts'. ======== ======== Resolving module './http' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/http', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/http.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/http.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/http.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/http/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/http/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/http/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/http/index.d.ts' exist - use it as a name resolution result. ======== Module name './http' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/http/index.d.ts'. ======== ======== Resolving module './injectable.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/injectable.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/injectable.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/injectable.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/injectable.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './injectable.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/injectable.interface.d.ts' with Package ID '@nestjs/common/interfaces/injectable.interface.d.ts@9.3.10'. ======== ======== Resolving module './microservices/nest-hybrid-application-options.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/microservices/nest-hybrid-application-options.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/microservices/nest-hybrid-application-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/microservices/nest-hybrid-application-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/microservices/nest-hybrid-application-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './microservices/nest-hybrid-application-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/microservices/nest-hybrid-application-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/microservices/nest-hybrid-application-options.interface.d.ts@9.3.10'. ======== ======== Resolving module './middleware' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/middleware', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/index.d.ts' exist - use it as a name resolution result. ======== Module name './middleware' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/index.d.ts'. ======== ======== Resolving module './modules' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/modules', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/index.d.ts' exist - use it as a name resolution result. ======== Module name './modules' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/modules/index.d.ts'. ======== ======== Resolving module './nest-application-context.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './nest-application-context.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context.interface.d.ts' with Package ID '@nestjs/common/interfaces/nest-application-context.interface.d.ts@9.3.10'. ======== ======== Resolving module './nest-application-options.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-options.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './nest-application-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/nest-application-options.interface.d.ts@9.3.10'. ======== ======== Resolving module './nest-application.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './nest-application.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application.interface.d.ts' with Package ID '@nestjs/common/interfaces/nest-application.interface.d.ts@9.3.10'. ======== ======== Resolving module './nest-microservice.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/nest-microservice.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/nest-microservice.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/nest-microservice.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/nest-microservice.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './nest-microservice.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/nest-microservice.interface.d.ts' with Package ID '@nestjs/common/interfaces/nest-microservice.interface.d.ts@9.3.10'. ======== ======== Resolving module './scope-options.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/scope-options.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/scope-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/scope-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/scope-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './scope-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/scope-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/scope-options.interface.d.ts@9.3.10'. ======== ======== Resolving module './type.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './type.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.d.ts' with Package ID '@nestjs/common/interfaces/type.interface.d.ts@9.3.10'. ======== ======== Resolving module './version-options.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/version-options.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/version-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/version-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/version-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './version-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/version-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/version-options.interface.d.ts@9.3.10'. ======== ======== Resolving module './websockets/web-socket-adapter.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/websockets/web-socket-adapter.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/websockets/web-socket-adapter.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/websockets/web-socket-adapter.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/websockets/web-socket-adapter.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './websockets/web-socket-adapter.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/websockets/web-socket-adapter.interface.d.ts' with Package ID '@nestjs/common/interfaces/websockets/web-socket-adapter.interface.d.ts@9.3.10'. ======== ======== Resolving module '../features/arguments-host.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/features/arguments-host.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../features/arguments-host.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/arguments-host.interface.d.ts@9.3.10'. ======== ======== Resolving module 'rxjs' from '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. 'paths' option is specified, looking for a pattern to match module name 'rxjs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. Resolving module name 'rxjs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/rxjs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/rxjs', target file type 'TypeScript'. File '/tmp/project/apps/api/rxjs.ts' does not exist. File '/tmp/project/apps/api/rxjs.tsx' does not exist. File '/tmp/project/apps/api/rxjs.d.ts' does not exist. Directory '/tmp/project/apps/api/rxjs' does not exist, skipping all lookups in it. Loading module 'rxjs' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@nestjs/common/interfaces/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@nestjs/common/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/rxjs/package.json'. 'package.json' has a 'typesVersions' field with version-specific path mappings. File '/tmp/project/node_modules/rxjs.ts' does not exist. File '/tmp/project/node_modules/rxjs.tsx' does not exist. File '/tmp/project/node_modules/rxjs.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/rxjs/index.d.ts'. 'package.json' has a 'typesVersions' entry '>=4.2' that matches compiler version '4.9.4', looking for a pattern to match module name 'index.d.ts'. Module name 'index.d.ts', matched pattern '*'. Trying substitution 'dist/types/*', candidate module location: 'dist/types/index.d.ts'. File '/tmp/project/node_modules/rxjs/dist/types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/rxjs/dist/types/index.d.ts', result '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Module name 'rxjs' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/index.d.ts' with Package ID 'rxjs/dist/types/index.d.ts@7.8.0'. ======== ======== Resolving module '../features/arguments-host.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter.interface.d.ts'. ======== Resolution for module '../features/arguments-host.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions'. ======== Module name '../features/arguments-host.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/arguments-host.interface.d.ts@9.3.10'. ======== ======== Resolving module '../internal/operators/audit' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/audit', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/audit.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/audit.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/audit.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/audit' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/audit.d.ts' with Package ID 'rxjs/dist/types/internal/operators/audit.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/auditTime' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/auditTime', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/auditTime.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/auditTime.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/auditTime.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/auditTime' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/auditTime.d.ts' with Package ID 'rxjs/dist/types/internal/operators/auditTime.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/buffer' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/buffer', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/buffer.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/buffer.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/buffer.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/buffer' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/buffer.d.ts' with Package ID 'rxjs/dist/types/internal/operators/buffer.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/bufferCount' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferCount', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferCount.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferCount.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferCount.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/bufferCount' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferCount.d.ts' with Package ID 'rxjs/dist/types/internal/operators/bufferCount.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/bufferTime' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferTime', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferTime.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferTime.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferTime.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/bufferTime' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferTime.d.ts' with Package ID 'rxjs/dist/types/internal/operators/bufferTime.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/bufferToggle' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferToggle', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferToggle.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferToggle.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferToggle.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/bufferToggle' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferToggle.d.ts' with Package ID 'rxjs/dist/types/internal/operators/bufferToggle.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/bufferWhen' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferWhen', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferWhen.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferWhen.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferWhen.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/bufferWhen' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferWhen.d.ts' with Package ID 'rxjs/dist/types/internal/operators/bufferWhen.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/catchError' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/catchError', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/catchError.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/catchError.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/catchError.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/catchError' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/catchError.d.ts' with Package ID 'rxjs/dist/types/internal/operators/catchError.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/combineAll' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineAll', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineAll.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineAll.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/combineAll' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/combineAll.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/combineLatestAll' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatestAll', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/combineLatestAll' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/combineLatestAll.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/combineLatest' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatest', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatest.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatest.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatest.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/combineLatest' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatest.d.ts' with Package ID 'rxjs/dist/types/internal/operators/combineLatest.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/combineLatestWith' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatestWith', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/combineLatestWith' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/combineLatestWith.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/concat' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concat', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concat.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concat.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concat.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/concat' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concat.d.ts' with Package ID 'rxjs/dist/types/internal/operators/concat.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/concatAll' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatAll', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatAll.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatAll.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/concatAll' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/concatAll.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/concatMap' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatMap', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatMap.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatMap.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatMap.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/concatMap' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatMap.d.ts' with Package ID 'rxjs/dist/types/internal/operators/concatMap.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/concatMapTo' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatMapTo', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatMapTo.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatMapTo.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatMapTo.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/concatMapTo' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatMapTo.d.ts' with Package ID 'rxjs/dist/types/internal/operators/concatMapTo.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/concatWith' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatWith', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatWith.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatWith.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/concatWith' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/concatWith.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/connect' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/connect', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/connect.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/connect.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/connect.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/connect' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/connect.d.ts' with Package ID 'rxjs/dist/types/internal/operators/connect.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/count' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/count', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/count.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/count.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/count.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/count' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/count.d.ts' with Package ID 'rxjs/dist/types/internal/operators/count.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/debounce' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/debounce', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/debounce.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/debounce.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/debounce.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/debounce' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/debounce.d.ts' with Package ID 'rxjs/dist/types/internal/operators/debounce.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/debounceTime' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/debounceTime', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/debounceTime.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/debounceTime.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/debounceTime.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/debounceTime' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/debounceTime.d.ts' with Package ID 'rxjs/dist/types/internal/operators/debounceTime.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/defaultIfEmpty' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/defaultIfEmpty' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.d.ts' with Package ID 'rxjs/dist/types/internal/operators/defaultIfEmpty.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/delay' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/delay', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/delay.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/delay.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/delay.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/delay' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/delay.d.ts' with Package ID 'rxjs/dist/types/internal/operators/delay.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/delayWhen' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/delayWhen', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/delayWhen.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/delayWhen.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/delayWhen.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/delayWhen' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/delayWhen.d.ts' with Package ID 'rxjs/dist/types/internal/operators/delayWhen.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/dematerialize' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/dematerialize', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/dematerialize.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/dematerialize.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/dematerialize.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/dematerialize' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/dematerialize.d.ts' with Package ID 'rxjs/dist/types/internal/operators/dematerialize.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/distinct' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinct', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinct.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinct.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinct.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/distinct' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinct.d.ts' with Package ID 'rxjs/dist/types/internal/operators/distinct.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/distinctUntilChanged' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/distinctUntilChanged' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.d.ts' with Package ID 'rxjs/dist/types/internal/operators/distinctUntilChanged.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/distinctUntilKeyChanged' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/distinctUntilKeyChanged' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.d.ts' with Package ID 'rxjs/dist/types/internal/operators/distinctUntilKeyChanged.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/elementAt' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/elementAt', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/elementAt.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/elementAt.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/elementAt.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/elementAt' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/elementAt.d.ts' with Package ID 'rxjs/dist/types/internal/operators/elementAt.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/endWith' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/endWith', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/endWith.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/endWith.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/endWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/endWith' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/endWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/endWith.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/every' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/every', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/every.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/every.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/every.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/every' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/every.d.ts' with Package ID 'rxjs/dist/types/internal/operators/every.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/exhaust' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaust', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaust.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaust.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaust.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/exhaust' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaust.d.ts' with Package ID 'rxjs/dist/types/internal/operators/exhaust.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/exhaustAll' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaustAll', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaustAll.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaustAll.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaustAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/exhaustAll' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaustAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/exhaustAll.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/exhaustMap' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaustMap', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaustMap.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaustMap.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaustMap.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/exhaustMap' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaustMap.d.ts' with Package ID 'rxjs/dist/types/internal/operators/exhaustMap.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/expand' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/expand', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/expand.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/expand.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/expand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/expand' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/expand.d.ts' with Package ID 'rxjs/dist/types/internal/operators/expand.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/filter' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/filter', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/filter.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/filter.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/filter.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/filter' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/filter.d.ts' with Package ID 'rxjs/dist/types/internal/operators/filter.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/finalize' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/finalize', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/finalize.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/finalize.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/finalize.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/finalize' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/finalize.d.ts' with Package ID 'rxjs/dist/types/internal/operators/finalize.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/find' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/find', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/find.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/find.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/find.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/find' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/find.d.ts' with Package ID 'rxjs/dist/types/internal/operators/find.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/findIndex' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/findIndex', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/findIndex.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/findIndex.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/findIndex.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/findIndex' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/findIndex.d.ts' with Package ID 'rxjs/dist/types/internal/operators/findIndex.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/first' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/first', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/first.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/first.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/first.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/first' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/first.d.ts' with Package ID 'rxjs/dist/types/internal/operators/first.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/groupBy' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/groupBy', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/groupBy.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/groupBy.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/groupBy.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/groupBy' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/groupBy.d.ts' with Package ID 'rxjs/dist/types/internal/operators/groupBy.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/ignoreElements' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/ignoreElements', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/ignoreElements.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/ignoreElements.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/ignoreElements.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/ignoreElements' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/ignoreElements.d.ts' with Package ID 'rxjs/dist/types/internal/operators/ignoreElements.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/isEmpty' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/isEmpty', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/isEmpty.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/isEmpty.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/isEmpty.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/isEmpty' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/isEmpty.d.ts' with Package ID 'rxjs/dist/types/internal/operators/isEmpty.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/last' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/last', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/last.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/last.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/last.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/last' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/last.d.ts' with Package ID 'rxjs/dist/types/internal/operators/last.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/map' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/map', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/map.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/map.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/map.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/map' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/map.d.ts' with Package ID 'rxjs/dist/types/internal/operators/map.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/mapTo' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mapTo', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mapTo.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mapTo.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mapTo.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/mapTo' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mapTo.d.ts' with Package ID 'rxjs/dist/types/internal/operators/mapTo.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/materialize' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/materialize', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/materialize.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/materialize.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/materialize' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts' with Package ID 'rxjs/dist/types/internal/operators/materialize.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/max' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/max', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/max.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/max.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/max.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/max' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/max.d.ts' with Package ID 'rxjs/dist/types/internal/operators/max.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/merge' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/merge', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/merge.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/merge.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/merge.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/merge' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/merge.d.ts' with Package ID 'rxjs/dist/types/internal/operators/merge.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/mergeAll' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeAll', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeAll.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeAll.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/mergeAll' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/mergeAll.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/flatMap' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/flatMap', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/flatMap.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/flatMap.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/flatMap.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/flatMap' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/flatMap.d.ts' with Package ID 'rxjs/dist/types/internal/operators/flatMap.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/mergeMap' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeMap', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeMap.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeMap.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeMap.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/mergeMap' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeMap.d.ts' with Package ID 'rxjs/dist/types/internal/operators/mergeMap.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/mergeMapTo' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeMapTo', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/mergeMapTo' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.d.ts' with Package ID 'rxjs/dist/types/internal/operators/mergeMapTo.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/mergeScan' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeScan', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeScan.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeScan.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeScan.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/mergeScan' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeScan.d.ts' with Package ID 'rxjs/dist/types/internal/operators/mergeScan.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/mergeWith' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeWith', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeWith.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeWith.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/mergeWith' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/mergeWith.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/min' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/min', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/min.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/min.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/min.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/min' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/min.d.ts' with Package ID 'rxjs/dist/types/internal/operators/min.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/multicast' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/multicast', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/multicast.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/multicast.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/multicast' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts' with Package ID 'rxjs/dist/types/internal/operators/multicast.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/observeOn' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/observeOn', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/observeOn.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/observeOn.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/observeOn.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/observeOn' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/observeOn.d.ts' with Package ID 'rxjs/dist/types/internal/operators/observeOn.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/onErrorResumeNextWith' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNextWith', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNextWith.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNextWith.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNextWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/onErrorResumeNextWith' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNextWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/onErrorResumeNextWith.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/pairwise' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/pairwise', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/pairwise.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/pairwise.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/pairwise.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/pairwise' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/pairwise.d.ts' with Package ID 'rxjs/dist/types/internal/operators/pairwise.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/partition' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/partition', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/partition.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/partition.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/partition.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/partition' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/partition.d.ts' with Package ID 'rxjs/dist/types/internal/operators/partition.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/pluck' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/pluck', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/pluck.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/pluck.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/pluck.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/pluck' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/pluck.d.ts' with Package ID 'rxjs/dist/types/internal/operators/pluck.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/publish' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publish', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publish.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publish.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publish.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/publish' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publish.d.ts' with Package ID 'rxjs/dist/types/internal/operators/publish.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/publishBehavior' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishBehavior', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishBehavior.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishBehavior.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishBehavior.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/publishBehavior' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishBehavior.d.ts' with Package ID 'rxjs/dist/types/internal/operators/publishBehavior.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/publishLast' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishLast', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishLast.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishLast.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishLast.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/publishLast' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishLast.d.ts' with Package ID 'rxjs/dist/types/internal/operators/publishLast.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/publishReplay' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishReplay', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishReplay.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishReplay.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishReplay.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/publishReplay' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishReplay.d.ts' with Package ID 'rxjs/dist/types/internal/operators/publishReplay.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/race' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/race', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/race.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/race.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/race.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/race' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/race.d.ts' with Package ID 'rxjs/dist/types/internal/operators/race.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/raceWith' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/raceWith', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/raceWith.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/raceWith.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/raceWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/raceWith' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/raceWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/raceWith.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/reduce' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/reduce', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/reduce.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/reduce.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/reduce.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/reduce' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/reduce.d.ts' with Package ID 'rxjs/dist/types/internal/operators/reduce.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/repeat' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/repeat', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/repeat.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/repeat.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/repeat.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/repeat' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/repeat.d.ts' with Package ID 'rxjs/dist/types/internal/operators/repeat.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/repeatWhen' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/repeatWhen', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/repeatWhen.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/repeatWhen.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/repeatWhen.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/repeatWhen' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/repeatWhen.d.ts' with Package ID 'rxjs/dist/types/internal/operators/repeatWhen.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/retry' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/retry', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/retry.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/retry.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/retry.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/retry' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/retry.d.ts' with Package ID 'rxjs/dist/types/internal/operators/retry.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/retryWhen' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/retryWhen', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/retryWhen.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/retryWhen.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/retryWhen.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/retryWhen' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/retryWhen.d.ts' with Package ID 'rxjs/dist/types/internal/operators/retryWhen.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/refCount' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/refCount', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/refCount.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/refCount.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/refCount.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/refCount' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/refCount.d.ts' with Package ID 'rxjs/dist/types/internal/operators/refCount.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/sample' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sample', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sample.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sample.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sample.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/sample' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sample.d.ts' with Package ID 'rxjs/dist/types/internal/operators/sample.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/sampleTime' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sampleTime', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sampleTime.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sampleTime.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sampleTime.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/sampleTime' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sampleTime.d.ts' with Package ID 'rxjs/dist/types/internal/operators/sampleTime.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/scan' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/scan', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/scan.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/scan.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/scan.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/scan' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/scan.d.ts' with Package ID 'rxjs/dist/types/internal/operators/scan.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/sequenceEqual' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sequenceEqual', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/sequenceEqual' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.d.ts' with Package ID 'rxjs/dist/types/internal/operators/sequenceEqual.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/share' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/share', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/share.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/share.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/share.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/share' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/share.d.ts' with Package ID 'rxjs/dist/types/internal/operators/share.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/shareReplay' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/shareReplay', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/shareReplay.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/shareReplay.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/shareReplay.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/shareReplay' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/shareReplay.d.ts' with Package ID 'rxjs/dist/types/internal/operators/shareReplay.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/single' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/single', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/single.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/single.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/single.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/single' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/single.d.ts' with Package ID 'rxjs/dist/types/internal/operators/single.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/skip' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skip', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skip.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skip.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skip.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/skip' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skip.d.ts' with Package ID 'rxjs/dist/types/internal/operators/skip.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/skipLast' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipLast', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipLast.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipLast.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipLast.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/skipLast' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipLast.d.ts' with Package ID 'rxjs/dist/types/internal/operators/skipLast.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/skipUntil' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipUntil', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipUntil.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipUntil.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipUntil.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/skipUntil' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipUntil.d.ts' with Package ID 'rxjs/dist/types/internal/operators/skipUntil.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/skipWhile' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipWhile', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipWhile.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipWhile.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipWhile.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/skipWhile' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipWhile.d.ts' with Package ID 'rxjs/dist/types/internal/operators/skipWhile.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/startWith' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/startWith', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/startWith.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/startWith.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/startWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/startWith' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/startWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/startWith.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/subscribeOn' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/subscribeOn', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/subscribeOn.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/subscribeOn.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/subscribeOn.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/subscribeOn' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/subscribeOn.d.ts' with Package ID 'rxjs/dist/types/internal/operators/subscribeOn.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/switchAll' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchAll', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchAll.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchAll.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/switchAll' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/switchAll.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/switchMap' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchMap', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchMap.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchMap.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchMap.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/switchMap' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchMap.d.ts' with Package ID 'rxjs/dist/types/internal/operators/switchMap.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/switchMapTo' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchMapTo', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchMapTo.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchMapTo.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchMapTo.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/switchMapTo' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchMapTo.d.ts' with Package ID 'rxjs/dist/types/internal/operators/switchMapTo.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/switchScan' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchScan', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchScan.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchScan.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchScan.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/switchScan' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchScan.d.ts' with Package ID 'rxjs/dist/types/internal/operators/switchScan.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/take' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/take', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/take.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/take.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/take.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/take' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/take.d.ts' with Package ID 'rxjs/dist/types/internal/operators/take.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/takeLast' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeLast', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeLast.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeLast.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeLast.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/takeLast' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeLast.d.ts' with Package ID 'rxjs/dist/types/internal/operators/takeLast.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/takeUntil' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeUntil', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeUntil.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeUntil.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeUntil.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/takeUntil' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeUntil.d.ts' with Package ID 'rxjs/dist/types/internal/operators/takeUntil.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/takeWhile' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeWhile', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeWhile.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeWhile.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeWhile.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/takeWhile' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeWhile.d.ts' with Package ID 'rxjs/dist/types/internal/operators/takeWhile.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/tap' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/tap', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/tap.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/tap.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/tap.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/tap' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/tap.d.ts' with Package ID 'rxjs/dist/types/internal/operators/tap.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/throttle' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throttle', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throttle.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throttle.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/throttle' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts' with Package ID 'rxjs/dist/types/internal/operators/throttle.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/throttleTime' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throttleTime', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throttleTime.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throttleTime.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throttleTime.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/throttleTime' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throttleTime.d.ts' with Package ID 'rxjs/dist/types/internal/operators/throttleTime.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/throwIfEmpty' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/throwIfEmpty' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.d.ts' with Package ID 'rxjs/dist/types/internal/operators/throwIfEmpty.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/timeInterval' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeInterval', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeInterval.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeInterval.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeInterval.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/timeInterval' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeInterval.d.ts' with Package ID 'rxjs/dist/types/internal/operators/timeInterval.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/timeout' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeout', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeout.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeout.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeout.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/timeout' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeout.d.ts' with Package ID 'rxjs/dist/types/internal/operators/timeout.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/timeoutWith' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeoutWith', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeoutWith.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeoutWith.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeoutWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/timeoutWith' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeoutWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/timeoutWith.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/timestamp' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timestamp', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timestamp.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timestamp.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timestamp.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/timestamp' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timestamp.d.ts' with Package ID 'rxjs/dist/types/internal/operators/timestamp.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/toArray' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/toArray', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/toArray.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/toArray.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/toArray.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/toArray' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/toArray.d.ts' with Package ID 'rxjs/dist/types/internal/operators/toArray.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/window' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/window', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/window.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/window.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/window.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/window' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/window.d.ts' with Package ID 'rxjs/dist/types/internal/operators/window.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/windowCount' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowCount', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowCount.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowCount.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowCount.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/windowCount' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowCount.d.ts' with Package ID 'rxjs/dist/types/internal/operators/windowCount.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/windowTime' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowTime', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowTime.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowTime.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowTime.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/windowTime' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowTime.d.ts' with Package ID 'rxjs/dist/types/internal/operators/windowTime.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/windowToggle' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowToggle', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowToggle.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowToggle.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowToggle.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/windowToggle' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowToggle.d.ts' with Package ID 'rxjs/dist/types/internal/operators/windowToggle.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/windowWhen' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowWhen', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowWhen.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowWhen.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowWhen.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/windowWhen' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowWhen.d.ts' with Package ID 'rxjs/dist/types/internal/operators/windowWhen.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/withLatestFrom' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/withLatestFrom', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/withLatestFrom' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.d.ts' with Package ID 'rxjs/dist/types/internal/operators/withLatestFrom.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/zip' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/zip', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/zip.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/zip.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/zip.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/zip' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/zip.d.ts' with Package ID 'rxjs/dist/types/internal/operators/zip.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/zipAll' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/zipAll', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/zipAll.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/zipAll.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/zipAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/zipAll' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/zipAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/zipAll.d.ts@7.8.0'. ======== ======== Resolving module '../internal/operators/zipWith' from '/tmp/project/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/zipWith', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/zipWith.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/zipWith.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/zipWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/zipWith' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/zipWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/zipWith.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/audit.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/types', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/types.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/types.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module './Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Observable', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module './Subscription' from '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Subscription', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subscription.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subscription.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subscription.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './Subscription' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Subscription.d.ts' with Package ID 'rxjs/dist/types/internal/Subscription.d.ts@7.8.0'. ======== ======== Resolving module './Operator' from '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Operator', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Operator.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Operator.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Operator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './Operator' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Operator.d.ts' with Package ID 'rxjs/dist/types/internal/Operator.d.ts@7.8.0'. ======== ======== Resolving module './Subscriber' from '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './Subscriber' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber.d.ts' with Package ID 'rxjs/dist/types/internal/Subscriber.d.ts@7.8.0'. ======== ======== Resolving module './Subscription' from '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts'. ======== Resolution for module './Subscription' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal'. ======== Module name './Subscription' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Subscription.d.ts' with Package ID 'rxjs/dist/types/internal/Subscription.d.ts@7.8.0'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/types', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/types.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/types.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module './Subscriber' from '/tmp/project/node_modules/rxjs/dist/types/internal/Operator.d.ts'. ======== Resolution for module './Subscriber' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal'. ======== Module name './Subscriber' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber.d.ts' with Package ID 'rxjs/dist/types/internal/Subscriber.d.ts@7.8.0'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/rxjs/dist/types/internal/Operator.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal'. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal'. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module './Subscription' from '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber.d.ts'. ======== Resolution for module './Subscription' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal'. ======== Module name './Subscription' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Subscription.d.ts' with Package ID 'rxjs/dist/types/internal/Subscription.d.ts@7.8.0'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/rxjs/dist/types/internal/Subscription.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal'. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/auditTime.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/buffer.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferCount.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferTime.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferToggle.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferWhen.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/catchError.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Observable', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/catchError.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module './combineLatestAll' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineAll.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatestAll', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './combineLatestAll' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/combineLatestAll.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatest.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concat.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatAll.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatMap.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatMapTo.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatWith.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/connect.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/connect.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/count.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/debounce.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/debounceTime.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/delay.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/delayWhen.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/delayWhen.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/dematerialize.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinct.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/elementAt.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/endWith.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/every.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/every.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module './exhaustAll' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaust.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaustAll', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaustAll.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaustAll.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaustAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './exhaustAll' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaustAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/exhaustAll.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaustAll.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaustMap.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/expand.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/filter.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/finalize.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/find.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../Subscriber' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/find.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Subscriber' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber.d.ts' with Package ID 'rxjs/dist/types/internal/Subscriber.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/find.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/findIndex.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/findIndex.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/first.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/first.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/groupBy.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../Subject' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/groupBy.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Subject', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subject.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subject.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subject.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Subject' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Subject.d.ts' with Package ID 'rxjs/dist/types/internal/Subject.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/groupBy.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module './Operator' from '/tmp/project/node_modules/rxjs/dist/types/internal/Subject.d.ts'. ======== Resolution for module './Operator' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal'. ======== Module name './Operator' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Operator.d.ts' with Package ID 'rxjs/dist/types/internal/Operator.d.ts@7.8.0'. ======== ======== Resolving module './Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/Subject.d.ts'. ======== Resolution for module './Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal'. ======== Module name './Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/rxjs/dist/types/internal/Subject.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal'. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/ignoreElements.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/isEmpty.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/last.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/last.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/map.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mapTo.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Notification' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Notification', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Notification.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Notification.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Notification.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Notification' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Notification.d.ts' with Package ID 'rxjs/dist/types/internal/Notification.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/rxjs/dist/types/internal/Notification.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal'. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module './Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/Notification.d.ts'. ======== Resolution for module './Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal'. ======== Module name './Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/max.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/merge.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeAll.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module './mergeMap' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/flatMap.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeMap', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeMap.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeMap.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeMap.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './mergeMap' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeMap.d.ts' with Package ID 'rxjs/dist/types/internal/operators/mergeMap.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeMap.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeScan.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeWith.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/min.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Subject' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts'. ======== Resolution for module '../Subject' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Subject' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Subject.d.ts' with Package ID 'rxjs/dist/types/internal/Subject.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../observable/ConnectableObservable' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../observable/ConnectableObservable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts' with Package ID 'rxjs/dist/types/internal/observable/ConnectableObservable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Subject' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Subject', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subject.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subject.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subject.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Subject' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Subject.d.ts' with Package ID 'rxjs/dist/types/internal/Subject.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Observable', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../Subscription' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Subscription', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subscription.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subscription.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subscription.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Subscription' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Subscription.d.ts' with Package ID 'rxjs/dist/types/internal/Subscription.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/observeOn.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNextWith.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/pairwise.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/partition.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/partition.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/pluck.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publish.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../observable/ConnectableObservable' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publish.d.ts'. ======== Resolution for module '../observable/ConnectableObservable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../observable/ConnectableObservable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts' with Package ID 'rxjs/dist/types/internal/observable/ConnectableObservable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publish.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishBehavior.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../observable/ConnectableObservable' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishBehavior.d.ts'. ======== Resolution for module '../observable/ConnectableObservable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../observable/ConnectableObservable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts' with Package ID 'rxjs/dist/types/internal/observable/ConnectableObservable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishBehavior.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishLast.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../observable/ConnectableObservable' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishLast.d.ts'. ======== Resolution for module '../observable/ConnectableObservable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../observable/ConnectableObservable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts' with Package ID 'rxjs/dist/types/internal/observable/ConnectableObservable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishLast.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishReplay.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishReplay.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/race.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/raceWith.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/reduce.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/repeat.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/repeatWhen.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/repeatWhen.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/retry.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/retryWhen.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/retryWhen.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/refCount.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sample.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sampleTime.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/scan.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/share.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/shareReplay.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/single.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/single.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skip.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipLast.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipUntil.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipWhile.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/startWith.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/subscribeOn.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchAll.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchMap.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchMapTo.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchScan.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/take.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeLast.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeUntil.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeWhile.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/tap.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throttleTime.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module './throttle' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throttleTime.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throttle', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throttle.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throttle.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './throttle' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts' with Package ID 'rxjs/dist/types/internal/operators/throttle.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeInterval.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeout.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeoutWith.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timestamp.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/toArray.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/window.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/window.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowCount.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowCount.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowTime.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowTime.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowToggle.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowToggle.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowWhen.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowWhen.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/zip.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/zipAll.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/operators/zipWith.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../internal/testing/TestScheduler' from '/tmp/project/node_modules/rxjs/dist/types/testing/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/testing/TestScheduler', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/testing/TestScheduler.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/testing/TestScheduler.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/testing/TestScheduler.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/testing/TestScheduler' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/testing/TestScheduler.d.ts' with Package ID 'rxjs/dist/types/internal/testing/TestScheduler.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/testing/TestScheduler.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Observable', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module './ColdObservable' from '/tmp/project/node_modules/rxjs/dist/types/internal/testing/TestScheduler.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/testing/ColdObservable', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/testing/ColdObservable.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/testing/ColdObservable.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/testing/ColdObservable.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './ColdObservable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/testing/ColdObservable.d.ts' with Package ID 'rxjs/dist/types/internal/testing/ColdObservable.d.ts@7.8.0'. ======== ======== Resolving module './HotObservable' from '/tmp/project/node_modules/rxjs/dist/types/internal/testing/TestScheduler.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/testing/HotObservable', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/testing/HotObservable.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/testing/HotObservable.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/testing/HotObservable.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './HotObservable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/testing/HotObservable.d.ts' with Package ID 'rxjs/dist/types/internal/testing/HotObservable.d.ts@7.8.0'. ======== ======== Resolving module './TestMessage' from '/tmp/project/node_modules/rxjs/dist/types/internal/testing/TestScheduler.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/testing/TestMessage', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/testing/TestMessage.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/testing/TestMessage.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/testing/TestMessage.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './TestMessage' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/testing/TestMessage.d.ts' with Package ID 'rxjs/dist/types/internal/testing/TestMessage.d.ts@7.8.0'. ======== ======== Resolving module './SubscriptionLog' from '/tmp/project/node_modules/rxjs/dist/types/internal/testing/TestScheduler.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/testing/SubscriptionLog', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/testing/SubscriptionLog.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/testing/SubscriptionLog.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/testing/SubscriptionLog.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './SubscriptionLog' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/testing/SubscriptionLog.d.ts' with Package ID 'rxjs/dist/types/internal/testing/SubscriptionLog.d.ts@7.8.0'. ======== ======== Resolving module '../scheduler/VirtualTimeScheduler' from '/tmp/project/node_modules/rxjs/dist/types/internal/testing/TestScheduler.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../scheduler/VirtualTimeScheduler' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/testing/ColdObservable.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/testing'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../Scheduler' from '/tmp/project/node_modules/rxjs/dist/types/internal/testing/ColdObservable.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Scheduler', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Scheduler.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Scheduler.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Scheduler.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Scheduler' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Scheduler.d.ts' with Package ID 'rxjs/dist/types/internal/Scheduler.d.ts@7.8.0'. ======== ======== Resolving module './TestMessage' from '/tmp/project/node_modules/rxjs/dist/types/internal/testing/ColdObservable.d.ts'. ======== Resolution for module './TestMessage' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/testing'. ======== Module name './TestMessage' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/testing/TestMessage.d.ts' with Package ID 'rxjs/dist/types/internal/testing/TestMessage.d.ts@7.8.0'. ======== ======== Resolving module './SubscriptionLog' from '/tmp/project/node_modules/rxjs/dist/types/internal/testing/ColdObservable.d.ts'. ======== Resolution for module './SubscriptionLog' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/testing'. ======== Module name './SubscriptionLog' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/testing/SubscriptionLog.d.ts' with Package ID 'rxjs/dist/types/internal/testing/SubscriptionLog.d.ts@7.8.0'. ======== ======== Resolving module './SubscriptionLoggable' from '/tmp/project/node_modules/rxjs/dist/types/internal/testing/ColdObservable.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/testing/SubscriptionLoggable', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/testing/SubscriptionLoggable.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/testing/SubscriptionLoggable.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/testing/SubscriptionLoggable.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './SubscriptionLoggable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/testing/SubscriptionLoggable.d.ts' with Package ID 'rxjs/dist/types/internal/testing/SubscriptionLoggable.d.ts@7.8.0'. ======== ======== Resolving module '../Subscriber' from '/tmp/project/node_modules/rxjs/dist/types/internal/testing/ColdObservable.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Subscriber' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber.d.ts' with Package ID 'rxjs/dist/types/internal/Subscriber.d.ts@7.8.0'. ======== ======== Resolving module './scheduler/Action' from '/tmp/project/node_modules/rxjs/dist/types/internal/Scheduler.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/Action', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/Action.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/Action.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/Action.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './scheduler/Action' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/Action.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/Action.d.ts@7.8.0'. ======== ======== Resolving module './Subscription' from '/tmp/project/node_modules/rxjs/dist/types/internal/Scheduler.d.ts'. ======== Resolution for module './Subscription' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal'. ======== Module name './Subscription' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Subscription.d.ts' with Package ID 'rxjs/dist/types/internal/Subscription.d.ts@7.8.0'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/rxjs/dist/types/internal/Scheduler.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal'. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Scheduler' from '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/Action.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Scheduler', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Scheduler.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Scheduler.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Scheduler.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Scheduler' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Scheduler.d.ts' with Package ID 'rxjs/dist/types/internal/Scheduler.d.ts@7.8.0'. ======== ======== Resolving module '../Subscription' from '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/Action.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Subscription', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subscription.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subscription.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subscription.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Subscription' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Subscription.d.ts' with Package ID 'rxjs/dist/types/internal/Subscription.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/Action.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/types', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/types.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/types.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/testing/TestMessage.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/types', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/types.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/types.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Scheduler' from '/tmp/project/node_modules/rxjs/dist/types/internal/testing/SubscriptionLoggable.d.ts'. ======== Resolution for module '../Scheduler' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/testing'. ======== Module name '../Scheduler' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Scheduler.d.ts' with Package ID 'rxjs/dist/types/internal/Scheduler.d.ts@7.8.0'. ======== ======== Resolving module './SubscriptionLog' from '/tmp/project/node_modules/rxjs/dist/types/internal/testing/SubscriptionLoggable.d.ts'. ======== Resolution for module './SubscriptionLog' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/testing'. ======== Module name './SubscriptionLog' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/testing/SubscriptionLog.d.ts' with Package ID 'rxjs/dist/types/internal/testing/SubscriptionLog.d.ts@7.8.0'. ======== ======== Resolving module '../Subject' from '/tmp/project/node_modules/rxjs/dist/types/internal/testing/HotObservable.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Subject', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subject.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subject.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subject.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Subject' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Subject.d.ts' with Package ID 'rxjs/dist/types/internal/Subject.d.ts@7.8.0'. ======== ======== Resolving module '../Scheduler' from '/tmp/project/node_modules/rxjs/dist/types/internal/testing/HotObservable.d.ts'. ======== Resolution for module '../Scheduler' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/testing'. ======== Module name '../Scheduler' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Scheduler.d.ts' with Package ID 'rxjs/dist/types/internal/Scheduler.d.ts@7.8.0'. ======== ======== Resolving module './TestMessage' from '/tmp/project/node_modules/rxjs/dist/types/internal/testing/HotObservable.d.ts'. ======== Resolution for module './TestMessage' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/testing'. ======== Module name './TestMessage' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/testing/TestMessage.d.ts' with Package ID 'rxjs/dist/types/internal/testing/TestMessage.d.ts@7.8.0'. ======== ======== Resolving module './SubscriptionLog' from '/tmp/project/node_modules/rxjs/dist/types/internal/testing/HotObservable.d.ts'. ======== Resolution for module './SubscriptionLog' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/testing'. ======== Module name './SubscriptionLog' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/testing/SubscriptionLog.d.ts' with Package ID 'rxjs/dist/types/internal/testing/SubscriptionLog.d.ts@7.8.0'. ======== ======== Resolving module './SubscriptionLoggable' from '/tmp/project/node_modules/rxjs/dist/types/internal/testing/HotObservable.d.ts'. ======== Resolution for module './SubscriptionLoggable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/testing'. ======== Module name './SubscriptionLoggable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/testing/SubscriptionLoggable.d.ts' with Package ID 'rxjs/dist/types/internal/testing/SubscriptionLoggable.d.ts@7.8.0'. ======== ======== Resolving module './AsyncAction' from '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './AsyncAction' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/AsyncAction.d.ts@7.8.0'. ======== ======== Resolving module '../Subscription' from '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts'. ======== Resolution for module '../Subscription' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name '../Subscription' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Subscription.d.ts' with Package ID 'rxjs/dist/types/internal/Subscription.d.ts@7.8.0'. ======== ======== Resolving module './AsyncScheduler' from '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './AsyncScheduler' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module './timerHandle' from '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/timerHandle', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/timerHandle.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/timerHandle.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/timerHandle.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './timerHandle' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/timerHandle.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/timerHandle.d.ts@7.8.0'. ======== ======== Resolving module './Action' from '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/Action', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/Action.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/Action.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/Action.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './Action' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/Action.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/Action.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Subscription' from '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts'. ======== Resolution for module '../Subscription' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name '../Subscription' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Subscription.d.ts' with Package ID 'rxjs/dist/types/internal/Subscription.d.ts@7.8.0'. ======== ======== Resolving module './AsyncScheduler' from '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts'. ======== Resolution for module './AsyncScheduler' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name './AsyncScheduler' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts@7.8.0'. ======== ======== Resolving module './timerHandle' from '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts'. ======== Resolution for module './timerHandle' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name './timerHandle' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/timerHandle.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/timerHandle.d.ts@7.8.0'. ======== ======== Resolving module '../Scheduler' from '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts'. ======== Resolution for module '../Scheduler' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name '../Scheduler' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Scheduler.d.ts' with Package ID 'rxjs/dist/types/internal/Scheduler.d.ts@7.8.0'. ======== ======== Resolving module './Action' from '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts'. ======== Resolution for module './Action' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name './Action' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/Action.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/Action.d.ts@7.8.0'. ======== ======== Resolving module './AsyncAction' from '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts'. ======== Resolution for module './AsyncAction' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name './AsyncAction' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/AsyncAction.d.ts@7.8.0'. ======== ======== Resolving module './internal/Observable' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Observable', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module './internal/observable/ConnectableObservable' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/ConnectableObservable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts' with Package ID 'rxjs/dist/types/internal/observable/ConnectableObservable.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/groupBy' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/groupBy', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/groupBy.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/groupBy.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/groupBy.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/groupBy' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/groupBy.d.ts' with Package ID 'rxjs/dist/types/internal/operators/groupBy.d.ts@7.8.0'. ======== ======== Resolving module './internal/Operator' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Operator', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Operator.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Operator.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Operator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/Operator' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Operator.d.ts' with Package ID 'rxjs/dist/types/internal/Operator.d.ts@7.8.0'. ======== ======== Resolving module './internal/symbol/observable' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/symbol/observable', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/symbol/observable.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/symbol/observable.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/symbol/observable.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/symbol/observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/symbol/observable.d.ts' with Package ID 'rxjs/dist/types/internal/symbol/observable.d.ts@7.8.0'. ======== ======== Resolving module './internal/observable/dom/animationFrames' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/dom/animationFrames', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/dom/animationFrames.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/dom/animationFrames.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/dom/animationFrames.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/dom/animationFrames' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/dom/animationFrames.d.ts' with Package ID 'rxjs/dist/types/internal/observable/dom/animationFrames.d.ts@7.8.0'. ======== ======== Resolving module './internal/Subject' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Subject', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subject.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subject.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subject.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/Subject' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Subject.d.ts' with Package ID 'rxjs/dist/types/internal/Subject.d.ts@7.8.0'. ======== ======== Resolving module './internal/BehaviorSubject' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/BehaviorSubject', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/BehaviorSubject.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/BehaviorSubject.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/BehaviorSubject.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/BehaviorSubject' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/BehaviorSubject.d.ts' with Package ID 'rxjs/dist/types/internal/BehaviorSubject.d.ts@7.8.0'. ======== ======== Resolving module './internal/ReplaySubject' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/ReplaySubject', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/ReplaySubject.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/ReplaySubject.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/ReplaySubject.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/ReplaySubject' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/ReplaySubject.d.ts' with Package ID 'rxjs/dist/types/internal/ReplaySubject.d.ts@7.8.0'. ======== ======== Resolving module './internal/AsyncSubject' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/AsyncSubject', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/AsyncSubject.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/AsyncSubject.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/AsyncSubject.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/AsyncSubject' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/AsyncSubject.d.ts' with Package ID 'rxjs/dist/types/internal/AsyncSubject.d.ts@7.8.0'. ======== ======== Resolving module './internal/scheduler/asap' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/asap', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/asap.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/asap.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/asap.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/scheduler/asap' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/asap.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/asap.d.ts@7.8.0'. ======== ======== Resolving module './internal/scheduler/async' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/async', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/async.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/async.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/async.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/scheduler/async' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/async.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/async.d.ts@7.8.0'. ======== ======== Resolving module './internal/scheduler/queue' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/queue', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/queue.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/queue.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/queue.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/scheduler/queue' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/queue.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/queue.d.ts@7.8.0'. ======== ======== Resolving module './internal/scheduler/animationFrame' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/animationFrame', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/animationFrame.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/animationFrame.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/animationFrame.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/scheduler/animationFrame' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/animationFrame.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/animationFrame.d.ts@7.8.0'. ======== ======== Resolving module './internal/scheduler/VirtualTimeScheduler' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/scheduler/VirtualTimeScheduler' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts@7.8.0'. ======== ======== Resolving module './internal/Scheduler' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Scheduler', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Scheduler.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Scheduler.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Scheduler.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/Scheduler' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Scheduler.d.ts' with Package ID 'rxjs/dist/types/internal/Scheduler.d.ts@7.8.0'. ======== ======== Resolving module './internal/Subscription' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Subscription', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subscription.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subscription.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subscription.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/Subscription' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Subscription.d.ts' with Package ID 'rxjs/dist/types/internal/Subscription.d.ts@7.8.0'. ======== ======== Resolving module './internal/Subscriber' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/Subscriber' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber.d.ts' with Package ID 'rxjs/dist/types/internal/Subscriber.d.ts@7.8.0'. ======== ======== Resolving module './internal/Notification' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Notification', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Notification.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Notification.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Notification.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/Notification' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Notification.d.ts' with Package ID 'rxjs/dist/types/internal/Notification.d.ts@7.8.0'. ======== ======== Resolving module './internal/util/pipe' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/util/pipe', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/pipe.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/pipe.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/pipe.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/util/pipe' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/util/pipe.d.ts' with Package ID 'rxjs/dist/types/internal/util/pipe.d.ts@7.8.0'. ======== ======== Resolving module './internal/util/noop' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/util/noop', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/noop.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/noop.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/noop.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/util/noop' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/util/noop.d.ts' with Package ID 'rxjs/dist/types/internal/util/noop.d.ts@7.8.0'. ======== ======== Resolving module './internal/util/identity' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/util/identity', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/identity.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/identity.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/identity.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/util/identity' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/util/identity.d.ts' with Package ID 'rxjs/dist/types/internal/util/identity.d.ts@7.8.0'. ======== ======== Resolving module './internal/util/isObservable' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/util/isObservable', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/isObservable.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/isObservable.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/isObservable.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/util/isObservable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/util/isObservable.d.ts' with Package ID 'rxjs/dist/types/internal/util/isObservable.d.ts@7.8.0'. ======== ======== Resolving module './internal/lastValueFrom' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/lastValueFrom', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/lastValueFrom.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/lastValueFrom.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/lastValueFrom.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/lastValueFrom' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/lastValueFrom.d.ts' with Package ID 'rxjs/dist/types/internal/lastValueFrom.d.ts@7.8.0'. ======== ======== Resolving module './internal/firstValueFrom' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/firstValueFrom', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/firstValueFrom.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/firstValueFrom.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/firstValueFrom.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/firstValueFrom' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/firstValueFrom.d.ts' with Package ID 'rxjs/dist/types/internal/firstValueFrom.d.ts@7.8.0'. ======== ======== Resolving module './internal/util/ArgumentOutOfRangeError' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/util/ArgumentOutOfRangeError', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/ArgumentOutOfRangeError.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/ArgumentOutOfRangeError.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/ArgumentOutOfRangeError.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/util/ArgumentOutOfRangeError' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/util/ArgumentOutOfRangeError.d.ts' with Package ID 'rxjs/dist/types/internal/util/ArgumentOutOfRangeError.d.ts@7.8.0'. ======== ======== Resolving module './internal/util/EmptyError' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/util/EmptyError', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/EmptyError.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/EmptyError.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/EmptyError.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/util/EmptyError' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/util/EmptyError.d.ts' with Package ID 'rxjs/dist/types/internal/util/EmptyError.d.ts@7.8.0'. ======== ======== Resolving module './internal/util/NotFoundError' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/util/NotFoundError', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/NotFoundError.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/NotFoundError.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/NotFoundError.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/util/NotFoundError' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/util/NotFoundError.d.ts' with Package ID 'rxjs/dist/types/internal/util/NotFoundError.d.ts@7.8.0'. ======== ======== Resolving module './internal/util/ObjectUnsubscribedError' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/util/ObjectUnsubscribedError', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/ObjectUnsubscribedError.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/ObjectUnsubscribedError.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/ObjectUnsubscribedError.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/util/ObjectUnsubscribedError' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/util/ObjectUnsubscribedError.d.ts' with Package ID 'rxjs/dist/types/internal/util/ObjectUnsubscribedError.d.ts@7.8.0'. ======== ======== Resolving module './internal/util/SequenceError' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/util/SequenceError', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/SequenceError.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/SequenceError.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/SequenceError.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/util/SequenceError' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/util/SequenceError.d.ts' with Package ID 'rxjs/dist/types/internal/util/SequenceError.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/timeout' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeout', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeout.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeout.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeout.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/timeout' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeout.d.ts' with Package ID 'rxjs/dist/types/internal/operators/timeout.d.ts@7.8.0'. ======== ======== Resolving module './internal/util/UnsubscriptionError' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/util/UnsubscriptionError', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/UnsubscriptionError.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/UnsubscriptionError.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/UnsubscriptionError.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/util/UnsubscriptionError' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/util/UnsubscriptionError.d.ts' with Package ID 'rxjs/dist/types/internal/util/UnsubscriptionError.d.ts@7.8.0'. ======== ======== Resolving module './internal/observable/bindCallback' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/bindCallback', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/bindCallback.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/bindCallback.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/bindCallback.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/bindCallback' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/bindCallback.d.ts' with Package ID 'rxjs/dist/types/internal/observable/bindCallback.d.ts@7.8.0'. ======== ======== Resolving module './internal/observable/bindNodeCallback' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/bindNodeCallback', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/bindNodeCallback.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/bindNodeCallback.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/bindNodeCallback.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/bindNodeCallback' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/bindNodeCallback.d.ts' with Package ID 'rxjs/dist/types/internal/observable/bindNodeCallback.d.ts@7.8.0'. ======== ======== Resolving module './internal/observable/combineLatest' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/combineLatest', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/combineLatest.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/combineLatest.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/combineLatest.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/combineLatest' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/combineLatest.d.ts' with Package ID 'rxjs/dist/types/internal/observable/combineLatest.d.ts@7.8.0'. ======== ======== Resolving module './internal/observable/concat' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/concat', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/concat.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/concat.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/concat.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/concat' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/concat.d.ts' with Package ID 'rxjs/dist/types/internal/observable/concat.d.ts@7.8.0'. ======== ======== Resolving module './internal/observable/connectable' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/connectable', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/connectable.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/connectable.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/connectable.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/connectable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/connectable.d.ts' with Package ID 'rxjs/dist/types/internal/observable/connectable.d.ts@7.8.0'. ======== ======== Resolving module './internal/observable/defer' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/defer', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/defer.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/defer.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/defer.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/defer' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/defer.d.ts' with Package ID 'rxjs/dist/types/internal/observable/defer.d.ts@7.8.0'. ======== ======== Resolving module './internal/observable/empty' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/empty', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/empty.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/empty.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/empty.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/empty' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/empty.d.ts' with Package ID 'rxjs/dist/types/internal/observable/empty.d.ts@7.8.0'. ======== ======== Resolving module './internal/observable/forkJoin' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/forkJoin', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/forkJoin.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/forkJoin.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/forkJoin.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/forkJoin' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/forkJoin.d.ts' with Package ID 'rxjs/dist/types/internal/observable/forkJoin.d.ts@7.8.0'. ======== ======== Resolving module './internal/observable/from' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/from', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/from.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/from.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/from.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/from' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/from.d.ts' with Package ID 'rxjs/dist/types/internal/observable/from.d.ts@7.8.0'. ======== ======== Resolving module './internal/observable/fromEvent' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/fromEvent', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/fromEvent.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/fromEvent.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/fromEvent.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/fromEvent' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/fromEvent.d.ts' with Package ID 'rxjs/dist/types/internal/observable/fromEvent.d.ts@7.8.0'. ======== ======== Resolving module './internal/observable/fromEventPattern' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/fromEventPattern', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/fromEventPattern.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/fromEventPattern.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/fromEventPattern.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/fromEventPattern' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/fromEventPattern.d.ts' with Package ID 'rxjs/dist/types/internal/observable/fromEventPattern.d.ts@7.8.0'. ======== ======== Resolving module './internal/observable/generate' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/generate', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/generate.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/generate.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/generate.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/generate' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/generate.d.ts' with Package ID 'rxjs/dist/types/internal/observable/generate.d.ts@7.8.0'. ======== ======== Resolving module './internal/observable/iif' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/iif', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/iif.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/iif.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/iif.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/iif' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/iif.d.ts' with Package ID 'rxjs/dist/types/internal/observable/iif.d.ts@7.8.0'. ======== ======== Resolving module './internal/observable/interval' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/interval', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/interval.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/interval.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/interval.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/interval' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/interval.d.ts' with Package ID 'rxjs/dist/types/internal/observable/interval.d.ts@7.8.0'. ======== ======== Resolving module './internal/observable/merge' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/merge', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/merge.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/merge.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/merge.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/merge' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/merge.d.ts' with Package ID 'rxjs/dist/types/internal/observable/merge.d.ts@7.8.0'. ======== ======== Resolving module './internal/observable/never' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/never', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/never.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/never.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/never.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/never' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/never.d.ts' with Package ID 'rxjs/dist/types/internal/observable/never.d.ts@7.8.0'. ======== ======== Resolving module './internal/observable/of' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/of', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/of.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/of.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/of.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/of' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/of.d.ts' with Package ID 'rxjs/dist/types/internal/observable/of.d.ts@7.8.0'. ======== ======== Resolving module './internal/observable/onErrorResumeNext' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/onErrorResumeNext', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/onErrorResumeNext.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/onErrorResumeNext.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/onErrorResumeNext.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/onErrorResumeNext' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/onErrorResumeNext.d.ts' with Package ID 'rxjs/dist/types/internal/observable/onErrorResumeNext.d.ts@7.8.0'. ======== ======== Resolving module './internal/observable/pairs' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/pairs', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/pairs.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/pairs.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/pairs.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/pairs' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/pairs.d.ts' with Package ID 'rxjs/dist/types/internal/observable/pairs.d.ts@7.8.0'. ======== ======== Resolving module './internal/observable/partition' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/partition', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/partition.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/partition.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/partition.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/partition' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/partition.d.ts' with Package ID 'rxjs/dist/types/internal/observable/partition.d.ts@7.8.0'. ======== ======== Resolving module './internal/observable/race' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/race', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/race.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/race.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/race.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/race' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/race.d.ts' with Package ID 'rxjs/dist/types/internal/observable/race.d.ts@7.8.0'. ======== ======== Resolving module './internal/observable/range' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/range', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/range.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/range.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/range.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/range' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/range.d.ts' with Package ID 'rxjs/dist/types/internal/observable/range.d.ts@7.8.0'. ======== ======== Resolving module './internal/observable/throwError' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/throwError', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/throwError.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/throwError.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/throwError.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/throwError' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/throwError.d.ts' with Package ID 'rxjs/dist/types/internal/observable/throwError.d.ts@7.8.0'. ======== ======== Resolving module './internal/observable/timer' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/timer', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/timer.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/timer.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/timer.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/timer' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/timer.d.ts' with Package ID 'rxjs/dist/types/internal/observable/timer.d.ts@7.8.0'. ======== ======== Resolving module './internal/observable/using' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/using', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/using.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/using.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/using.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/using' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/using.d.ts' with Package ID 'rxjs/dist/types/internal/observable/using.d.ts@7.8.0'. ======== ======== Resolving module './internal/observable/zip' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/zip', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/zip.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/zip.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/zip.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/zip' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/zip.d.ts' with Package ID 'rxjs/dist/types/internal/observable/zip.d.ts@7.8.0'. ======== ======== Resolving module './internal/scheduled/scheduled' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduled/scheduled', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduled/scheduled.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduled/scheduled.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduled/scheduled.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/scheduled/scheduled' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/scheduled/scheduled.d.ts' with Package ID 'rxjs/dist/types/internal/scheduled/scheduled.d.ts@7.8.0'. ======== ======== Resolving module './internal/types' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/types', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/types.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/types.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module './internal/config' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/config', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/config.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/config.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/config.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/config' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/config.d.ts' with Package ID 'rxjs/dist/types/internal/config.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/audit' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/audit', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/audit.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/audit.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/audit.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/audit' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/audit.d.ts' with Package ID 'rxjs/dist/types/internal/operators/audit.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/auditTime' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/auditTime', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/auditTime.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/auditTime.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/auditTime.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/auditTime' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/auditTime.d.ts' with Package ID 'rxjs/dist/types/internal/operators/auditTime.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/buffer' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/buffer', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/buffer.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/buffer.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/buffer.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/buffer' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/buffer.d.ts' with Package ID 'rxjs/dist/types/internal/operators/buffer.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/bufferCount' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferCount', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferCount.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferCount.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferCount.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/bufferCount' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferCount.d.ts' with Package ID 'rxjs/dist/types/internal/operators/bufferCount.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/bufferTime' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferTime', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferTime.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferTime.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferTime.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/bufferTime' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferTime.d.ts' with Package ID 'rxjs/dist/types/internal/operators/bufferTime.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/bufferToggle' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferToggle', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferToggle.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferToggle.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferToggle.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/bufferToggle' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferToggle.d.ts' with Package ID 'rxjs/dist/types/internal/operators/bufferToggle.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/bufferWhen' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferWhen', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferWhen.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferWhen.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferWhen.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/bufferWhen' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/bufferWhen.d.ts' with Package ID 'rxjs/dist/types/internal/operators/bufferWhen.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/catchError' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/catchError', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/catchError.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/catchError.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/catchError.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/catchError' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/catchError.d.ts' with Package ID 'rxjs/dist/types/internal/operators/catchError.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/combineAll' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineAll', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineAll.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineAll.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/combineAll' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/combineAll.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/combineLatestAll' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatestAll', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/combineLatestAll' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/combineLatestAll.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/combineLatestWith' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatestWith', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/combineLatestWith' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/combineLatestWith.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/concatAll' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatAll', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatAll.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatAll.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/concatAll' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/concatAll.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/concatMap' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatMap', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatMap.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatMap.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatMap.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/concatMap' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatMap.d.ts' with Package ID 'rxjs/dist/types/internal/operators/concatMap.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/concatMapTo' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatMapTo', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatMapTo.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatMapTo.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatMapTo.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/concatMapTo' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatMapTo.d.ts' with Package ID 'rxjs/dist/types/internal/operators/concatMapTo.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/concatWith' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatWith', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatWith.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatWith.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/concatWith' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/concatWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/concatWith.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/connect' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/connect', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/connect.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/connect.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/connect.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/connect' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/connect.d.ts' with Package ID 'rxjs/dist/types/internal/operators/connect.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/count' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/count', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/count.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/count.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/count.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/count' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/count.d.ts' with Package ID 'rxjs/dist/types/internal/operators/count.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/debounce' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/debounce', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/debounce.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/debounce.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/debounce.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/debounce' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/debounce.d.ts' with Package ID 'rxjs/dist/types/internal/operators/debounce.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/debounceTime' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/debounceTime', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/debounceTime.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/debounceTime.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/debounceTime.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/debounceTime' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/debounceTime.d.ts' with Package ID 'rxjs/dist/types/internal/operators/debounceTime.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/defaultIfEmpty' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/defaultIfEmpty' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.d.ts' with Package ID 'rxjs/dist/types/internal/operators/defaultIfEmpty.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/delay' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/delay', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/delay.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/delay.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/delay.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/delay' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/delay.d.ts' with Package ID 'rxjs/dist/types/internal/operators/delay.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/delayWhen' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/delayWhen', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/delayWhen.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/delayWhen.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/delayWhen.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/delayWhen' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/delayWhen.d.ts' with Package ID 'rxjs/dist/types/internal/operators/delayWhen.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/dematerialize' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/dematerialize', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/dematerialize.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/dematerialize.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/dematerialize.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/dematerialize' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/dematerialize.d.ts' with Package ID 'rxjs/dist/types/internal/operators/dematerialize.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/distinct' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinct', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinct.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinct.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinct.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/distinct' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinct.d.ts' with Package ID 'rxjs/dist/types/internal/operators/distinct.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/distinctUntilChanged' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/distinctUntilChanged' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.d.ts' with Package ID 'rxjs/dist/types/internal/operators/distinctUntilChanged.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/distinctUntilKeyChanged' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/distinctUntilKeyChanged' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.d.ts' with Package ID 'rxjs/dist/types/internal/operators/distinctUntilKeyChanged.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/elementAt' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/elementAt', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/elementAt.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/elementAt.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/elementAt.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/elementAt' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/elementAt.d.ts' with Package ID 'rxjs/dist/types/internal/operators/elementAt.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/endWith' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/endWith', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/endWith.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/endWith.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/endWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/endWith' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/endWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/endWith.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/every' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/every', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/every.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/every.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/every.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/every' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/every.d.ts' with Package ID 'rxjs/dist/types/internal/operators/every.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/exhaust' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaust', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaust.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaust.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaust.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/exhaust' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaust.d.ts' with Package ID 'rxjs/dist/types/internal/operators/exhaust.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/exhaustAll' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaustAll', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaustAll.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaustAll.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaustAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/exhaustAll' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaustAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/exhaustAll.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/exhaustMap' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaustMap', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaustMap.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaustMap.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaustMap.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/exhaustMap' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/exhaustMap.d.ts' with Package ID 'rxjs/dist/types/internal/operators/exhaustMap.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/expand' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/expand', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/expand.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/expand.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/expand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/expand' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/expand.d.ts' with Package ID 'rxjs/dist/types/internal/operators/expand.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/filter' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/filter', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/filter.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/filter.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/filter.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/filter' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/filter.d.ts' with Package ID 'rxjs/dist/types/internal/operators/filter.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/finalize' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/finalize', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/finalize.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/finalize.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/finalize.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/finalize' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/finalize.d.ts' with Package ID 'rxjs/dist/types/internal/operators/finalize.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/find' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/find', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/find.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/find.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/find.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/find' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/find.d.ts' with Package ID 'rxjs/dist/types/internal/operators/find.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/findIndex' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/findIndex', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/findIndex.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/findIndex.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/findIndex.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/findIndex' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/findIndex.d.ts' with Package ID 'rxjs/dist/types/internal/operators/findIndex.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/first' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/first', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/first.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/first.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/first.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/first' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/first.d.ts' with Package ID 'rxjs/dist/types/internal/operators/first.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/ignoreElements' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/ignoreElements', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/ignoreElements.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/ignoreElements.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/ignoreElements.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/ignoreElements' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/ignoreElements.d.ts' with Package ID 'rxjs/dist/types/internal/operators/ignoreElements.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/isEmpty' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/isEmpty', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/isEmpty.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/isEmpty.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/isEmpty.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/isEmpty' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/isEmpty.d.ts' with Package ID 'rxjs/dist/types/internal/operators/isEmpty.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/last' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/last', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/last.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/last.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/last.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/last' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/last.d.ts' with Package ID 'rxjs/dist/types/internal/operators/last.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/map' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/map', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/map.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/map.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/map.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/map' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/map.d.ts' with Package ID 'rxjs/dist/types/internal/operators/map.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/mapTo' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mapTo', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mapTo.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mapTo.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mapTo.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/mapTo' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mapTo.d.ts' with Package ID 'rxjs/dist/types/internal/operators/mapTo.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/materialize' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/materialize', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/materialize.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/materialize.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/materialize' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts' with Package ID 'rxjs/dist/types/internal/operators/materialize.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/max' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/max', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/max.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/max.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/max.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/max' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/max.d.ts' with Package ID 'rxjs/dist/types/internal/operators/max.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/mergeAll' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeAll', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeAll.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeAll.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/mergeAll' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/mergeAll.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/flatMap' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/flatMap', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/flatMap.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/flatMap.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/flatMap.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/flatMap' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/flatMap.d.ts' with Package ID 'rxjs/dist/types/internal/operators/flatMap.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/mergeMap' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeMap', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeMap.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeMap.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeMap.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/mergeMap' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeMap.d.ts' with Package ID 'rxjs/dist/types/internal/operators/mergeMap.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/mergeMapTo' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeMapTo', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/mergeMapTo' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.d.ts' with Package ID 'rxjs/dist/types/internal/operators/mergeMapTo.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/mergeScan' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeScan', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeScan.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeScan.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeScan.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/mergeScan' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeScan.d.ts' with Package ID 'rxjs/dist/types/internal/operators/mergeScan.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/mergeWith' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeWith', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeWith.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeWith.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/mergeWith' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/mergeWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/mergeWith.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/min' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/min', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/min.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/min.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/min.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/min' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/min.d.ts' with Package ID 'rxjs/dist/types/internal/operators/min.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/multicast' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/multicast', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/multicast.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/multicast.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/multicast' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts' with Package ID 'rxjs/dist/types/internal/operators/multicast.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/observeOn' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/observeOn', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/observeOn.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/observeOn.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/observeOn.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/observeOn' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/observeOn.d.ts' with Package ID 'rxjs/dist/types/internal/operators/observeOn.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/onErrorResumeNextWith' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNextWith', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNextWith.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNextWith.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNextWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/onErrorResumeNextWith' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNextWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/onErrorResumeNextWith.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/pairwise' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/pairwise', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/pairwise.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/pairwise.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/pairwise.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/pairwise' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/pairwise.d.ts' with Package ID 'rxjs/dist/types/internal/operators/pairwise.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/pluck' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/pluck', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/pluck.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/pluck.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/pluck.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/pluck' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/pluck.d.ts' with Package ID 'rxjs/dist/types/internal/operators/pluck.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/publish' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publish', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publish.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publish.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publish.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/publish' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publish.d.ts' with Package ID 'rxjs/dist/types/internal/operators/publish.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/publishBehavior' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishBehavior', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishBehavior.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishBehavior.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishBehavior.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/publishBehavior' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishBehavior.d.ts' with Package ID 'rxjs/dist/types/internal/operators/publishBehavior.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/publishLast' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishLast', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishLast.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishLast.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishLast.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/publishLast' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishLast.d.ts' with Package ID 'rxjs/dist/types/internal/operators/publishLast.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/publishReplay' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishReplay', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishReplay.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishReplay.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishReplay.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/publishReplay' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/publishReplay.d.ts' with Package ID 'rxjs/dist/types/internal/operators/publishReplay.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/raceWith' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/raceWith', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/raceWith.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/raceWith.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/raceWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/raceWith' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/raceWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/raceWith.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/reduce' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/reduce', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/reduce.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/reduce.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/reduce.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/reduce' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/reduce.d.ts' with Package ID 'rxjs/dist/types/internal/operators/reduce.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/repeat' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/repeat', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/repeat.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/repeat.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/repeat.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/repeat' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/repeat.d.ts' with Package ID 'rxjs/dist/types/internal/operators/repeat.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/repeatWhen' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/repeatWhen', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/repeatWhen.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/repeatWhen.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/repeatWhen.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/repeatWhen' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/repeatWhen.d.ts' with Package ID 'rxjs/dist/types/internal/operators/repeatWhen.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/retry' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/retry', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/retry.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/retry.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/retry.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/retry' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/retry.d.ts' with Package ID 'rxjs/dist/types/internal/operators/retry.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/retryWhen' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/retryWhen', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/retryWhen.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/retryWhen.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/retryWhen.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/retryWhen' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/retryWhen.d.ts' with Package ID 'rxjs/dist/types/internal/operators/retryWhen.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/refCount' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/refCount', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/refCount.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/refCount.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/refCount.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/refCount' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/refCount.d.ts' with Package ID 'rxjs/dist/types/internal/operators/refCount.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/sample' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sample', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sample.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sample.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sample.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/sample' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sample.d.ts' with Package ID 'rxjs/dist/types/internal/operators/sample.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/sampleTime' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sampleTime', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sampleTime.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sampleTime.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sampleTime.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/sampleTime' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sampleTime.d.ts' with Package ID 'rxjs/dist/types/internal/operators/sampleTime.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/scan' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/scan', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/scan.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/scan.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/scan.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/scan' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/scan.d.ts' with Package ID 'rxjs/dist/types/internal/operators/scan.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/sequenceEqual' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sequenceEqual', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/sequenceEqual' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.d.ts' with Package ID 'rxjs/dist/types/internal/operators/sequenceEqual.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/share' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/share', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/share.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/share.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/share.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/share' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/share.d.ts' with Package ID 'rxjs/dist/types/internal/operators/share.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/shareReplay' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/shareReplay', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/shareReplay.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/shareReplay.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/shareReplay.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/shareReplay' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/shareReplay.d.ts' with Package ID 'rxjs/dist/types/internal/operators/shareReplay.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/single' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/single', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/single.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/single.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/single.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/single' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/single.d.ts' with Package ID 'rxjs/dist/types/internal/operators/single.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/skip' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skip', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skip.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skip.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skip.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/skip' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skip.d.ts' with Package ID 'rxjs/dist/types/internal/operators/skip.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/skipLast' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipLast', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipLast.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipLast.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipLast.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/skipLast' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipLast.d.ts' with Package ID 'rxjs/dist/types/internal/operators/skipLast.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/skipUntil' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipUntil', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipUntil.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipUntil.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipUntil.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/skipUntil' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipUntil.d.ts' with Package ID 'rxjs/dist/types/internal/operators/skipUntil.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/skipWhile' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipWhile', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipWhile.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipWhile.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipWhile.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/skipWhile' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/skipWhile.d.ts' with Package ID 'rxjs/dist/types/internal/operators/skipWhile.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/startWith' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/startWith', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/startWith.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/startWith.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/startWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/startWith' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/startWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/startWith.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/subscribeOn' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/subscribeOn', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/subscribeOn.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/subscribeOn.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/subscribeOn.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/subscribeOn' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/subscribeOn.d.ts' with Package ID 'rxjs/dist/types/internal/operators/subscribeOn.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/switchAll' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchAll', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchAll.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchAll.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/switchAll' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/switchAll.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/switchMap' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchMap', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchMap.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchMap.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchMap.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/switchMap' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchMap.d.ts' with Package ID 'rxjs/dist/types/internal/operators/switchMap.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/switchMapTo' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchMapTo', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchMapTo.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchMapTo.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchMapTo.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/switchMapTo' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchMapTo.d.ts' with Package ID 'rxjs/dist/types/internal/operators/switchMapTo.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/switchScan' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchScan', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchScan.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchScan.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchScan.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/switchScan' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/switchScan.d.ts' with Package ID 'rxjs/dist/types/internal/operators/switchScan.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/take' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/take', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/take.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/take.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/take.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/take' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/take.d.ts' with Package ID 'rxjs/dist/types/internal/operators/take.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/takeLast' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeLast', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeLast.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeLast.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeLast.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/takeLast' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeLast.d.ts' with Package ID 'rxjs/dist/types/internal/operators/takeLast.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/takeUntil' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeUntil', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeUntil.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeUntil.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeUntil.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/takeUntil' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeUntil.d.ts' with Package ID 'rxjs/dist/types/internal/operators/takeUntil.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/takeWhile' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeWhile', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeWhile.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeWhile.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeWhile.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/takeWhile' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/takeWhile.d.ts' with Package ID 'rxjs/dist/types/internal/operators/takeWhile.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/tap' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/tap', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/tap.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/tap.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/tap.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/tap' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/tap.d.ts' with Package ID 'rxjs/dist/types/internal/operators/tap.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/throttle' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throttle', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throttle.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throttle.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/throttle' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts' with Package ID 'rxjs/dist/types/internal/operators/throttle.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/throttleTime' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throttleTime', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throttleTime.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throttleTime.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throttleTime.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/throttleTime' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throttleTime.d.ts' with Package ID 'rxjs/dist/types/internal/operators/throttleTime.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/throwIfEmpty' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/throwIfEmpty' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.d.ts' with Package ID 'rxjs/dist/types/internal/operators/throwIfEmpty.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/timeInterval' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeInterval', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeInterval.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeInterval.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeInterval.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/timeInterval' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeInterval.d.ts' with Package ID 'rxjs/dist/types/internal/operators/timeInterval.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/timeoutWith' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeoutWith', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeoutWith.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeoutWith.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeoutWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/timeoutWith' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timeoutWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/timeoutWith.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/timestamp' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timestamp', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timestamp.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timestamp.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timestamp.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/timestamp' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/timestamp.d.ts' with Package ID 'rxjs/dist/types/internal/operators/timestamp.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/toArray' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/toArray', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/toArray.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/toArray.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/toArray.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/toArray' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/toArray.d.ts' with Package ID 'rxjs/dist/types/internal/operators/toArray.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/window' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/window', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/window.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/window.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/window.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/window' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/window.d.ts' with Package ID 'rxjs/dist/types/internal/operators/window.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/windowCount' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowCount', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowCount.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowCount.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowCount.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/windowCount' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowCount.d.ts' with Package ID 'rxjs/dist/types/internal/operators/windowCount.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/windowTime' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowTime', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowTime.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowTime.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowTime.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/windowTime' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowTime.d.ts' with Package ID 'rxjs/dist/types/internal/operators/windowTime.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/windowToggle' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowToggle', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowToggle.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowToggle.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowToggle.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/windowToggle' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowToggle.d.ts' with Package ID 'rxjs/dist/types/internal/operators/windowToggle.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/windowWhen' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowWhen', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowWhen.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowWhen.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowWhen.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/windowWhen' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/windowWhen.d.ts' with Package ID 'rxjs/dist/types/internal/operators/windowWhen.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/withLatestFrom' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/withLatestFrom', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/withLatestFrom' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.d.ts' with Package ID 'rxjs/dist/types/internal/operators/withLatestFrom.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/zipAll' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/zipAll', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/zipAll.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/zipAll.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/zipAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/zipAll' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/zipAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/zipAll.d.ts@7.8.0'. ======== ======== Resolving module './internal/operators/zipWith' from '/tmp/project/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/operators/zipWith', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/zipWith.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/zipWith.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/operators/zipWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/zipWith' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/operators/zipWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/zipWith.d.ts@7.8.0'. ======== ======== Resolving module '../../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/dom/animationFrames.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Observable', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/dom/animationFrames.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/types', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/types.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/types.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module './Subject' from '/tmp/project/node_modules/rxjs/dist/types/internal/BehaviorSubject.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Subject', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subject.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subject.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subject.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './Subject' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Subject.d.ts' with Package ID 'rxjs/dist/types/internal/Subject.d.ts@7.8.0'. ======== ======== Resolving module './Subject' from '/tmp/project/node_modules/rxjs/dist/types/internal/ReplaySubject.d.ts'. ======== Resolution for module './Subject' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal'. ======== Module name './Subject' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Subject.d.ts' with Package ID 'rxjs/dist/types/internal/Subject.d.ts@7.8.0'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/rxjs/dist/types/internal/ReplaySubject.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal'. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module './Subject' from '/tmp/project/node_modules/rxjs/dist/types/internal/AsyncSubject.d.ts'. ======== Resolution for module './Subject' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal'. ======== Module name './Subject' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Subject.d.ts' with Package ID 'rxjs/dist/types/internal/Subject.d.ts@7.8.0'. ======== ======== Resolving module './AsapScheduler' from '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/asap.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsapScheduler', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsapScheduler.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsapScheduler.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsapScheduler.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './AsapScheduler' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsapScheduler.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/AsapScheduler.d.ts@7.8.0'. ======== ======== Resolving module './AsyncAction' from '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsapScheduler.d.ts'. ======== Resolution for module './AsyncAction' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name './AsyncAction' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/AsyncAction.d.ts@7.8.0'. ======== ======== Resolving module './AsyncScheduler' from '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsapScheduler.d.ts'. ======== Resolution for module './AsyncScheduler' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name './AsyncScheduler' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts@7.8.0'. ======== ======== Resolving module './AsyncScheduler' from '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/async.d.ts'. ======== Resolution for module './AsyncScheduler' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name './AsyncScheduler' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts@7.8.0'. ======== ======== Resolving module './QueueScheduler' from '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/queue.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/QueueScheduler', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/QueueScheduler.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/QueueScheduler.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/QueueScheduler.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './QueueScheduler' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/QueueScheduler.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/QueueScheduler.d.ts@7.8.0'. ======== ======== Resolving module './AsyncScheduler' from '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/QueueScheduler.d.ts'. ======== Resolution for module './AsyncScheduler' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name './AsyncScheduler' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts@7.8.0'. ======== ======== Resolving module './AnimationFrameScheduler' from '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/animationFrame.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameScheduler', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameScheduler.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameScheduler.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameScheduler.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './AnimationFrameScheduler' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameScheduler.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/AnimationFrameScheduler.d.ts@7.8.0'. ======== ======== Resolving module './AsyncAction' from '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameScheduler.d.ts'. ======== Resolution for module './AsyncAction' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name './AsyncAction' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/AsyncAction.d.ts@7.8.0'. ======== ======== Resolving module './AsyncScheduler' from '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameScheduler.d.ts'. ======== Resolution for module './AsyncScheduler' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name './AsyncScheduler' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts@7.8.0'. ======== ======== Resolving module './identity' from '/tmp/project/node_modules/rxjs/dist/types/internal/util/pipe.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/util/identity', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/identity.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/identity.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/util/identity.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './identity' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/util/identity.d.ts' with Package ID 'rxjs/dist/types/internal/util/identity.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/util/pipe.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/types', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/types.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/types.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/util/isObservable.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Observable', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module './Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/lastValueFrom.d.ts'. ======== Resolution for module './Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal'. ======== Module name './Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module './Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/firstValueFrom.d.ts'. ======== Resolution for module './Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal'. ======== Module name './Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/bindCallback.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/types', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/types.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/types.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/bindCallback.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/bindNodeCallback.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/bindNodeCallback.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/combineLatest.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/combineLatest.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Subscriber' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/combineLatest.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Subscriber' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber.d.ts' with Package ID 'rxjs/dist/types/internal/Subscriber.d.ts@7.8.0'. ======== ======== Resolving module '../AnyCatcher' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/combineLatest.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/AnyCatcher', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/AnyCatcher.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/AnyCatcher.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/AnyCatcher.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../AnyCatcher' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/AnyCatcher.d.ts' with Package ID 'rxjs/dist/types/internal/AnyCatcher.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/concat.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/concat.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/connectable.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/defer.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/defer.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/empty.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/empty.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/forkJoin.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/forkJoin.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../AnyCatcher' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/forkJoin.d.ts'. ======== Resolution for module '../AnyCatcher' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../AnyCatcher' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/AnyCatcher.d.ts' with Package ID 'rxjs/dist/types/internal/AnyCatcher.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/from.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/from.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/fromEvent.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/fromEventPattern.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module './fromEvent' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/fromEventPattern.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/observable/fromEvent', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/fromEvent.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/fromEvent.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/observable/fromEvent.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './fromEvent' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/observable/fromEvent.d.ts' with Package ID 'rxjs/dist/types/internal/observable/fromEvent.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/generate.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/generate.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/iif.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/iif.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/interval.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/interval.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/merge.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/merge.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/never.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/of.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/of.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/onErrorResumeNext.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/onErrorResumeNext.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/pairs.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/pairs.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/partition.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/partition.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/race.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/race.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Subscriber' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/race.d.ts'. ======== Resolution for module '../Subscriber' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Subscriber' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber.d.ts' with Package ID 'rxjs/dist/types/internal/Subscriber.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/range.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/range.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/throwError.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/throwError.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/timer.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/timer.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/using.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/using.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/zip.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/observable/zip.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/rxjs/dist/types/internal/scheduled/scheduled.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/types', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/types.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/types.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/node_modules/rxjs/dist/types/internal/scheduled/scheduled.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/rxjs/dist/types/internal/Observable', target file type 'TypeScript'. File '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.ts' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.tsx' does not exist. File '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Observable' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.8.0'. ======== ======== Resolving module './Subscriber' from '/tmp/project/node_modules/rxjs/dist/types/internal/config.d.ts'. ======== Resolution for module './Subscriber' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal'. ======== Module name './Subscriber' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/Subscriber.d.ts' with Package ID 'rxjs/dist/types/internal/Subscriber.d.ts@7.8.0'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/rxjs/dist/types/internal/config.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/node_modules/rxjs/dist/types/internal'. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.8.0'. ======== ======== Resolving module '../features/arguments-host.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/ws-exception-filter.interface.d.ts'. ======== Resolution for module '../features/arguments-host.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions'. ======== Module name '../features/arguments-host.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/arguments-host.interface.d.ts@9.3.10'. ======== ======== Resolving module 'rxjs' from '/tmp/project/node_modules/@nestjs/common/interfaces/features/can-activate.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. 'paths' option is specified, looking for a pattern to match module name 'rxjs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. Resolving module name 'rxjs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/rxjs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/rxjs', target file type 'TypeScript'. File '/tmp/project/apps/api/rxjs.ts' does not exist. File '/tmp/project/apps/api/rxjs.tsx' does not exist. File '/tmp/project/apps/api/rxjs.d.ts' does not exist. Directory '/tmp/project/apps/api/rxjs' does not exist, skipping all lookups in it. Loading module 'rxjs' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/common/interfaces/features/node_modules' does not exist, skipping all lookups in it. Resolution for module 'rxjs' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces'. ======== Module name 'rxjs' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/index.d.ts' with Package ID 'rxjs/dist/types/index.d.ts@7.8.0'. ======== ======== Resolving module './execution-context.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/features/can-activate.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/features/execution-context.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/execution-context.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/execution-context.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/execution-context.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './execution-context.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/execution-context.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/execution-context.interface.d.ts@9.3.10'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@nestjs/common/interfaces/features/execution-context.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/index', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module './arguments-host.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/features/execution-context.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/features/arguments-host.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './arguments-host.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/arguments-host.interface.d.ts@9.3.10'. ======== ======== Resolving module 'rxjs' from '/tmp/project/node_modules/@nestjs/common/interfaces/features/nest-interceptor.interface.d.ts'. ======== Resolution for module 'rxjs' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces/features'. ======== Module name 'rxjs' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/index.d.ts' with Package ID 'rxjs/dist/types/index.d.ts@7.8.0'. ======== ======== Resolving module './execution-context.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/features/nest-interceptor.interface.d.ts'. ======== Resolution for module './execution-context.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces/features'. ======== Module name './execution-context.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/execution-context.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/execution-context.interface.d.ts@9.3.10'. ======== ======== Resolving module '../type.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../type.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.d.ts' with Package ID '@nestjs/common/interfaces/type.interface.d.ts@9.3.10'. ======== ======== Resolving module './paramtype.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/features/paramtype.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/paramtype.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/paramtype.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/paramtype.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './paramtype.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/paramtype.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/paramtype.interface.d.ts@9.3.10'. ======== ======== Resolving module './middleware' from '/tmp/project/node_modules/@nestjs/common/interfaces/global-prefix-options.interface.d.ts'. ======== Resolution for module './middleware' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces'. ======== Module name './middleware' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/index.d.ts'. ======== ======== Resolving module './middleware-config-proxy.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-config-proxy.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-config-proxy.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-config-proxy.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-config-proxy.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './middleware-config-proxy.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-config-proxy.interface.d.ts' with Package ID '@nestjs/common/interfaces/middleware/middleware-config-proxy.interface.d.ts@9.3.10'. ======== ======== Resolving module './middleware-configuration.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-configuration.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-configuration.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-configuration.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-configuration.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './middleware-configuration.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-configuration.interface.d.ts' with Package ID '@nestjs/common/interfaces/middleware/middleware-configuration.interface.d.ts@9.3.10'. ======== ======== Resolving module './middleware-consumer.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-consumer.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-consumer.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-consumer.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-consumer.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './middleware-consumer.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-consumer.interface.d.ts' with Package ID '@nestjs/common/interfaces/middleware/middleware-consumer.interface.d.ts@9.3.10'. ======== ======== Resolving module './nest-middleware.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/nest-middleware.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/nest-middleware.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/nest-middleware.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/nest-middleware.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './nest-middleware.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/nest-middleware.interface.d.ts' with Package ID '@nestjs/common/interfaces/middleware/nest-middleware.interface.d.ts@9.3.10'. ======== ======== Resolving module '../type.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-config-proxy.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../type.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.d.ts' with Package ID '@nestjs/common/interfaces/type.interface.d.ts@9.3.10'. ======== ======== Resolving module './middleware-configuration.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-config-proxy.interface.d.ts'. ======== Resolution for module './middleware-configuration.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces/middleware'. ======== Module name './middleware-configuration.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-configuration.interface.d.ts' with Package ID '@nestjs/common/interfaces/middleware/middleware-configuration.interface.d.ts@9.3.10'. ======== ======== Resolving module './middleware-consumer.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-config-proxy.interface.d.ts'. ======== Resolution for module './middleware-consumer.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces/middleware'. ======== Module name './middleware-consumer.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-consumer.interface.d.ts' with Package ID '@nestjs/common/interfaces/middleware/middleware-consumer.interface.d.ts@9.3.10'. ======== ======== Resolving module '../../enums' from '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-configuration.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/enums', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/enums.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/enums/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../enums' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/enums/index.d.ts'. ======== ======== Resolving module '../type.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-configuration.interface.d.ts'. ======== Resolution for module '../type.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces/middleware'. ======== Module name '../type.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.d.ts' with Package ID '@nestjs/common/interfaces/type.interface.d.ts@9.3.10'. ======== ======== Resolving module '../version-options.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-configuration.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/version-options.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/version-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/version-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/version-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../version-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/version-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/version-options.interface.d.ts@9.3.10'. ======== ======== Resolving module './request-method.enum' from '/tmp/project/node_modules/@nestjs/common/enums/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/enums/request-method.enum', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/enums/request-method.enum.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/request-method.enum.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/request-method.enum.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './request-method.enum' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/enums/request-method.enum.d.ts' with Package ID '@nestjs/common/enums/request-method.enum.d.ts@9.3.10'. ======== ======== Resolving module './http-status.enum' from '/tmp/project/node_modules/@nestjs/common/enums/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/enums/http-status.enum', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/enums/http-status.enum.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/http-status.enum.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/http-status.enum.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './http-status.enum' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/enums/http-status.enum.d.ts' with Package ID '@nestjs/common/enums/http-status.enum.d.ts@9.3.10'. ======== ======== Resolving module './shutdown-signal.enum' from '/tmp/project/node_modules/@nestjs/common/enums/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/enums/shutdown-signal.enum', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/enums/shutdown-signal.enum.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/shutdown-signal.enum.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/shutdown-signal.enum.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './shutdown-signal.enum' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/enums/shutdown-signal.enum.d.ts' with Package ID '@nestjs/common/enums/shutdown-signal.enum.d.ts@9.3.10'. ======== ======== Resolving module './version-type.enum' from '/tmp/project/node_modules/@nestjs/common/enums/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/enums/version-type.enum', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/enums/version-type.enum.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/version-type.enum.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/version-type.enum.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './version-type.enum' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/enums/version-type.enum.d.ts' with Package ID '@nestjs/common/enums/version-type.enum.d.ts@9.3.10'. ======== ======== Resolving module '../enums/version-type.enum' from '/tmp/project/node_modules/@nestjs/common/interfaces/version-options.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/enums/version-type.enum', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/enums/version-type.enum.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/version-type.enum.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/version-type.enum.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../enums/version-type.enum' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/enums/version-type.enum.d.ts' with Package ID '@nestjs/common/enums/version-type.enum.d.ts@9.3.10'. ======== ======== Resolving module '../type.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-consumer.interface.d.ts'. ======== Resolution for module '../type.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces/middleware'. ======== Module name '../type.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.d.ts' with Package ID '@nestjs/common/interfaces/type.interface.d.ts@9.3.10'. ======== ======== Resolving module './middleware-config-proxy.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-consumer.interface.d.ts'. ======== Resolution for module './middleware-config-proxy.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces/middleware'. ======== Module name './middleware-config-proxy.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-config-proxy.interface.d.ts' with Package ID '@nestjs/common/interfaces/middleware/middleware-config-proxy.interface.d.ts@9.3.10'. ======== ======== Resolving module './before-application-shutdown.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/before-application-shutdown.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/before-application-shutdown.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/before-application-shutdown.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/before-application-shutdown.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './before-application-shutdown.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/before-application-shutdown.interface.d.ts' with Package ID '@nestjs/common/interfaces/hooks/before-application-shutdown.interface.d.ts@9.3.10'. ======== ======== Resolving module './on-application-bootstrap.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/on-application-bootstrap.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/on-application-bootstrap.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/on-application-bootstrap.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/on-application-bootstrap.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './on-application-bootstrap.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/on-application-bootstrap.interface.d.ts' with Package ID '@nestjs/common/interfaces/hooks/on-application-bootstrap.interface.d.ts@9.3.10'. ======== ======== Resolving module './on-application-shutdown.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/on-application-shutdown.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/on-application-shutdown.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/on-application-shutdown.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/on-application-shutdown.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './on-application-shutdown.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/on-application-shutdown.interface.d.ts' with Package ID '@nestjs/common/interfaces/hooks/on-application-shutdown.interface.d.ts@9.3.10'. ======== ======== Resolving module './on-destroy.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/on-destroy.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/on-destroy.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/on-destroy.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/on-destroy.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './on-destroy.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/on-destroy.interface.d.ts' with Package ID '@nestjs/common/interfaces/hooks/on-destroy.interface.d.ts@9.3.10'. ======== ======== Resolving module './on-init.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/on-init.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/on-init.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/on-init.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/on-init.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './on-init.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/hooks/on-init.interface.d.ts' with Package ID '@nestjs/common/interfaces/hooks/on-init.interface.d.ts@9.3.10'. ======== ======== Resolving module './http-server.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/http/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/http/http-server.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/http/http-server.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/http/http-server.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/http/http-server.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './http-server.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/http/http-server.interface.d.ts' with Package ID '@nestjs/common/interfaces/http/http-server.interface.d.ts@9.3.10'. ======== ======== Resolving module './message-event.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/http/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/http/message-event.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/http/message-event.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/http/message-event.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/http/message-event.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './message-event.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/http/message-event.interface.d.ts' with Package ID '@nestjs/common/interfaces/http/message-event.interface.d.ts@9.3.10'. ======== ======== Resolving module './raw-body-request.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/http/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/http/raw-body-request.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/http/raw-body-request.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/http/raw-body-request.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/http/raw-body-request.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './raw-body-request.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/http/raw-body-request.interface.d.ts' with Package ID '@nestjs/common/interfaces/http/raw-body-request.interface.d.ts@9.3.10'. ======== ======== Resolving module '../../enums' from '/tmp/project/node_modules/@nestjs/common/interfaces/http/http-server.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/enums', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/enums.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/enums/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../enums' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/enums/index.d.ts'. ======== ======== Resolving module '../../interfaces/external/cors-options.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/http/http-server.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/external/cors-options.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/cors-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/cors-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/cors-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../../interfaces/external/cors-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/external/cors-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/cors-options.interface.d.ts@9.3.10'. ======== ======== Resolving module '../../interfaces/nest-application-options.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/http/http-server.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-options.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../../interfaces/nest-application-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/nest-application-options.interface.d.ts@9.3.10'. ======== ======== Resolving module '../version-options.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/http/http-server.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/version-options.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/version-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/version-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/version-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../version-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/version-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/version-options.interface.d.ts@9.3.10'. ======== ======== Resolving module './external/cors-options.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-options.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/external/cors-options.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/cors-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/cors-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/cors-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './external/cors-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/external/cors-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/cors-options.interface.d.ts@9.3.10'. ======== ======== Resolving module './external/https-options.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-options.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/external/https-options.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/https-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/https-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/https-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './external/https-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/external/https-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/https-options.interface.d.ts@9.3.10'. ======== ======== Resolving module './nest-application-context-options.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-options.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context-options.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './nest-application-context-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/nest-application-context-options.interface.d.ts@9.3.10'. ======== ======== Resolving module '../services/logger.service' from '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context-options.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/services/logger.service', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/services/logger.service.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/services/logger.service.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/services/logger.service.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../services/logger.service' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/services/logger.service.d.ts' with Package ID '@nestjs/common/services/logger.service.d.ts@9.3.10'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@nestjs/common/interfaces/http/raw-body-request.interface.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/node/package.json'. 'package.json' has a 'typesVersions' field with version-specific path mappings. 'package.json' does not have a 'typesVersions' entry that matches version '4.9'. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== Module 'assert' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/assert.d.ts'. ======== Resolving module 'node:assert' from '/tmp/project/node_modules/@types/node/assert/strict.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:assert'. 'paths' option is specified, looking for a pattern to match module name 'node:assert'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:assert'. Resolving module name 'node:assert' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:assert'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:assert', target file type 'TypeScript'. File '/tmp/project/apps/api/node:assert.ts' does not exist. File '/tmp/project/apps/api/node:assert.tsx' does not exist. File '/tmp/project/apps/api/node:assert.d.ts' does not exist. Directory '/tmp/project/apps/api/node:assert' does not exist, skipping all lookups in it. Loading module 'node:assert' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/assert/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:assert.ts' does not exist. File '/tmp/project/node_modules/node:assert.tsx' does not exist. File '/tmp/project/node_modules/node:assert.d.ts' does not exist. File '/tmp/project/node_modules/@types/node:assert.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:assert'. 'paths' option is specified, looking for a pattern to match module name 'node:assert'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:assert'. Resolving module name 'node:assert' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:assert'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:assert', target file type 'JavaScript'. File '/tmp/project/apps/api/node:assert.js' does not exist. File '/tmp/project/apps/api/node:assert.jsx' does not exist. Directory '/tmp/project/apps/api/node:assert' does not exist, skipping all lookups in it. Loading module 'node:assert' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/assert/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:assert.js' does not exist. File '/tmp/project/node_modules/node:assert.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:assert'. 'paths' option is specified, looking for a pattern to match module name 'node:assert'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:assert'. Resolving module name 'node:assert' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:assert'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:assert', target file type 'Json'. Directory '/tmp/project/apps/api/node:assert' does not exist, skipping all lookups in it. Loading module 'node:assert' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/assert/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:assert' was not resolved. ======== ======== Resolving module 'worker_threads' from '/tmp/project/node_modules/@types/node/globals.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'worker_threads'. 'paths' option is specified, looking for a pattern to match module name 'worker_threads'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'worker_threads'. Resolving module name 'worker_threads' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/worker_threads'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/worker_threads', target file type 'TypeScript'. File '/tmp/project/apps/api/worker_threads.ts' does not exist. File '/tmp/project/apps/api/worker_threads.tsx' does not exist. File '/tmp/project/apps/api/worker_threads.d.ts' does not exist. Directory '/tmp/project/apps/api/worker_threads' does not exist, skipping all lookups in it. Loading module 'worker_threads' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/worker_threads.ts' does not exist. File '/tmp/project/node_modules/worker_threads.tsx' does not exist. File '/tmp/project/node_modules/worker_threads.d.ts' does not exist. File '/tmp/project/node_modules/@types/worker_threads.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'worker_threads'. 'paths' option is specified, looking for a pattern to match module name 'worker_threads'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'worker_threads'. Resolving module name 'worker_threads' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/worker_threads'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/worker_threads', target file type 'JavaScript'. File '/tmp/project/apps/api/worker_threads.js' does not exist. File '/tmp/project/apps/api/worker_threads.jsx' does not exist. Directory '/tmp/project/apps/api/worker_threads' does not exist, skipping all lookups in it. Loading module 'worker_threads' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/worker_threads.js' does not exist. File '/tmp/project/node_modules/worker_threads.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'worker_threads'. 'paths' option is specified, looking for a pattern to match module name 'worker_threads'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'worker_threads'. Resolving module name 'worker_threads' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/worker_threads'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/worker_threads', target file type 'Json'. Directory '/tmp/project/apps/api/worker_threads' does not exist, skipping all lookups in it. Loading module 'worker_threads' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'worker_threads' was not resolved. ======== Module 'async_hooks' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/async_hooks.d.ts'. Module 'buffer' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/buffer.d.ts'. Module 'buffer' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/buffer.d.ts'. ======== Resolving module 'node:crypto' from '/tmp/project/node_modules/@types/node/buffer.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:crypto'. 'paths' option is specified, looking for a pattern to match module name 'node:crypto'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:crypto'. Resolving module name 'node:crypto' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:crypto'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:crypto', target file type 'TypeScript'. File '/tmp/project/apps/api/node:crypto.ts' does not exist. File '/tmp/project/apps/api/node:crypto.tsx' does not exist. File '/tmp/project/apps/api/node:crypto.d.ts' does not exist. Directory '/tmp/project/apps/api/node:crypto' does not exist, skipping all lookups in it. Loading module 'node:crypto' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:crypto.ts' does not exist. File '/tmp/project/node_modules/node:crypto.tsx' does not exist. File '/tmp/project/node_modules/node:crypto.d.ts' does not exist. File '/tmp/project/node_modules/@types/node:crypto.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:crypto'. 'paths' option is specified, looking for a pattern to match module name 'node:crypto'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:crypto'. Resolving module name 'node:crypto' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:crypto'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:crypto', target file type 'JavaScript'. File '/tmp/project/apps/api/node:crypto.js' does not exist. File '/tmp/project/apps/api/node:crypto.jsx' does not exist. Directory '/tmp/project/apps/api/node:crypto' does not exist, skipping all lookups in it. Loading module 'node:crypto' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:crypto.js' does not exist. File '/tmp/project/node_modules/node:crypto.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:crypto'. 'paths' option is specified, looking for a pattern to match module name 'node:crypto'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:crypto'. Resolving module name 'node:crypto' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:crypto'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:crypto', target file type 'Json'. Directory '/tmp/project/apps/api/node:crypto' does not exist, skipping all lookups in it. Loading module 'node:crypto' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:crypto' was not resolved. ======== ======== Resolving module 'node:stream/web' from '/tmp/project/node_modules/@types/node/buffer.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream/web'. 'paths' option is specified, looking for a pattern to match module name 'node:stream/web'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream/web'. Resolving module name 'node:stream/web' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:stream/web'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:stream/web', target file type 'TypeScript'. Loading module 'node:stream/web' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream/web'. 'paths' option is specified, looking for a pattern to match module name 'node:stream/web'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream/web'. Resolving module name 'node:stream/web' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:stream/web'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:stream/web', target file type 'JavaScript'. Loading module 'node:stream/web' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream/web'. 'paths' option is specified, looking for a pattern to match module name 'node:stream/web'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream/web'. Resolving module name 'node:stream/web' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:stream/web'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:stream/web', target file type 'Json'. Loading module 'node:stream/web' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:stream/web' was not resolved. ======== Module 'child_process' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/child_process.d.ts'. ======== Resolving module 'node:fs' from '/tmp/project/node_modules/@types/node/child_process.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:fs'. 'paths' option is specified, looking for a pattern to match module name 'node:fs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:fs'. Resolving module name 'node:fs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:fs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:fs', target file type 'TypeScript'. File '/tmp/project/apps/api/node:fs.ts' does not exist. File '/tmp/project/apps/api/node:fs.tsx' does not exist. File '/tmp/project/apps/api/node:fs.d.ts' does not exist. Directory '/tmp/project/apps/api/node:fs' does not exist, skipping all lookups in it. Loading module 'node:fs' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:fs.ts' does not exist. File '/tmp/project/node_modules/node:fs.tsx' does not exist. File '/tmp/project/node_modules/node:fs.d.ts' does not exist. File '/tmp/project/node_modules/@types/node:fs.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:fs'. 'paths' option is specified, looking for a pattern to match module name 'node:fs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:fs'. Resolving module name 'node:fs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:fs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:fs', target file type 'JavaScript'. File '/tmp/project/apps/api/node:fs.js' does not exist. File '/tmp/project/apps/api/node:fs.jsx' does not exist. Directory '/tmp/project/apps/api/node:fs' does not exist, skipping all lookups in it. Loading module 'node:fs' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:fs.js' does not exist. File '/tmp/project/node_modules/node:fs.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:fs'. 'paths' option is specified, looking for a pattern to match module name 'node:fs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:fs'. Resolving module name 'node:fs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:fs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:fs', target file type 'Json'. Directory '/tmp/project/apps/api/node:fs' does not exist, skipping all lookups in it. Loading module 'node:fs' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:fs' was not resolved. ======== ======== Resolving module 'node:events' from '/tmp/project/node_modules/@types/node/child_process.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:events'. 'paths' option is specified, looking for a pattern to match module name 'node:events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:events'. Resolving module name 'node:events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:events', target file type 'TypeScript'. File '/tmp/project/apps/api/node:events.ts' does not exist. File '/tmp/project/apps/api/node:events.tsx' does not exist. File '/tmp/project/apps/api/node:events.d.ts' does not exist. Directory '/tmp/project/apps/api/node:events' does not exist, skipping all lookups in it. Loading module 'node:events' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:events.ts' does not exist. File '/tmp/project/node_modules/node:events.tsx' does not exist. File '/tmp/project/node_modules/node:events.d.ts' does not exist. File '/tmp/project/node_modules/@types/node:events.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:events'. 'paths' option is specified, looking for a pattern to match module name 'node:events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:events'. Resolving module name 'node:events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:events', target file type 'JavaScript'. File '/tmp/project/apps/api/node:events.js' does not exist. File '/tmp/project/apps/api/node:events.jsx' does not exist. Directory '/tmp/project/apps/api/node:events' does not exist, skipping all lookups in it. Loading module 'node:events' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:events.js' does not exist. File '/tmp/project/node_modules/node:events.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:events'. 'paths' option is specified, looking for a pattern to match module name 'node:events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:events'. Resolving module name 'node:events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:events', target file type 'Json'. Directory '/tmp/project/apps/api/node:events' does not exist, skipping all lookups in it. Loading module 'node:events' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:events' was not resolved. ======== ======== Resolving module 'node:net' from '/tmp/project/node_modules/@types/node/child_process.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:net'. 'paths' option is specified, looking for a pattern to match module name 'node:net'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:net'. Resolving module name 'node:net' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:net'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:net', target file type 'TypeScript'. File '/tmp/project/apps/api/node:net.ts' does not exist. File '/tmp/project/apps/api/node:net.tsx' does not exist. File '/tmp/project/apps/api/node:net.d.ts' does not exist. Directory '/tmp/project/apps/api/node:net' does not exist, skipping all lookups in it. Loading module 'node:net' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:net.ts' does not exist. File '/tmp/project/node_modules/node:net.tsx' does not exist. File '/tmp/project/node_modules/node:net.d.ts' does not exist. File '/tmp/project/node_modules/@types/node:net.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:net'. 'paths' option is specified, looking for a pattern to match module name 'node:net'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:net'. Resolving module name 'node:net' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:net'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:net', target file type 'JavaScript'. File '/tmp/project/apps/api/node:net.js' does not exist. File '/tmp/project/apps/api/node:net.jsx' does not exist. Directory '/tmp/project/apps/api/node:net' does not exist, skipping all lookups in it. Loading module 'node:net' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:net.js' does not exist. File '/tmp/project/node_modules/node:net.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:net'. 'paths' option is specified, looking for a pattern to match module name 'node:net'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:net'. Resolving module name 'node:net' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:net'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:net', target file type 'Json'. Directory '/tmp/project/apps/api/node:net' does not exist, skipping all lookups in it. Loading module 'node:net' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:net' was not resolved. ======== ======== Resolving module 'node:stream' from '/tmp/project/node_modules/@types/node/child_process.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream'. 'paths' option is specified, looking for a pattern to match module name 'node:stream'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream'. Resolving module name 'node:stream' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:stream'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:stream', target file type 'TypeScript'. File '/tmp/project/apps/api/node:stream.ts' does not exist. File '/tmp/project/apps/api/node:stream.tsx' does not exist. File '/tmp/project/apps/api/node:stream.d.ts' does not exist. Directory '/tmp/project/apps/api/node:stream' does not exist, skipping all lookups in it. Loading module 'node:stream' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:stream.ts' does not exist. File '/tmp/project/node_modules/node:stream.tsx' does not exist. File '/tmp/project/node_modules/node:stream.d.ts' does not exist. File '/tmp/project/node_modules/@types/node:stream.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream'. 'paths' option is specified, looking for a pattern to match module name 'node:stream'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream'. Resolving module name 'node:stream' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:stream'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:stream', target file type 'JavaScript'. File '/tmp/project/apps/api/node:stream.js' does not exist. File '/tmp/project/apps/api/node:stream.jsx' does not exist. Directory '/tmp/project/apps/api/node:stream' does not exist, skipping all lookups in it. Loading module 'node:stream' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:stream.js' does not exist. File '/tmp/project/node_modules/node:stream.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream'. 'paths' option is specified, looking for a pattern to match module name 'node:stream'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream'. Resolving module name 'node:stream' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:stream'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:stream', target file type 'Json'. Directory '/tmp/project/apps/api/node:stream' does not exist, skipping all lookups in it. Loading module 'node:stream' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:stream' was not resolved. ======== ======== Resolving module 'node:url' from '/tmp/project/node_modules/@types/node/child_process.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:url'. 'paths' option is specified, looking for a pattern to match module name 'node:url'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:url'. Resolving module name 'node:url' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:url'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:url', target file type 'TypeScript'. File '/tmp/project/apps/api/node:url.ts' does not exist. File '/tmp/project/apps/api/node:url.tsx' does not exist. File '/tmp/project/apps/api/node:url.d.ts' does not exist. Directory '/tmp/project/apps/api/node:url' does not exist, skipping all lookups in it. Loading module 'node:url' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:url.ts' does not exist. File '/tmp/project/node_modules/node:url.tsx' does not exist. File '/tmp/project/node_modules/node:url.d.ts' does not exist. File '/tmp/project/node_modules/@types/node:url.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:url'. 'paths' option is specified, looking for a pattern to match module name 'node:url'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:url'. Resolving module name 'node:url' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:url'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:url', target file type 'JavaScript'. File '/tmp/project/apps/api/node:url.js' does not exist. File '/tmp/project/apps/api/node:url.jsx' does not exist. Directory '/tmp/project/apps/api/node:url' does not exist, skipping all lookups in it. Loading module 'node:url' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:url.js' does not exist. File '/tmp/project/node_modules/node:url.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:url'. 'paths' option is specified, looking for a pattern to match module name 'node:url'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:url'. Resolving module name 'node:url' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:url'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:url', target file type 'Json'. Directory '/tmp/project/apps/api/node:url' does not exist, skipping all lookups in it. Loading module 'node:url' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:url' was not resolved. ======== Module 'cluster' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/cluster.d.ts'. Module 'cluster' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/cluster.d.ts'. ======== Resolving module 'node:child_process' from '/tmp/project/node_modules/@types/node/cluster.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:child_process'. 'paths' option is specified, looking for a pattern to match module name 'node:child_process'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:child_process'. Resolving module name 'node:child_process' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:child_process'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:child_process', target file type 'TypeScript'. File '/tmp/project/apps/api/node:child_process.ts' does not exist. File '/tmp/project/apps/api/node:child_process.tsx' does not exist. File '/tmp/project/apps/api/node:child_process.d.ts' does not exist. Directory '/tmp/project/apps/api/node:child_process' does not exist, skipping all lookups in it. Loading module 'node:child_process' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:child_process.ts' does not exist. File '/tmp/project/node_modules/node:child_process.tsx' does not exist. File '/tmp/project/node_modules/node:child_process.d.ts' does not exist. File '/tmp/project/node_modules/@types/node:child_process.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:child_process'. 'paths' option is specified, looking for a pattern to match module name 'node:child_process'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:child_process'. Resolving module name 'node:child_process' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:child_process'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:child_process', target file type 'JavaScript'. File '/tmp/project/apps/api/node:child_process.js' does not exist. File '/tmp/project/apps/api/node:child_process.jsx' does not exist. Directory '/tmp/project/apps/api/node:child_process' does not exist, skipping all lookups in it. Loading module 'node:child_process' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:child_process.js' does not exist. File '/tmp/project/node_modules/node:child_process.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:child_process'. 'paths' option is specified, looking for a pattern to match module name 'node:child_process'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:child_process'. Resolving module name 'node:child_process' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:child_process'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:child_process', target file type 'Json'. Directory '/tmp/project/apps/api/node:child_process' does not exist, skipping all lookups in it. Loading module 'node:child_process' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:child_process' was not resolved. ======== ======== Resolving module 'node:events' from '/tmp/project/node_modules/@types/node/cluster.d.ts'. ======== Resolution for module 'node:events' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:events' was not resolved. ======== ======== Resolving module 'node:net' from '/tmp/project/node_modules/@types/node/cluster.d.ts'. ======== Resolution for module 'node:net' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:net' was not resolved. ======== Module 'node:console' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/console.d.ts'. ======== Resolving module 'node:util' from '/tmp/project/node_modules/@types/node/console.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:util'. 'paths' option is specified, looking for a pattern to match module name 'node:util'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:util'. Resolving module name 'node:util' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:util'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:util', target file type 'TypeScript'. File '/tmp/project/apps/api/node:util.ts' does not exist. File '/tmp/project/apps/api/node:util.tsx' does not exist. File '/tmp/project/apps/api/node:util.d.ts' does not exist. Directory '/tmp/project/apps/api/node:util' does not exist, skipping all lookups in it. Loading module 'node:util' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:util.ts' does not exist. File '/tmp/project/node_modules/node:util.tsx' does not exist. File '/tmp/project/node_modules/node:util.d.ts' does not exist. File '/tmp/project/node_modules/@types/node:util.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:util'. 'paths' option is specified, looking for a pattern to match module name 'node:util'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:util'. Resolving module name 'node:util' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:util'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:util', target file type 'JavaScript'. File '/tmp/project/apps/api/node:util.js' does not exist. File '/tmp/project/apps/api/node:util.jsx' does not exist. Directory '/tmp/project/apps/api/node:util' does not exist, skipping all lookups in it. Loading module 'node:util' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:util.js' does not exist. File '/tmp/project/node_modules/node:util.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:util'. 'paths' option is specified, looking for a pattern to match module name 'node:util'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:util'. Resolving module name 'node:util' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:util'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:util', target file type 'Json'. Directory '/tmp/project/apps/api/node:util' does not exist, skipping all lookups in it. Loading module 'node:util' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:util' was not resolved. ======== Module 'constants' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/constants.d.ts'. ======== Resolving module 'node:os' from '/tmp/project/node_modules/@types/node/constants.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:os'. 'paths' option is specified, looking for a pattern to match module name 'node:os'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:os'. Resolving module name 'node:os' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:os'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:os', target file type 'TypeScript'. File '/tmp/project/apps/api/node:os.ts' does not exist. File '/tmp/project/apps/api/node:os.tsx' does not exist. File '/tmp/project/apps/api/node:os.d.ts' does not exist. Directory '/tmp/project/apps/api/node:os' does not exist, skipping all lookups in it. Loading module 'node:os' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:os.ts' does not exist. File '/tmp/project/node_modules/node:os.tsx' does not exist. File '/tmp/project/node_modules/node:os.d.ts' does not exist. File '/tmp/project/node_modules/@types/node:os.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:os'. 'paths' option is specified, looking for a pattern to match module name 'node:os'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:os'. Resolving module name 'node:os' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:os'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:os', target file type 'JavaScript'. File '/tmp/project/apps/api/node:os.js' does not exist. File '/tmp/project/apps/api/node:os.jsx' does not exist. Directory '/tmp/project/apps/api/node:os' does not exist, skipping all lookups in it. Loading module 'node:os' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:os.js' does not exist. File '/tmp/project/node_modules/node:os.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:os'. 'paths' option is specified, looking for a pattern to match module name 'node:os'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:os'. Resolving module name 'node:os' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:os'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:os', target file type 'Json'. Directory '/tmp/project/apps/api/node:os' does not exist, skipping all lookups in it. Loading module 'node:os' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:os' was not resolved. ======== ======== Resolving module 'node:crypto' from '/tmp/project/node_modules/@types/node/constants.d.ts'. ======== Resolution for module 'node:crypto' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:crypto' was not resolved. ======== ======== Resolving module 'node:fs' from '/tmp/project/node_modules/@types/node/constants.d.ts'. ======== Resolution for module 'node:fs' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:fs' was not resolved. ======== Module 'crypto' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/crypto.d.ts'. ======== Resolving module 'node:stream' from '/tmp/project/node_modules/@types/node/crypto.d.ts'. ======== Resolution for module 'node:stream' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:stream' was not resolved. ======== ======== Resolving module 'node:tls' from '/tmp/project/node_modules/@types/node/crypto.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:tls'. 'paths' option is specified, looking for a pattern to match module name 'node:tls'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:tls'. Resolving module name 'node:tls' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:tls'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:tls', target file type 'TypeScript'. File '/tmp/project/apps/api/node:tls.ts' does not exist. File '/tmp/project/apps/api/node:tls.tsx' does not exist. File '/tmp/project/apps/api/node:tls.d.ts' does not exist. Directory '/tmp/project/apps/api/node:tls' does not exist, skipping all lookups in it. Loading module 'node:tls' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:tls.ts' does not exist. File '/tmp/project/node_modules/node:tls.tsx' does not exist. File '/tmp/project/node_modules/node:tls.d.ts' does not exist. File '/tmp/project/node_modules/@types/node:tls.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:tls'. 'paths' option is specified, looking for a pattern to match module name 'node:tls'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:tls'. Resolving module name 'node:tls' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:tls'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:tls', target file type 'JavaScript'. File '/tmp/project/apps/api/node:tls.js' does not exist. File '/tmp/project/apps/api/node:tls.jsx' does not exist. Directory '/tmp/project/apps/api/node:tls' does not exist, skipping all lookups in it. Loading module 'node:tls' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:tls.js' does not exist. File '/tmp/project/node_modules/node:tls.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:tls'. 'paths' option is specified, looking for a pattern to match module name 'node:tls'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:tls'. Resolving module name 'node:tls' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:tls'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:tls', target file type 'Json'. Directory '/tmp/project/apps/api/node:tls' does not exist, skipping all lookups in it. Loading module 'node:tls' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:tls' was not resolved. ======== Module 'dgram' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/dgram.d.ts'. ======== Resolving module 'node:net' from '/tmp/project/node_modules/@types/node/dgram.d.ts'. ======== Resolution for module 'node:net' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:net' was not resolved. ======== ======== Resolving module 'node:dns' from '/tmp/project/node_modules/@types/node/dgram.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:dns'. 'paths' option is specified, looking for a pattern to match module name 'node:dns'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:dns'. Resolving module name 'node:dns' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:dns'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:dns', target file type 'TypeScript'. File '/tmp/project/apps/api/node:dns.ts' does not exist. File '/tmp/project/apps/api/node:dns.tsx' does not exist. File '/tmp/project/apps/api/node:dns.d.ts' does not exist. Directory '/tmp/project/apps/api/node:dns' does not exist, skipping all lookups in it. Loading module 'node:dns' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:dns.ts' does not exist. File '/tmp/project/node_modules/node:dns.tsx' does not exist. File '/tmp/project/node_modules/node:dns.d.ts' does not exist. File '/tmp/project/node_modules/@types/node:dns.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:dns'. 'paths' option is specified, looking for a pattern to match module name 'node:dns'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:dns'. Resolving module name 'node:dns' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:dns'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:dns', target file type 'JavaScript'. File '/tmp/project/apps/api/node:dns.js' does not exist. File '/tmp/project/apps/api/node:dns.jsx' does not exist. Directory '/tmp/project/apps/api/node:dns' does not exist, skipping all lookups in it. Loading module 'node:dns' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:dns.js' does not exist. File '/tmp/project/node_modules/node:dns.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:dns'. 'paths' option is specified, looking for a pattern to match module name 'node:dns'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:dns'. Resolving module name 'node:dns' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:dns'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:dns', target file type 'Json'. Directory '/tmp/project/apps/api/node:dns' does not exist, skipping all lookups in it. Loading module 'node:dns' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:dns' was not resolved. ======== ======== Resolving module 'node:events' from '/tmp/project/node_modules/@types/node/dgram.d.ts'. ======== Resolution for module 'node:events' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:events' was not resolved. ======== Module 'diagnostics_channel' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/diagnostics_channel.d.ts'. Module 'dns' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/dns.d.ts'. ======== Resolving module 'node:dns/promises' from '/tmp/project/node_modules/@types/node/dns.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:dns/promises'. 'paths' option is specified, looking for a pattern to match module name 'node:dns/promises'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:dns/promises'. Resolving module name 'node:dns/promises' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:dns/promises'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:dns/promises', target file type 'TypeScript'. Loading module 'node:dns/promises' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:dns/promises'. 'paths' option is specified, looking for a pattern to match module name 'node:dns/promises'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:dns/promises'. Resolving module name 'node:dns/promises' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:dns/promises'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:dns/promises', target file type 'JavaScript'. Loading module 'node:dns/promises' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:dns/promises'. 'paths' option is specified, looking for a pattern to match module name 'node:dns/promises'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:dns/promises'. Resolving module name 'node:dns/promises' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:dns/promises'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:dns/promises', target file type 'Json'. Loading module 'node:dns/promises' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:dns/promises' was not resolved. ======== Module 'dns/promises' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/dns/promises.d.ts'. ======== Resolving module 'node:dns' from '/tmp/project/node_modules/@types/node/dns/promises.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:dns'. 'paths' option is specified, looking for a pattern to match module name 'node:dns'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:dns'. Resolving module name 'node:dns' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:dns'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:dns', target file type 'TypeScript'. File '/tmp/project/apps/api/node:dns.ts' does not exist. File '/tmp/project/apps/api/node:dns.tsx' does not exist. File '/tmp/project/apps/api/node:dns.d.ts' does not exist. Directory '/tmp/project/apps/api/node:dns' does not exist, skipping all lookups in it. Loading module 'node:dns' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/dns/node_modules' does not exist, skipping all lookups in it. Resolution for module 'node:dns' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:dns' was not resolved. ======== Module 'domain' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/domain.d.ts'. ======== Resolving module 'node:events' from '/tmp/project/node_modules/@types/node/domain.d.ts'. ======== Resolution for module 'node:events' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:events' was not resolved. ======== ======== Resolving module 'events' from '/tmp/project/node_modules/@types/node/dom-events.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'TypeScript'. File '/tmp/project/apps/api/events.ts' does not exist. File '/tmp/project/apps/api/events.tsx' does not exist. File '/tmp/project/apps/api/events.d.ts' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/events/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/events.ts' does not exist. File '/tmp/project/node_modules/events.tsx' does not exist. File '/tmp/project/node_modules/events.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field './events.js' that references '/tmp/project/node_modules/events/events.js'. File '/tmp/project/node_modules/events/events.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/events/events.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/events/events.js', target file type 'TypeScript'. File '/tmp/project/node_modules/events/events.js.ts' does not exist. File '/tmp/project/node_modules/events/events.js.tsx' does not exist. File '/tmp/project/node_modules/events/events.js.d.ts' does not exist. File name '/tmp/project/node_modules/events/events.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/events/events.ts' does not exist. File '/tmp/project/node_modules/events/events.tsx' does not exist. File '/tmp/project/node_modules/events/events.d.ts' does not exist. Directory '/tmp/project/node_modules/events/events.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/events/index.ts' does not exist. File '/tmp/project/node_modules/events/index.tsx' does not exist. File '/tmp/project/node_modules/events/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/events.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'JavaScript'. File '/tmp/project/apps/api/events.js' does not exist. File '/tmp/project/apps/api/events.jsx' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/events/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/events.js' does not exist. File '/tmp/project/node_modules/events.jsx' does not exist. 'package.json' has 'main' field './events.js' that references '/tmp/project/node_modules/events/events.js'. File '/tmp/project/node_modules/events/events.js' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/events/events.js', result '/tmp/project/node_modules/events/events.js'. ======== Module name 'events' was successfully resolved to '/tmp/project/node_modules/events/events.js' with Package ID 'events/events.js@3.3.0'. ======== Module 'node:events' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/events.d.ts'. Module 'events' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/events.d.ts'. Module 'fs' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/fs.d.ts'. ======== Resolving module 'node:stream' from '/tmp/project/node_modules/@types/node/fs.d.ts'. ======== Resolution for module 'node:stream' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:stream' was not resolved. ======== ======== Resolving module 'node:events' from '/tmp/project/node_modules/@types/node/fs.d.ts'. ======== Resolution for module 'node:events' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:events' was not resolved. ======== ======== Resolving module 'node:url' from '/tmp/project/node_modules/@types/node/fs.d.ts'. ======== Resolution for module 'node:url' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:url' was not resolved. ======== ======== Resolving module 'node:fs/promises' from '/tmp/project/node_modules/@types/node/fs.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:fs/promises'. 'paths' option is specified, looking for a pattern to match module name 'node:fs/promises'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:fs/promises'. Resolving module name 'node:fs/promises' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:fs/promises'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:fs/promises', target file type 'TypeScript'. Loading module 'node:fs/promises' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:fs/promises'. 'paths' option is specified, looking for a pattern to match module name 'node:fs/promises'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:fs/promises'. Resolving module name 'node:fs/promises' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:fs/promises'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:fs/promises', target file type 'JavaScript'. Loading module 'node:fs/promises' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:fs/promises'. 'paths' option is specified, looking for a pattern to match module name 'node:fs/promises'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:fs/promises'. Resolving module name 'node:fs/promises' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:fs/promises'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:fs/promises', target file type 'Json'. Loading module 'node:fs/promises' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:fs/promises' was not resolved. ======== Module 'fs/promises' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/fs/promises.d.ts'. ======== Resolving module 'node:events' from '/tmp/project/node_modules/@types/node/fs/promises.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:events'. 'paths' option is specified, looking for a pattern to match module name 'node:events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:events'. Resolving module name 'node:events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:events', target file type 'TypeScript'. File '/tmp/project/apps/api/node:events.ts' does not exist. File '/tmp/project/apps/api/node:events.tsx' does not exist. File '/tmp/project/apps/api/node:events.d.ts' does not exist. Directory '/tmp/project/apps/api/node:events' does not exist, skipping all lookups in it. Loading module 'node:events' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/fs/node_modules' does not exist, skipping all lookups in it. Resolution for module 'node:events' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:events' was not resolved. ======== ======== Resolving module 'node:stream' from '/tmp/project/node_modules/@types/node/fs/promises.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream'. 'paths' option is specified, looking for a pattern to match module name 'node:stream'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream'. Resolving module name 'node:stream' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:stream'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:stream', target file type 'TypeScript'. File '/tmp/project/apps/api/node:stream.ts' does not exist. File '/tmp/project/apps/api/node:stream.tsx' does not exist. File '/tmp/project/apps/api/node:stream.d.ts' does not exist. Directory '/tmp/project/apps/api/node:stream' does not exist, skipping all lookups in it. Loading module 'node:stream' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/fs/node_modules' does not exist, skipping all lookups in it. Resolution for module 'node:stream' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:stream' was not resolved. ======== ======== Resolving module 'node:stream/web' from '/tmp/project/node_modules/@types/node/fs/promises.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream/web'. 'paths' option is specified, looking for a pattern to match module name 'node:stream/web'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream/web'. Resolving module name 'node:stream/web' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:stream/web'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:stream/web', target file type 'TypeScript'. Loading module 'node:stream/web' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/fs/node_modules' does not exist, skipping all lookups in it. Resolution for module 'node:stream/web' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:stream/web' was not resolved. ======== ======== Resolving module 'node:fs' from '/tmp/project/node_modules/@types/node/fs/promises.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:fs'. 'paths' option is specified, looking for a pattern to match module name 'node:fs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:fs'. Resolving module name 'node:fs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:fs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:fs', target file type 'TypeScript'. File '/tmp/project/apps/api/node:fs.ts' does not exist. File '/tmp/project/apps/api/node:fs.tsx' does not exist. File '/tmp/project/apps/api/node:fs.d.ts' does not exist. Directory '/tmp/project/apps/api/node:fs' does not exist, skipping all lookups in it. Loading module 'node:fs' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/fs/node_modules' does not exist, skipping all lookups in it. Resolution for module 'node:fs' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:fs' was not resolved. ======== ======== Resolving module 'node:readline' from '/tmp/project/node_modules/@types/node/fs/promises.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:readline'. 'paths' option is specified, looking for a pattern to match module name 'node:readline'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:readline'. Resolving module name 'node:readline' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:readline'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:readline', target file type 'TypeScript'. File '/tmp/project/apps/api/node:readline.ts' does not exist. File '/tmp/project/apps/api/node:readline.tsx' does not exist. File '/tmp/project/apps/api/node:readline.d.ts' does not exist. Directory '/tmp/project/apps/api/node:readline' does not exist, skipping all lookups in it. Loading module 'node:readline' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/fs/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:readline.ts' does not exist. File '/tmp/project/node_modules/node:readline.tsx' does not exist. File '/tmp/project/node_modules/node:readline.d.ts' does not exist. File '/tmp/project/node_modules/@types/node:readline.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:readline'. 'paths' option is specified, looking for a pattern to match module name 'node:readline'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:readline'. Resolving module name 'node:readline' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:readline'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:readline', target file type 'JavaScript'. File '/tmp/project/apps/api/node:readline.js' does not exist. File '/tmp/project/apps/api/node:readline.jsx' does not exist. Directory '/tmp/project/apps/api/node:readline' does not exist, skipping all lookups in it. Loading module 'node:readline' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/fs/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:readline.js' does not exist. File '/tmp/project/node_modules/node:readline.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:readline'. 'paths' option is specified, looking for a pattern to match module name 'node:readline'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:readline'. Resolving module name 'node:readline' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:readline'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:readline', target file type 'Json'. Directory '/tmp/project/apps/api/node:readline' does not exist, skipping all lookups in it. Loading module 'node:readline' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/fs/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:readline' was not resolved. ======== Module 'http' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/http.d.ts'. ======== Resolving module 'node:stream' from '/tmp/project/node_modules/@types/node/http.d.ts'. ======== Resolution for module 'node:stream' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:stream' was not resolved. ======== ======== Resolving module 'node:url' from '/tmp/project/node_modules/@types/node/http.d.ts'. ======== Resolution for module 'node:url' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:url' was not resolved. ======== ======== Resolving module 'node:net' from '/tmp/project/node_modules/@types/node/http.d.ts'. ======== Resolution for module 'node:net' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:net' was not resolved. ======== ======== Resolving module 'node:dns' from '/tmp/project/node_modules/@types/node/http.d.ts'. ======== Resolution for module 'node:dns' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:dns' was not resolved. ======== Module 'http2' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/http2.d.ts'. ======== Resolving module 'node:events' from '/tmp/project/node_modules/@types/node/http2.d.ts'. ======== Resolution for module 'node:events' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:events' was not resolved. ======== ======== Resolving module 'node:fs' from '/tmp/project/node_modules/@types/node/http2.d.ts'. ======== Resolution for module 'node:fs' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:fs' was not resolved. ======== ======== Resolving module 'node:net' from '/tmp/project/node_modules/@types/node/http2.d.ts'. ======== Resolution for module 'node:net' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:net' was not resolved. ======== ======== Resolving module 'node:stream' from '/tmp/project/node_modules/@types/node/http2.d.ts'. ======== Resolution for module 'node:stream' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:stream' was not resolved. ======== ======== Resolving module 'node:tls' from '/tmp/project/node_modules/@types/node/http2.d.ts'. ======== Resolution for module 'node:tls' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:tls' was not resolved. ======== ======== Resolving module 'node:url' from '/tmp/project/node_modules/@types/node/http2.d.ts'. ======== Resolution for module 'node:url' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:url' was not resolved. ======== ======== Resolving module 'node:http' from '/tmp/project/node_modules/@types/node/http2.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:http'. 'paths' option is specified, looking for a pattern to match module name 'node:http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:http'. Resolving module name 'node:http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:http', target file type 'TypeScript'. File '/tmp/project/apps/api/node:http.ts' does not exist. File '/tmp/project/apps/api/node:http.tsx' does not exist. File '/tmp/project/apps/api/node:http.d.ts' does not exist. Directory '/tmp/project/apps/api/node:http' does not exist, skipping all lookups in it. Loading module 'node:http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:http.ts' does not exist. File '/tmp/project/node_modules/node:http.tsx' does not exist. File '/tmp/project/node_modules/node:http.d.ts' does not exist. File '/tmp/project/node_modules/@types/node:http.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:http'. 'paths' option is specified, looking for a pattern to match module name 'node:http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:http'. Resolving module name 'node:http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:http', target file type 'JavaScript'. File '/tmp/project/apps/api/node:http.js' does not exist. File '/tmp/project/apps/api/node:http.jsx' does not exist. Directory '/tmp/project/apps/api/node:http' does not exist, skipping all lookups in it. Loading module 'node:http' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:http.js' does not exist. File '/tmp/project/node_modules/node:http.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:http'. 'paths' option is specified, looking for a pattern to match module name 'node:http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:http'. Resolving module name 'node:http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:http', target file type 'Json'. Directory '/tmp/project/apps/api/node:http' does not exist, skipping all lookups in it. Loading module 'node:http' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:http' was not resolved. ======== Module 'https' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/https.d.ts'. ======== Resolving module 'node:stream' from '/tmp/project/node_modules/@types/node/https.d.ts'. ======== Resolution for module 'node:stream' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:stream' was not resolved. ======== ======== Resolving module 'node:tls' from '/tmp/project/node_modules/@types/node/https.d.ts'. ======== Resolution for module 'node:tls' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:tls' was not resolved. ======== ======== Resolving module 'node:http' from '/tmp/project/node_modules/@types/node/https.d.ts'. ======== Resolution for module 'node:http' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:http' was not resolved. ======== ======== Resolving module 'node:url' from '/tmp/project/node_modules/@types/node/https.d.ts'. ======== Resolution for module 'node:url' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:url' was not resolved. ======== Module 'inspector' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/inspector.d.ts'. ======== Resolving module 'node:events' from '/tmp/project/node_modules/@types/node/inspector.d.ts'. ======== Resolution for module 'node:events' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:events' was not resolved. ======== Module 'module' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/module.d.ts'. ======== Resolving module 'node:url' from '/tmp/project/node_modules/@types/node/module.d.ts'. ======== Resolution for module 'node:url' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:url' was not resolved. ======== Module 'net' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/net.d.ts'. ======== Resolving module 'node:stream' from '/tmp/project/node_modules/@types/node/net.d.ts'. ======== Resolution for module 'node:stream' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:stream' was not resolved. ======== ======== Resolving module 'node:events' from '/tmp/project/node_modules/@types/node/net.d.ts'. ======== Resolution for module 'node:events' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:events' was not resolved. ======== ======== Resolving module 'node:dns' from '/tmp/project/node_modules/@types/node/net.d.ts'. ======== Resolution for module 'node:dns' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:dns' was not resolved. ======== Module 'os' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/os.d.ts'. Module 'path' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/path.d.ts'. Module 'path' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/path.d.ts'. Module 'path' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/path.d.ts'. Module 'path/posix' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/path.d.ts'. Module 'path/win32' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/path.d.ts'. Module 'perf_hooks' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/perf_hooks.d.ts'. Module 'perf_hooks' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/perf_hooks.d.ts'. ======== Resolving module 'node:async_hooks' from '/tmp/project/node_modules/@types/node/perf_hooks.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:async_hooks'. 'paths' option is specified, looking for a pattern to match module name 'node:async_hooks'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:async_hooks'. Resolving module name 'node:async_hooks' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:async_hooks'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:async_hooks', target file type 'TypeScript'. File '/tmp/project/apps/api/node:async_hooks.ts' does not exist. File '/tmp/project/apps/api/node:async_hooks.tsx' does not exist. File '/tmp/project/apps/api/node:async_hooks.d.ts' does not exist. Directory '/tmp/project/apps/api/node:async_hooks' does not exist, skipping all lookups in it. Loading module 'node:async_hooks' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:async_hooks.ts' does not exist. File '/tmp/project/node_modules/node:async_hooks.tsx' does not exist. File '/tmp/project/node_modules/node:async_hooks.d.ts' does not exist. File '/tmp/project/node_modules/@types/node:async_hooks.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:async_hooks'. 'paths' option is specified, looking for a pattern to match module name 'node:async_hooks'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:async_hooks'. Resolving module name 'node:async_hooks' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:async_hooks'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:async_hooks', target file type 'JavaScript'. File '/tmp/project/apps/api/node:async_hooks.js' does not exist. File '/tmp/project/apps/api/node:async_hooks.jsx' does not exist. Directory '/tmp/project/apps/api/node:async_hooks' does not exist, skipping all lookups in it. Loading module 'node:async_hooks' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:async_hooks.js' does not exist. File '/tmp/project/node_modules/node:async_hooks.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:async_hooks'. 'paths' option is specified, looking for a pattern to match module name 'node:async_hooks'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:async_hooks'. Resolving module name 'node:async_hooks' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:async_hooks'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:async_hooks', target file type 'Json'. Directory '/tmp/project/apps/api/node:async_hooks' does not exist, skipping all lookups in it. Loading module 'node:async_hooks' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:async_hooks' was not resolved. ======== Module 'process' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/process.d.ts'. ======== Resolving module 'node:tty' from '/tmp/project/node_modules/@types/node/process.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:tty'. 'paths' option is specified, looking for a pattern to match module name 'node:tty'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:tty'. Resolving module name 'node:tty' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:tty'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:tty', target file type 'TypeScript'. File '/tmp/project/apps/api/node:tty.ts' does not exist. File '/tmp/project/apps/api/node:tty.tsx' does not exist. File '/tmp/project/apps/api/node:tty.d.ts' does not exist. Directory '/tmp/project/apps/api/node:tty' does not exist, skipping all lookups in it. Loading module 'node:tty' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:tty.ts' does not exist. File '/tmp/project/node_modules/node:tty.tsx' does not exist. File '/tmp/project/node_modules/node:tty.d.ts' does not exist. File '/tmp/project/node_modules/@types/node:tty.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:tty'. 'paths' option is specified, looking for a pattern to match module name 'node:tty'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:tty'. Resolving module name 'node:tty' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:tty'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:tty', target file type 'JavaScript'. File '/tmp/project/apps/api/node:tty.js' does not exist. File '/tmp/project/apps/api/node:tty.jsx' does not exist. Directory '/tmp/project/apps/api/node:tty' does not exist, skipping all lookups in it. Loading module 'node:tty' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:tty.js' does not exist. File '/tmp/project/node_modules/node:tty.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:tty'. 'paths' option is specified, looking for a pattern to match module name 'node:tty'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:tty'. Resolving module name 'node:tty' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:tty'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:tty', target file type 'Json'. Directory '/tmp/project/apps/api/node:tty' does not exist, skipping all lookups in it. Loading module 'node:tty' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:tty' was not resolved. ======== ======== Resolving module 'node:worker_threads' from '/tmp/project/node_modules/@types/node/process.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:worker_threads'. 'paths' option is specified, looking for a pattern to match module name 'node:worker_threads'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:worker_threads'. Resolving module name 'node:worker_threads' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:worker_threads'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:worker_threads', target file type 'TypeScript'. File '/tmp/project/apps/api/node:worker_threads.ts' does not exist. File '/tmp/project/apps/api/node:worker_threads.tsx' does not exist. File '/tmp/project/apps/api/node:worker_threads.d.ts' does not exist. Directory '/tmp/project/apps/api/node:worker_threads' does not exist, skipping all lookups in it. Loading module 'node:worker_threads' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:worker_threads.ts' does not exist. File '/tmp/project/node_modules/node:worker_threads.tsx' does not exist. File '/tmp/project/node_modules/node:worker_threads.d.ts' does not exist. File '/tmp/project/node_modules/@types/node:worker_threads.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:worker_threads'. 'paths' option is specified, looking for a pattern to match module name 'node:worker_threads'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:worker_threads'. Resolving module name 'node:worker_threads' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:worker_threads'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:worker_threads', target file type 'JavaScript'. File '/tmp/project/apps/api/node:worker_threads.js' does not exist. File '/tmp/project/apps/api/node:worker_threads.jsx' does not exist. Directory '/tmp/project/apps/api/node:worker_threads' does not exist, skipping all lookups in it. Loading module 'node:worker_threads' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:worker_threads.js' does not exist. File '/tmp/project/node_modules/node:worker_threads.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:worker_threads'. 'paths' option is specified, looking for a pattern to match module name 'node:worker_threads'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:worker_threads'. Resolving module name 'node:worker_threads' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:worker_threads'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:worker_threads', target file type 'Json'. Directory '/tmp/project/apps/api/node:worker_threads' does not exist, skipping all lookups in it. Loading module 'node:worker_threads' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:worker_threads' was not resolved. ======== Module 'punycode' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/punycode.d.ts'. Module 'querystring' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/querystring.d.ts'. Module 'readline' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/readline.d.ts'. ======== Resolving module 'node:events' from '/tmp/project/node_modules/@types/node/readline.d.ts'. ======== Resolution for module 'node:events' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:events' was not resolved. ======== ======== Resolving module 'node:readline/promises' from '/tmp/project/node_modules/@types/node/readline.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:readline/promises'. 'paths' option is specified, looking for a pattern to match module name 'node:readline/promises'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:readline/promises'. Resolving module name 'node:readline/promises' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:readline/promises'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:readline/promises', target file type 'TypeScript'. Loading module 'node:readline/promises' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:readline/promises'. 'paths' option is specified, looking for a pattern to match module name 'node:readline/promises'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:readline/promises'. Resolving module name 'node:readline/promises' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:readline/promises'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:readline/promises', target file type 'JavaScript'. Loading module 'node:readline/promises' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:readline/promises'. 'paths' option is specified, looking for a pattern to match module name 'node:readline/promises'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:readline/promises'. Resolving module name 'node:readline/promises' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:readline/promises'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:readline/promises', target file type 'Json'. Loading module 'node:readline/promises' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:readline/promises' was not resolved. ======== Module 'readline/promises' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/readline/promises.d.ts'. ======== Resolving module 'node:readline' from '/tmp/project/node_modules/@types/node/readline/promises.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:readline'. 'paths' option is specified, looking for a pattern to match module name 'node:readline'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:readline'. Resolving module name 'node:readline' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:readline'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:readline', target file type 'TypeScript'. File '/tmp/project/apps/api/node:readline.ts' does not exist. File '/tmp/project/apps/api/node:readline.tsx' does not exist. File '/tmp/project/apps/api/node:readline.d.ts' does not exist. Directory '/tmp/project/apps/api/node:readline' does not exist, skipping all lookups in it. Loading module 'node:readline' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/readline/node_modules' does not exist, skipping all lookups in it. Resolution for module 'node:readline' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:readline' was not resolved. ======== ======== Resolving module 'node:events' from '/tmp/project/node_modules/@types/node/readline/promises.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:events'. 'paths' option is specified, looking for a pattern to match module name 'node:events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:events'. Resolving module name 'node:events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:events', target file type 'TypeScript'. File '/tmp/project/apps/api/node:events.ts' does not exist. File '/tmp/project/apps/api/node:events.tsx' does not exist. File '/tmp/project/apps/api/node:events.d.ts' does not exist. Directory '/tmp/project/apps/api/node:events' does not exist, skipping all lookups in it. Loading module 'node:events' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/readline/node_modules' does not exist, skipping all lookups in it. Resolution for module 'node:events' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:events' was not resolved. ======== Module 'repl' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/repl.d.ts'. ======== Resolving module 'node:readline' from '/tmp/project/node_modules/@types/node/repl.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:readline'. 'paths' option is specified, looking for a pattern to match module name 'node:readline'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:readline'. Resolving module name 'node:readline' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:readline'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:readline', target file type 'TypeScript'. File '/tmp/project/apps/api/node:readline.ts' does not exist. File '/tmp/project/apps/api/node:readline.tsx' does not exist. File '/tmp/project/apps/api/node:readline.d.ts' does not exist. Directory '/tmp/project/apps/api/node:readline' does not exist, skipping all lookups in it. Loading module 'node:readline' from 'node_modules' folder, target file type 'TypeScript'. Resolution for module 'node:readline' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:readline' was not resolved. ======== ======== Resolving module 'node:vm' from '/tmp/project/node_modules/@types/node/repl.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:vm'. 'paths' option is specified, looking for a pattern to match module name 'node:vm'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:vm'. Resolving module name 'node:vm' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:vm'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:vm', target file type 'TypeScript'. File '/tmp/project/apps/api/node:vm.ts' does not exist. File '/tmp/project/apps/api/node:vm.tsx' does not exist. File '/tmp/project/apps/api/node:vm.d.ts' does not exist. Directory '/tmp/project/apps/api/node:vm' does not exist, skipping all lookups in it. Loading module 'node:vm' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:vm.ts' does not exist. File '/tmp/project/node_modules/node:vm.tsx' does not exist. File '/tmp/project/node_modules/node:vm.d.ts' does not exist. File '/tmp/project/node_modules/@types/node:vm.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:vm'. 'paths' option is specified, looking for a pattern to match module name 'node:vm'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:vm'. Resolving module name 'node:vm' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:vm'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:vm', target file type 'JavaScript'. File '/tmp/project/apps/api/node:vm.js' does not exist. File '/tmp/project/apps/api/node:vm.jsx' does not exist. Directory '/tmp/project/apps/api/node:vm' does not exist, skipping all lookups in it. Loading module 'node:vm' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:vm.js' does not exist. File '/tmp/project/node_modules/node:vm.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:vm'. 'paths' option is specified, looking for a pattern to match module name 'node:vm'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:vm'. Resolving module name 'node:vm' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:vm'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:vm', target file type 'Json'. Directory '/tmp/project/apps/api/node:vm' does not exist, skipping all lookups in it. Loading module 'node:vm' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:vm' was not resolved. ======== ======== Resolving module 'node:util' from '/tmp/project/node_modules/@types/node/repl.d.ts'. ======== Resolution for module 'node:util' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:util' was not resolved. ======== Module 'stream' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/stream.d.ts'. ======== Resolving module 'node:events' from '/tmp/project/node_modules/@types/node/stream.d.ts'. ======== Resolution for module 'node:events' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:events' was not resolved. ======== ======== Resolving module 'node:buffer' from '/tmp/project/node_modules/@types/node/stream.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:buffer'. 'paths' option is specified, looking for a pattern to match module name 'node:buffer'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:buffer'. Resolving module name 'node:buffer' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:buffer'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:buffer', target file type 'TypeScript'. File '/tmp/project/apps/api/node:buffer.ts' does not exist. File '/tmp/project/apps/api/node:buffer.tsx' does not exist. File '/tmp/project/apps/api/node:buffer.d.ts' does not exist. Directory '/tmp/project/apps/api/node:buffer' does not exist, skipping all lookups in it. Loading module 'node:buffer' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:buffer.ts' does not exist. File '/tmp/project/node_modules/node:buffer.tsx' does not exist. File '/tmp/project/node_modules/node:buffer.d.ts' does not exist. File '/tmp/project/node_modules/@types/node:buffer.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:buffer'. 'paths' option is specified, looking for a pattern to match module name 'node:buffer'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:buffer'. Resolving module name 'node:buffer' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:buffer'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:buffer', target file type 'JavaScript'. File '/tmp/project/apps/api/node:buffer.js' does not exist. File '/tmp/project/apps/api/node:buffer.jsx' does not exist. Directory '/tmp/project/apps/api/node:buffer' does not exist, skipping all lookups in it. Loading module 'node:buffer' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:buffer.js' does not exist. File '/tmp/project/node_modules/node:buffer.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:buffer'. 'paths' option is specified, looking for a pattern to match module name 'node:buffer'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:buffer'. Resolving module name 'node:buffer' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:buffer'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:buffer', target file type 'Json'. Directory '/tmp/project/apps/api/node:buffer' does not exist, skipping all lookups in it. Loading module 'node:buffer' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:buffer' was not resolved. ======== ======== Resolving module 'node:stream/promises' from '/tmp/project/node_modules/@types/node/stream.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream/promises'. 'paths' option is specified, looking for a pattern to match module name 'node:stream/promises'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream/promises'. Resolving module name 'node:stream/promises' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:stream/promises'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:stream/promises', target file type 'TypeScript'. Loading module 'node:stream/promises' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream/promises'. 'paths' option is specified, looking for a pattern to match module name 'node:stream/promises'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream/promises'. Resolving module name 'node:stream/promises' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:stream/promises'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:stream/promises', target file type 'JavaScript'. Loading module 'node:stream/promises' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream/promises'. 'paths' option is specified, looking for a pattern to match module name 'node:stream/promises'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream/promises'. Resolving module name 'node:stream/promises' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:stream/promises'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:stream/promises', target file type 'Json'. Loading module 'node:stream/promises' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:stream/promises' was not resolved. ======== ======== Resolving module 'node:stream/consumers' from '/tmp/project/node_modules/@types/node/stream.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream/consumers'. 'paths' option is specified, looking for a pattern to match module name 'node:stream/consumers'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream/consumers'. Resolving module name 'node:stream/consumers' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:stream/consumers'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:stream/consumers', target file type 'TypeScript'. Loading module 'node:stream/consumers' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream/consumers'. 'paths' option is specified, looking for a pattern to match module name 'node:stream/consumers'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream/consumers'. Resolving module name 'node:stream/consumers' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:stream/consumers'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:stream/consumers', target file type 'JavaScript'. Loading module 'node:stream/consumers' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream/consumers'. 'paths' option is specified, looking for a pattern to match module name 'node:stream/consumers'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream/consumers'. Resolving module name 'node:stream/consumers' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:stream/consumers'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:stream/consumers', target file type 'Json'. Loading module 'node:stream/consumers' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:stream/consumers' was not resolved. ======== ======== Resolving module 'node:stream/web' from '/tmp/project/node_modules/@types/node/stream.d.ts'. ======== Resolution for module 'node:stream/web' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:stream/web' was not resolved. ======== Module 'stream/promises' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/stream/promises.d.ts'. ======== Resolving module 'node:stream' from '/tmp/project/node_modules/@types/node/stream/promises.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream'. 'paths' option is specified, looking for a pattern to match module name 'node:stream'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:stream'. Resolving module name 'node:stream' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:stream'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:stream', target file type 'TypeScript'. File '/tmp/project/apps/api/node:stream.ts' does not exist. File '/tmp/project/apps/api/node:stream.tsx' does not exist. File '/tmp/project/apps/api/node:stream.d.ts' does not exist. Directory '/tmp/project/apps/api/node:stream' does not exist, skipping all lookups in it. Loading module 'node:stream' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/stream/node_modules' does not exist, skipping all lookups in it. Resolution for module 'node:stream' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:stream' was not resolved. ======== Module 'stream/consumers' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/stream/consumers.d.ts'. ======== Resolving module 'node:buffer' from '/tmp/project/node_modules/@types/node/stream/consumers.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:buffer'. 'paths' option is specified, looking for a pattern to match module name 'node:buffer'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:buffer'. Resolving module name 'node:buffer' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:buffer'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:buffer', target file type 'TypeScript'. File '/tmp/project/apps/api/node:buffer.ts' does not exist. File '/tmp/project/apps/api/node:buffer.tsx' does not exist. File '/tmp/project/apps/api/node:buffer.d.ts' does not exist. Directory '/tmp/project/apps/api/node:buffer' does not exist, skipping all lookups in it. Loading module 'node:buffer' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/stream/node_modules' does not exist, skipping all lookups in it. Resolution for module 'node:buffer' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:buffer' was not resolved. ======== ======== Resolving module 'node:stream' from '/tmp/project/node_modules/@types/node/stream/consumers.d.ts'. ======== Resolution for module 'node:stream' was found in cache from location '/tmp/project/node_modules/@types/node/stream'. ======== Module name 'node:stream' was not resolved. ======== Module 'stream/web' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/stream/web.d.ts'. Module 'string_decoder' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/string_decoder.d.ts'. Module 'timers' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/timers.d.ts'. ======== Resolving module 'node:events' from '/tmp/project/node_modules/@types/node/timers.d.ts'. ======== Resolution for module 'node:events' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:events' was not resolved. ======== ======== Resolving module 'node:timers/promises' from '/tmp/project/node_modules/@types/node/timers.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:timers/promises'. 'paths' option is specified, looking for a pattern to match module name 'node:timers/promises'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:timers/promises'. Resolving module name 'node:timers/promises' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:timers/promises'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:timers/promises', target file type 'TypeScript'. Loading module 'node:timers/promises' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:timers/promises'. 'paths' option is specified, looking for a pattern to match module name 'node:timers/promises'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:timers/promises'. Resolving module name 'node:timers/promises' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:timers/promises'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:timers/promises', target file type 'JavaScript'. Loading module 'node:timers/promises' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:timers/promises'. 'paths' option is specified, looking for a pattern to match module name 'node:timers/promises'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:timers/promises'. Resolving module name 'node:timers/promises' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:timers/promises'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:timers/promises', target file type 'Json'. Loading module 'node:timers/promises' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:timers/promises' was not resolved. ======== Module 'timers/promises' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/timers/promises.d.ts'. ======== Resolving module 'node:timers' from '/tmp/project/node_modules/@types/node/timers/promises.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:timers'. 'paths' option is specified, looking for a pattern to match module name 'node:timers'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:timers'. Resolving module name 'node:timers' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:timers'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:timers', target file type 'TypeScript'. File '/tmp/project/apps/api/node:timers.ts' does not exist. File '/tmp/project/apps/api/node:timers.tsx' does not exist. File '/tmp/project/apps/api/node:timers.d.ts' does not exist. Directory '/tmp/project/apps/api/node:timers' does not exist, skipping all lookups in it. Loading module 'node:timers' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/timers/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:timers.ts' does not exist. File '/tmp/project/node_modules/node:timers.tsx' does not exist. File '/tmp/project/node_modules/node:timers.d.ts' does not exist. File '/tmp/project/node_modules/@types/node:timers.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:timers'. 'paths' option is specified, looking for a pattern to match module name 'node:timers'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:timers'. Resolving module name 'node:timers' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:timers'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:timers', target file type 'JavaScript'. File '/tmp/project/apps/api/node:timers.js' does not exist. File '/tmp/project/apps/api/node:timers.jsx' does not exist. Directory '/tmp/project/apps/api/node:timers' does not exist, skipping all lookups in it. Loading module 'node:timers' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/timers/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:timers.js' does not exist. File '/tmp/project/node_modules/node:timers.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:timers'. 'paths' option is specified, looking for a pattern to match module name 'node:timers'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:timers'. Resolving module name 'node:timers' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:timers'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:timers', target file type 'Json'. Directory '/tmp/project/apps/api/node:timers' does not exist, skipping all lookups in it. Loading module 'node:timers' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/timers/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:timers' was not resolved. ======== Module 'tls' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/tls.d.ts'. ======== Resolving module 'node:crypto' from '/tmp/project/node_modules/@types/node/tls.d.ts'. ======== Resolution for module 'node:crypto' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:crypto' was not resolved. ======== ======== Resolving module 'node:net' from '/tmp/project/node_modules/@types/node/tls.d.ts'. ======== Resolution for module 'node:net' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:net' was not resolved. ======== ======== Resolving module 'stream' from '/tmp/project/node_modules/@types/node/tls.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. 'paths' option is specified, looking for a pattern to match module name 'stream'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. Resolving module name 'stream' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/stream'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/stream', target file type 'TypeScript'. File '/tmp/project/apps/api/stream.ts' does not exist. File '/tmp/project/apps/api/stream.tsx' does not exist. File '/tmp/project/apps/api/stream.d.ts' does not exist. Directory '/tmp/project/apps/api/stream' does not exist, skipping all lookups in it. Loading module 'stream' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/stream.ts' does not exist. File '/tmp/project/node_modules/stream.tsx' does not exist. File '/tmp/project/node_modules/stream.d.ts' does not exist. File '/tmp/project/node_modules/@types/stream.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. 'paths' option is specified, looking for a pattern to match module name 'stream'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. Resolving module name 'stream' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/stream'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/stream', target file type 'JavaScript'. File '/tmp/project/apps/api/stream.js' does not exist. File '/tmp/project/apps/api/stream.jsx' does not exist. Directory '/tmp/project/apps/api/stream' does not exist, skipping all lookups in it. Loading module 'stream' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/stream.js' does not exist. File '/tmp/project/node_modules/stream.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. 'paths' option is specified, looking for a pattern to match module name 'stream'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. Resolving module name 'stream' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/stream'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/stream', target file type 'Json'. Directory '/tmp/project/apps/api/stream' does not exist, skipping all lookups in it. Loading module 'stream' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'stream' was not resolved. ======== Module 'trace_events' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/trace_events.d.ts'. Module 'tty' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/tty.d.ts'. ======== Resolving module 'node:net' from '/tmp/project/node_modules/@types/node/tty.d.ts'. ======== Resolution for module 'node:net' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:net' was not resolved. ======== Module 'url' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/url.d.ts'. Module 'url' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/url.d.ts'. ======== Resolving module 'node:buffer' from '/tmp/project/node_modules/@types/node/url.d.ts'. ======== Resolution for module 'node:buffer' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:buffer' was not resolved. ======== ======== Resolving module 'node:http' from '/tmp/project/node_modules/@types/node/url.d.ts'. ======== Resolution for module 'node:http' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:http' was not resolved. ======== ======== Resolving module 'node:querystring' from '/tmp/project/node_modules/@types/node/url.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:querystring'. 'paths' option is specified, looking for a pattern to match module name 'node:querystring'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:querystring'. Resolving module name 'node:querystring' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:querystring'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:querystring', target file type 'TypeScript'. File '/tmp/project/apps/api/node:querystring.ts' does not exist. File '/tmp/project/apps/api/node:querystring.tsx' does not exist. File '/tmp/project/apps/api/node:querystring.d.ts' does not exist. Directory '/tmp/project/apps/api/node:querystring' does not exist, skipping all lookups in it. Loading module 'node:querystring' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:querystring.ts' does not exist. File '/tmp/project/node_modules/node:querystring.tsx' does not exist. File '/tmp/project/node_modules/node:querystring.d.ts' does not exist. File '/tmp/project/node_modules/@types/node:querystring.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:querystring'. 'paths' option is specified, looking for a pattern to match module name 'node:querystring'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:querystring'. Resolving module name 'node:querystring' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:querystring'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:querystring', target file type 'JavaScript'. File '/tmp/project/apps/api/node:querystring.js' does not exist. File '/tmp/project/apps/api/node:querystring.jsx' does not exist. Directory '/tmp/project/apps/api/node:querystring' does not exist, skipping all lookups in it. Loading module 'node:querystring' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:querystring.js' does not exist. File '/tmp/project/node_modules/node:querystring.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:querystring'. 'paths' option is specified, looking for a pattern to match module name 'node:querystring'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:querystring'. Resolving module name 'node:querystring' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:querystring'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:querystring', target file type 'Json'. Directory '/tmp/project/apps/api/node:querystring' does not exist, skipping all lookups in it. Loading module 'node:querystring' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:querystring' was not resolved. ======== Module 'node:util/types' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/util.d.ts'. Module 'util' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/util.d.ts'. Module 'util/types' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/util.d.ts'. Module 'util' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/util.d.ts'. Module 'util/types' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/util.d.ts'. ======== Resolving module 'node:crypto' from '/tmp/project/node_modules/@types/node/util.d.ts'. ======== Resolution for module 'node:crypto' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:crypto' was not resolved. ======== Module 'v8' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/v8.d.ts'. ======== Resolving module 'node:stream' from '/tmp/project/node_modules/@types/node/v8.d.ts'. ======== Resolution for module 'node:stream' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:stream' was not resolved. ======== Module 'vm' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/vm.d.ts'. Module 'wasi' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/wasi.d.ts'. Module 'worker_threads' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/worker_threads.d.ts'. Module 'worker_threads' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/worker_threads.d.ts'. ======== Resolving module 'node:buffer' from '/tmp/project/node_modules/@types/node/worker_threads.d.ts'. ======== Resolution for module 'node:buffer' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:buffer' was not resolved. ======== ======== Resolving module 'node:vm' from '/tmp/project/node_modules/@types/node/worker_threads.d.ts'. ======== Resolution for module 'node:vm' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:vm' was not resolved. ======== ======== Resolving module 'node:events' from '/tmp/project/node_modules/@types/node/worker_threads.d.ts'. ======== Resolution for module 'node:events' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:events' was not resolved. ======== ======== Resolving module 'node:perf_hooks' from '/tmp/project/node_modules/@types/node/worker_threads.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:perf_hooks'. 'paths' option is specified, looking for a pattern to match module name 'node:perf_hooks'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:perf_hooks'. Resolving module name 'node:perf_hooks' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:perf_hooks'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:perf_hooks', target file type 'TypeScript'. File '/tmp/project/apps/api/node:perf_hooks.ts' does not exist. File '/tmp/project/apps/api/node:perf_hooks.tsx' does not exist. File '/tmp/project/apps/api/node:perf_hooks.d.ts' does not exist. Directory '/tmp/project/apps/api/node:perf_hooks' does not exist, skipping all lookups in it. Loading module 'node:perf_hooks' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:perf_hooks.ts' does not exist. File '/tmp/project/node_modules/node:perf_hooks.tsx' does not exist. File '/tmp/project/node_modules/node:perf_hooks.d.ts' does not exist. File '/tmp/project/node_modules/@types/node:perf_hooks.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:perf_hooks'. 'paths' option is specified, looking for a pattern to match module name 'node:perf_hooks'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:perf_hooks'. Resolving module name 'node:perf_hooks' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:perf_hooks'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:perf_hooks', target file type 'JavaScript'. File '/tmp/project/apps/api/node:perf_hooks.js' does not exist. File '/tmp/project/apps/api/node:perf_hooks.jsx' does not exist. Directory '/tmp/project/apps/api/node:perf_hooks' does not exist, skipping all lookups in it. Loading module 'node:perf_hooks' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/node:perf_hooks.js' does not exist. File '/tmp/project/node_modules/node:perf_hooks.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:perf_hooks'. 'paths' option is specified, looking for a pattern to match module name 'node:perf_hooks'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'node:perf_hooks'. Resolving module name 'node:perf_hooks' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/node:perf_hooks'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/node:perf_hooks', target file type 'Json'. Directory '/tmp/project/apps/api/node:perf_hooks' does not exist, skipping all lookups in it. Loading module 'node:perf_hooks' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/node/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'node:perf_hooks' was not resolved. ======== ======== Resolving module 'node:fs/promises' from '/tmp/project/node_modules/@types/node/worker_threads.d.ts'. ======== Resolution for module 'node:fs/promises' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:fs/promises' was not resolved. ======== ======== Resolving module 'node:stream' from '/tmp/project/node_modules/@types/node/worker_threads.d.ts'. ======== Resolution for module 'node:stream' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:stream' was not resolved. ======== ======== Resolving module 'node:url' from '/tmp/project/node_modules/@types/node/worker_threads.d.ts'. ======== Resolution for module 'node:url' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:url' was not resolved. ======== ======== Resolving module 'node:crypto' from '/tmp/project/node_modules/@types/node/worker_threads.d.ts'. ======== Resolution for module 'node:crypto' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:crypto' was not resolved. ======== Module 'zlib' was resolved as locally declared ambient module in file '/tmp/project/node_modules/@types/node/zlib.d.ts'. ======== Resolving module 'node:stream' from '/tmp/project/node_modules/@types/node/zlib.d.ts'. ======== Resolution for module 'node:stream' was found in cache from location '/tmp/project/node_modules/@types/node'. ======== Module name 'node:stream' was not resolved. ======== ======== Resolving module './dynamic-module.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/modules/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/modules/dynamic-module.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/dynamic-module.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/dynamic-module.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/dynamic-module.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './dynamic-module.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/modules/dynamic-module.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/dynamic-module.interface.d.ts@9.3.10'. ======== ======== Resolving module './forward-reference.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/modules/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/modules/forward-reference.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/forward-reference.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/forward-reference.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/forward-reference.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './forward-reference.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/modules/forward-reference.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/forward-reference.interface.d.ts@9.3.10'. ======== ======== Resolving module './injection-token.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/modules/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/modules/injection-token.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/injection-token.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/injection-token.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/injection-token.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './injection-token.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/modules/injection-token.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/injection-token.interface.d.ts@9.3.10'. ======== ======== Resolving module './introspection-result.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/modules/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/modules/introspection-result.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/introspection-result.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/introspection-result.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/introspection-result.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './introspection-result.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/modules/introspection-result.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/introspection-result.interface.d.ts@9.3.10'. ======== ======== Resolving module './module-metadata.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/modules/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './module-metadata.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/module-metadata.interface.d.ts@9.3.10'. ======== ======== Resolving module './nest-module.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/modules/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/modules/nest-module.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/nest-module.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/nest-module.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/nest-module.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './nest-module.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/modules/nest-module.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/nest-module.interface.d.ts@9.3.10'. ======== ======== Resolving module './optional-factory-dependency.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/modules/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/modules/optional-factory-dependency.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/optional-factory-dependency.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/optional-factory-dependency.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/optional-factory-dependency.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './optional-factory-dependency.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/modules/optional-factory-dependency.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/optional-factory-dependency.interface.d.ts@9.3.10'. ======== ======== Resolving module './provider.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/modules/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/modules/provider.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/provider.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/provider.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/provider.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './provider.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/modules/provider.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/provider.interface.d.ts@9.3.10'. ======== ======== Resolving module '../type.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/modules/dynamic-module.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../type.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.d.ts' with Package ID '@nestjs/common/interfaces/type.interface.d.ts@9.3.10'. ======== ======== Resolving module './module-metadata.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/modules/dynamic-module.interface.d.ts'. ======== Resolution for module './module-metadata.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces/modules'. ======== Module name './module-metadata.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/module-metadata.interface.d.ts@9.3.10'. ======== ======== Resolving module '../abstract.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/abstract.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/abstract.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/abstract.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/abstract.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../abstract.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/abstract.interface.d.ts' with Package ID '@nestjs/common/interfaces/abstract.interface.d.ts@9.3.10'. ======== ======== Resolving module '../type.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.d.ts'. ======== Resolution for module '../type.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces/modules'. ======== Module name '../type.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.d.ts' with Package ID '@nestjs/common/interfaces/type.interface.d.ts@9.3.10'. ======== ======== Resolving module './dynamic-module.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.d.ts'. ======== Resolution for module './dynamic-module.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces/modules'. ======== Module name './dynamic-module.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/modules/dynamic-module.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/dynamic-module.interface.d.ts@9.3.10'. ======== ======== Resolving module './forward-reference.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.d.ts'. ======== Resolution for module './forward-reference.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces/modules'. ======== Module name './forward-reference.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/modules/forward-reference.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/forward-reference.interface.d.ts@9.3.10'. ======== ======== Resolving module './provider.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.d.ts'. ======== Resolution for module './provider.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces/modules'. ======== Module name './provider.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/modules/provider.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/provider.interface.d.ts@9.3.10'. ======== ======== Resolving module '../scope-options.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/modules/provider.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/scope-options.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/scope-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/scope-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/scope-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../scope-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/scope-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/scope-options.interface.d.ts@9.3.10'. ======== ======== Resolving module '../type.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/modules/provider.interface.d.ts'. ======== Resolution for module '../type.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces/modules'. ======== Module name '../type.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.d.ts' with Package ID '@nestjs/common/interfaces/type.interface.d.ts@9.3.10'. ======== ======== Resolving module './injection-token.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/modules/provider.interface.d.ts'. ======== Resolution for module './injection-token.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces/modules'. ======== Module name './injection-token.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/modules/injection-token.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/injection-token.interface.d.ts@9.3.10'. ======== ======== Resolving module './optional-factory-dependency.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/modules/provider.interface.d.ts'. ======== Resolution for module './optional-factory-dependency.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces/modules'. ======== Module name './optional-factory-dependency.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/modules/optional-factory-dependency.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/optional-factory-dependency.interface.d.ts@9.3.10'. ======== ======== Resolving module '../abstract.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/modules/injection-token.interface.d.ts'. ======== Resolution for module '../abstract.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces/modules'. ======== Module name '../abstract.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/abstract.interface.d.ts' with Package ID '@nestjs/common/interfaces/abstract.interface.d.ts@9.3.10'. ======== ======== Resolving module '../type.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/modules/injection-token.interface.d.ts'. ======== Resolution for module '../type.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces/modules'. ======== Module name '../type.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.d.ts' with Package ID '@nestjs/common/interfaces/type.interface.d.ts@9.3.10'. ======== ======== Resolving module './injection-token.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/modules/optional-factory-dependency.interface.d.ts'. ======== Resolution for module './injection-token.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces/modules'. ======== Module name './injection-token.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/modules/injection-token.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/injection-token.interface.d.ts@9.3.10'. ======== ======== Resolving module '../scope-options.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/modules/introspection-result.interface.d.ts'. ======== Resolution for module '../scope-options.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces/modules'. ======== Module name '../scope-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/scope-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/scope-options.interface.d.ts@9.3.10'. ======== ======== Resolving module '../middleware/middleware-consumer.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/modules/nest-module.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-consumer.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-consumer.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-consumer.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-consumer.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../middleware/middleware-consumer.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/middleware-consumer.interface.d.ts' with Package ID '@nestjs/common/interfaces/middleware/middleware-consumer.interface.d.ts@9.3.10'. ======== ======== Resolving module '../enums/shutdown-signal.enum' from '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/enums/shutdown-signal.enum', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/enums/shutdown-signal.enum.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/shutdown-signal.enum.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/shutdown-signal.enum.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../enums/shutdown-signal.enum' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/enums/shutdown-signal.enum.d.ts' with Package ID '@nestjs/common/enums/shutdown-signal.enum.d.ts@9.3.10'. ======== ======== Resolving module '../services/logger.service' from '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context.interface.d.ts'. ======== Resolution for module '../services/logger.service' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces'. ======== Module name '../services/logger.service' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/services/logger.service.d.ts' with Package ID '@nestjs/common/services/logger.service.d.ts@9.3.10'. ======== ======== Resolving module './modules' from '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context.interface.d.ts'. ======== Resolution for module './modules' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces'. ======== Module name './modules' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/modules/index.d.ts'. ======== ======== Resolving module './type.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context.interface.d.ts'. ======== Resolution for module './type.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces'. ======== Module name './type.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.d.ts' with Package ID '@nestjs/common/interfaces/type.interface.d.ts@9.3.10'. ======== ======== Resolving module './external/cors-options.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application.interface.d.ts'. ======== Resolution for module './external/cors-options.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces'. ======== Module name './external/cors-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/external/cors-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/cors-options.interface.d.ts@9.3.10'. ======== ======== Resolving module './features/can-activate.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application.interface.d.ts'. ======== Resolution for module './features/can-activate.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces'. ======== Module name './features/can-activate.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/can-activate.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/can-activate.interface.d.ts@9.3.10'. ======== ======== Resolving module './features/nest-interceptor.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application.interface.d.ts'. ======== Resolution for module './features/nest-interceptor.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces'. ======== Module name './features/nest-interceptor.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/nest-interceptor.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/nest-interceptor.interface.d.ts@9.3.10'. ======== ======== Resolving module './global-prefix-options.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application.interface.d.ts'. ======== Resolution for module './global-prefix-options.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces'. ======== Module name './global-prefix-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/global-prefix-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/global-prefix-options.interface.d.ts@9.3.10'. ======== ======== Resolving module './http/http-server.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/http/http-server.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/http/http-server.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/http/http-server.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/http/http-server.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './http/http-server.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/http/http-server.interface.d.ts' with Package ID '@nestjs/common/interfaces/http/http-server.interface.d.ts@9.3.10'. ======== ======== Resolving module './index' from '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/index', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './index' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module './nest-application-context.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application.interface.d.ts'. ======== Resolution for module './nest-application-context.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces'. ======== Module name './nest-application-context.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context.interface.d.ts' with Package ID '@nestjs/common/interfaces/nest-application-context.interface.d.ts@9.3.10'. ======== ======== Resolving module './version-options.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application.interface.d.ts'. ======== Resolution for module './version-options.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces'. ======== Module name './version-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/version-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/version-options.interface.d.ts@9.3.10'. ======== ======== Resolving module './websockets/web-socket-adapter.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application.interface.d.ts'. ======== Resolution for module './websockets/web-socket-adapter.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces'. ======== Module name './websockets/web-socket-adapter.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/websockets/web-socket-adapter.interface.d.ts' with Package ID '@nestjs/common/interfaces/websockets/web-socket-adapter.interface.d.ts@9.3.10'. ======== ======== Resolving module 'rxjs' from '/tmp/project/node_modules/@nestjs/common/interfaces/websockets/web-socket-adapter.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. 'paths' option is specified, looking for a pattern to match module name 'rxjs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. Resolving module name 'rxjs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/rxjs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/rxjs', target file type 'TypeScript'. File '/tmp/project/apps/api/rxjs.ts' does not exist. File '/tmp/project/apps/api/rxjs.tsx' does not exist. File '/tmp/project/apps/api/rxjs.d.ts' does not exist. Directory '/tmp/project/apps/api/rxjs' does not exist, skipping all lookups in it. Loading module 'rxjs' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/common/interfaces/websockets/node_modules' does not exist, skipping all lookups in it. Resolution for module 'rxjs' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces'. ======== Module name 'rxjs' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/index.d.ts' with Package ID 'rxjs/dist/types/index.d.ts@7.8.0'. ======== ======== Resolving module './exceptions/exception-filter.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/nest-microservice.interface.d.ts'. ======== Resolution for module './exceptions/exception-filter.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces'. ======== Module name './exceptions/exception-filter.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter.interface.d.ts' with Package ID '@nestjs/common/interfaces/exceptions/exception-filter.interface.d.ts@9.3.10'. ======== ======== Resolving module './features/can-activate.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/nest-microservice.interface.d.ts'. ======== Resolution for module './features/can-activate.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces'. ======== Module name './features/can-activate.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/can-activate.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/can-activate.interface.d.ts@9.3.10'. ======== ======== Resolving module './features/nest-interceptor.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/nest-microservice.interface.d.ts'. ======== Resolution for module './features/nest-interceptor.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces'. ======== Module name './features/nest-interceptor.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/nest-interceptor.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/nest-interceptor.interface.d.ts@9.3.10'. ======== ======== Resolving module './features/pipe-transform.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/nest-microservice.interface.d.ts'. ======== Resolution for module './features/pipe-transform.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces'. ======== Module name './features/pipe-transform.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/pipe-transform.interface.d.ts@9.3.10'. ======== ======== Resolving module './nest-application-context.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/nest-microservice.interface.d.ts'. ======== Resolution for module './nest-application-context.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces'. ======== Module name './nest-application-context.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context.interface.d.ts' with Package ID '@nestjs/common/interfaces/nest-application-context.interface.d.ts@9.3.10'. ======== ======== Resolving module './websockets/web-socket-adapter.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/nest-microservice.interface.d.ts'. ======== Resolution for module './websockets/web-socket-adapter.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces'. ======== Module name './websockets/web-socket-adapter.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/websockets/web-socket-adapter.interface.d.ts' with Package ID '@nestjs/common/interfaces/websockets/web-socket-adapter.interface.d.ts@9.3.10'. ======== ======== Resolving module './interfaces/cache-module.interface' from '/tmp/project/node_modules/@nestjs/common/cache/cache.module-definition.d.ts'. ======== Resolution for module './interfaces/cache-module.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/cache'. ======== Module name './interfaces/cache-module.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/cache/interfaces/cache-module.interface.d.ts' with Package ID '@nestjs/common/cache/interfaces/cache-module.interface.d.ts@9.3.10'. ======== ======== Resolving module '../module-utils' from '/tmp/project/node_modules/@nestjs/common/cache/cache.module-definition.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/module-utils', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/module-utils.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/module-utils/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils/index.d.ts' exist - use it as a name resolution result. ======== Module name '../module-utils' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/module-utils/index.d.ts'. ======== ======== Resolving module '../../interfaces' from '/tmp/project/node_modules/@nestjs/common/cache/interfaces/cache-module.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module '../../module-utils' from '/tmp/project/node_modules/@nestjs/common/cache/interfaces/cache-module.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/module-utils', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/module-utils.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/module-utils/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../module-utils' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/module-utils/index.d.ts'. ======== ======== Resolving module './cache-manager.interface' from '/tmp/project/node_modules/@nestjs/common/cache/interfaces/cache-module.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/cache/interfaces/cache-manager.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/cache/interfaces/cache-manager.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/interfaces/cache-manager.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/interfaces/cache-manager.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './cache-manager.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/cache/interfaces/cache-manager.interface.d.ts' with Package ID '@nestjs/common/cache/interfaces/cache-manager.interface.d.ts@9.3.10'. ======== ======== Resolving module './configurable-module.builder' from '/tmp/project/node_modules/@nestjs/common/module-utils/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/module-utils/configurable-module.builder', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/module-utils/configurable-module.builder.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils/configurable-module.builder.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils/configurable-module.builder.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './configurable-module.builder' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/module-utils/configurable-module.builder.d.ts' with Package ID '@nestjs/common/module-utils/configurable-module.builder.d.ts@9.3.10'. ======== ======== Resolving module './interfaces' from '/tmp/project/node_modules/@nestjs/common/module-utils/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name './interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/index.d.ts'. ======== ======== Resolving module '../interfaces' from '/tmp/project/node_modules/@nestjs/common/module-utils/configurable-module.builder.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name '../interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module '../services/logger.service' from '/tmp/project/node_modules/@nestjs/common/module-utils/configurable-module.builder.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/services/logger.service', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/services/logger.service.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/services/logger.service.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/services/logger.service.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../services/logger.service' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/services/logger.service.d.ts' with Package ID '@nestjs/common/services/logger.service.d.ts@9.3.10'. ======== ======== Resolving module './constants' from '/tmp/project/node_modules/@nestjs/common/module-utils/configurable-module.builder.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/module-utils/constants', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/module-utils/constants.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils/constants.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils/constants.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './constants' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/module-utils/constants.d.ts' with Package ID '@nestjs/common/module-utils/constants.d.ts@9.3.10'. ======== ======== Resolving module './interfaces' from '/tmp/project/node_modules/@nestjs/common/module-utils/configurable-module.builder.d.ts'. ======== Resolution for module './interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/common/module-utils'. ======== Module name './interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/index.d.ts'. ======== ======== Resolving module './configurable-module-async-options.interface' from '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/configurable-module-async-options.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/configurable-module-async-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/configurable-module-async-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/configurable-module-async-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './configurable-module-async-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/configurable-module-async-options.interface.d.ts' with Package ID '@nestjs/common/module-utils/interfaces/configurable-module-async-options.interface.d.ts@9.3.10'. ======== ======== Resolving module './configurable-module-cls.interface' from '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/configurable-module-cls.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/configurable-module-cls.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/configurable-module-cls.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/configurable-module-cls.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './configurable-module-cls.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/configurable-module-cls.interface.d.ts' with Package ID '@nestjs/common/module-utils/interfaces/configurable-module-cls.interface.d.ts@9.3.10'. ======== ======== Resolving module './configurable-module-host.interface' from '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/configurable-module-host.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/configurable-module-host.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/configurable-module-host.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/configurable-module-host.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './configurable-module-host.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/configurable-module-host.interface.d.ts' with Package ID '@nestjs/common/module-utils/interfaces/configurable-module-host.interface.d.ts@9.3.10'. ======== ======== Resolving module '../../interfaces' from '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/configurable-module-async-options.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module '../constants' from '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/configurable-module-async-options.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/module-utils/constants', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/module-utils/constants.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils/constants.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/module-utils/constants.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../constants' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/module-utils/constants.d.ts' with Package ID '@nestjs/common/module-utils/constants.d.ts@9.3.10'. ======== ======== Resolving module '../../interfaces' from '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/configurable-module-cls.interface.d.ts'. ======== Resolution for module '../../interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces'. ======== Module name '../../interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module '../constants' from '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/configurable-module-cls.interface.d.ts'. ======== Resolution for module '../constants' was found in cache from location '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces'. ======== Module name '../constants' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/module-utils/constants.d.ts' with Package ID '@nestjs/common/module-utils/constants.d.ts@9.3.10'. ======== ======== Resolving module './configurable-module-async-options.interface' from '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/configurable-module-cls.interface.d.ts'. ======== Resolution for module './configurable-module-async-options.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces'. ======== Module name './configurable-module-async-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/configurable-module-async-options.interface.d.ts' with Package ID '@nestjs/common/module-utils/interfaces/configurable-module-async-options.interface.d.ts@9.3.10'. ======== ======== Resolving module './configurable-module-async-options.interface' from '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/configurable-module-host.interface.d.ts'. ======== Resolution for module './configurable-module-async-options.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces'. ======== Module name './configurable-module-async-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/configurable-module-async-options.interface.d.ts' with Package ID '@nestjs/common/module-utils/interfaces/configurable-module-async-options.interface.d.ts@9.3.10'. ======== ======== Resolving module './configurable-module-cls.interface' from '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/configurable-module-host.interface.d.ts'. ======== Resolution for module './configurable-module-cls.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces'. ======== Module name './configurable-module-cls.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/module-utils/interfaces/configurable-module-cls.interface.d.ts' with Package ID '@nestjs/common/module-utils/interfaces/configurable-module-cls.interface.d.ts@9.3.10'. ======== ======== Resolving module './cache-key.decorator' from '/tmp/project/node_modules/@nestjs/common/cache/decorators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/cache/decorators/cache-key.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/cache/decorators/cache-key.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/decorators/cache-key.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/decorators/cache-key.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './cache-key.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/cache/decorators/cache-key.decorator.d.ts' with Package ID '@nestjs/common/cache/decorators/cache-key.decorator.d.ts@9.3.10'. ======== ======== Resolving module './cache-ttl.decorator' from '/tmp/project/node_modules/@nestjs/common/cache/decorators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/cache/decorators/cache-ttl.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/cache/decorators/cache-ttl.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/decorators/cache-ttl.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/decorators/cache-ttl.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './cache-ttl.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/cache/decorators/cache-ttl.decorator.d.ts' with Package ID '@nestjs/common/cache/decorators/cache-ttl.decorator.d.ts@9.3.10'. ======== ======== Resolving module '../../decorators' from '/tmp/project/node_modules/@nestjs/common/cache/decorators/cache-key.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/decorators/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../decorators' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/index.d.ts'. ======== ======== Resolving module './core' from '/tmp/project/node_modules/@nestjs/common/decorators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators/core', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators/core.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/index.d.ts' exist - use it as a name resolution result. ======== Module name './core' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== ======== Resolving module './modules' from '/tmp/project/node_modules/@nestjs/common/decorators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators/modules', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators/modules.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/modules.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/modules.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/modules/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/modules/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/modules/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/modules/index.d.ts' exist - use it as a name resolution result. ======== Module name './modules' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/modules/index.d.ts'. ======== ======== Resolving module './http' from '/tmp/project/node_modules/@nestjs/common/decorators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators/http', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators/http.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/http.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/http.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/http/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/http/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/http/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/http/index.d.ts' exist - use it as a name resolution result. ======== Module name './http' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/http/index.d.ts'. ======== ======== Resolving module './bind.decorator' from '/tmp/project/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators/core/bind.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators/core/bind.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/bind.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/bind.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './bind.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/core/bind.decorator.d.ts' with Package ID '@nestjs/common/decorators/core/bind.decorator.d.ts@9.3.10'. ======== ======== Resolving module './catch.decorator' from '/tmp/project/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators/core/catch.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators/core/catch.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/catch.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/catch.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './catch.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/core/catch.decorator.d.ts' with Package ID '@nestjs/common/decorators/core/catch.decorator.d.ts@9.3.10'. ======== ======== Resolving module './controller.decorator' from '/tmp/project/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators/core/controller.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators/core/controller.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/controller.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/controller.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './controller.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/core/controller.decorator.d.ts' with Package ID '@nestjs/common/decorators/core/controller.decorator.d.ts@9.3.10'. ======== ======== Resolving module './dependencies.decorator' from '/tmp/project/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators/core/dependencies.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators/core/dependencies.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/dependencies.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/dependencies.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './dependencies.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/core/dependencies.decorator.d.ts' with Package ID '@nestjs/common/decorators/core/dependencies.decorator.d.ts@9.3.10'. ======== ======== Resolving module './exception-filters.decorator' from '/tmp/project/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators/core/exception-filters.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators/core/exception-filters.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/exception-filters.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/exception-filters.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './exception-filters.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/core/exception-filters.decorator.d.ts' with Package ID '@nestjs/common/decorators/core/exception-filters.decorator.d.ts@9.3.10'. ======== ======== Resolving module './inject.decorator' from '/tmp/project/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators/core/inject.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators/core/inject.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/inject.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/inject.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './inject.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/core/inject.decorator.d.ts' with Package ID '@nestjs/common/decorators/core/inject.decorator.d.ts@9.3.10'. ======== ======== Resolving module './injectable.decorator' from '/tmp/project/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators/core/injectable.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators/core/injectable.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/injectable.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/injectable.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './injectable.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/core/injectable.decorator.d.ts' with Package ID '@nestjs/common/decorators/core/injectable.decorator.d.ts@9.3.10'. ======== ======== Resolving module './optional.decorator' from '/tmp/project/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators/core/optional.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators/core/optional.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/optional.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/optional.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './optional.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/core/optional.decorator.d.ts' with Package ID '@nestjs/common/decorators/core/optional.decorator.d.ts@9.3.10'. ======== ======== Resolving module './set-metadata.decorator' from '/tmp/project/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators/core/set-metadata.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators/core/set-metadata.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/set-metadata.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/set-metadata.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './set-metadata.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/core/set-metadata.decorator.d.ts' with Package ID '@nestjs/common/decorators/core/set-metadata.decorator.d.ts@9.3.10'. ======== ======== Resolving module './use-guards.decorator' from '/tmp/project/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators/core/use-guards.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators/core/use-guards.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/use-guards.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/use-guards.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './use-guards.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/core/use-guards.decorator.d.ts' with Package ID '@nestjs/common/decorators/core/use-guards.decorator.d.ts@9.3.10'. ======== ======== Resolving module './use-interceptors.decorator' from '/tmp/project/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators/core/use-interceptors.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators/core/use-interceptors.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/use-interceptors.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/use-interceptors.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './use-interceptors.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/core/use-interceptors.decorator.d.ts' with Package ID '@nestjs/common/decorators/core/use-interceptors.decorator.d.ts@9.3.10'. ======== ======== Resolving module './use-pipes.decorator' from '/tmp/project/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators/core/use-pipes.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators/core/use-pipes.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/use-pipes.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/use-pipes.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './use-pipes.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/core/use-pipes.decorator.d.ts' with Package ID '@nestjs/common/decorators/core/use-pipes.decorator.d.ts@9.3.10'. ======== ======== Resolving module './apply-decorators' from '/tmp/project/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators/core/apply-decorators', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators/core/apply-decorators.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/apply-decorators.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/apply-decorators.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './apply-decorators' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/core/apply-decorators.d.ts' with Package ID '@nestjs/common/decorators/core/apply-decorators.d.ts@9.3.10'. ======== ======== Resolving module './version.decorator' from '/tmp/project/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators/core/version.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators/core/version.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/version.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/core/version.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './version.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/core/version.decorator.d.ts' with Package ID '@nestjs/common/decorators/core/version.decorator.d.ts@9.3.10'. ======== ======== Resolving module '../../interfaces' from '/tmp/project/node_modules/@nestjs/common/decorators/core/catch.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module '../../interfaces' from '/tmp/project/node_modules/@nestjs/common/decorators/core/controller.decorator.d.ts'. ======== Resolution for module '../../interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/common/decorators/core'. ======== Module name '../../interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module '../../index' from '/tmp/project/node_modules/@nestjs/common/decorators/core/exception-filters.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/index', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../../index' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '../../interfaces/scope-options.interface' from '/tmp/project/node_modules/@nestjs/common/decorators/core/injectable.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/scope-options.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/scope-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/scope-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/scope-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../../interfaces/scope-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/scope-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/scope-options.interface.d.ts@9.3.10'. ======== ======== Resolving module '../../interfaces/type.interface' from '/tmp/project/node_modules/@nestjs/common/decorators/core/injectable.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../../interfaces/type.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.d.ts' with Package ID '@nestjs/common/interfaces/type.interface.d.ts@9.3.10'. ======== ======== Resolving module '../../interfaces' from '/tmp/project/node_modules/@nestjs/common/decorators/core/use-guards.decorator.d.ts'. ======== Resolution for module '../../interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/common/decorators/core'. ======== Module name '../../interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module '../../interfaces' from '/tmp/project/node_modules/@nestjs/common/decorators/core/use-interceptors.decorator.d.ts'. ======== Resolution for module '../../interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/common/decorators/core'. ======== Module name '../../interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module '../../interfaces/index' from '/tmp/project/node_modules/@nestjs/common/decorators/core/use-pipes.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/index', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../../interfaces/index' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module '../../interfaces/version-options.interface' from '/tmp/project/node_modules/@nestjs/common/decorators/core/version.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/version-options.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/version-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/version-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/version-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../../interfaces/version-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/version-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/version-options.interface.d.ts@9.3.10'. ======== ======== Resolving module './global.decorator' from '/tmp/project/node_modules/@nestjs/common/decorators/modules/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators/modules/global.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators/modules/global.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/modules/global.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/modules/global.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './global.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/modules/global.decorator.d.ts' with Package ID '@nestjs/common/decorators/modules/global.decorator.d.ts@9.3.10'. ======== ======== Resolving module './module.decorator' from '/tmp/project/node_modules/@nestjs/common/decorators/modules/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators/modules/module.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators/modules/module.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/modules/module.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/modules/module.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './module.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/modules/module.decorator.d.ts' with Package ID '@nestjs/common/decorators/modules/module.decorator.d.ts@9.3.10'. ======== ======== Resolving module '../../interfaces/modules/module-metadata.interface' from '/tmp/project/node_modules/@nestjs/common/decorators/modules/module.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../../interfaces/modules/module-metadata.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/module-metadata.interface.d.ts@9.3.10'. ======== ======== Resolving module './request-mapping.decorator' from '/tmp/project/node_modules/@nestjs/common/decorators/http/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators/http/request-mapping.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators/http/request-mapping.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/http/request-mapping.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/http/request-mapping.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './request-mapping.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/http/request-mapping.decorator.d.ts' with Package ID '@nestjs/common/decorators/http/request-mapping.decorator.d.ts@9.3.10'. ======== ======== Resolving module './route-params.decorator' from '/tmp/project/node_modules/@nestjs/common/decorators/http/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators/http/route-params.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators/http/route-params.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/http/route-params.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/http/route-params.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './route-params.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/http/route-params.decorator.d.ts' with Package ID '@nestjs/common/decorators/http/route-params.decorator.d.ts@9.3.10'. ======== ======== Resolving module './http-code.decorator' from '/tmp/project/node_modules/@nestjs/common/decorators/http/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators/http/http-code.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators/http/http-code.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/http/http-code.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/http/http-code.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './http-code.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/http/http-code.decorator.d.ts' with Package ID '@nestjs/common/decorators/http/http-code.decorator.d.ts@9.3.10'. ======== ======== Resolving module './create-route-param-metadata.decorator' from '/tmp/project/node_modules/@nestjs/common/decorators/http/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators/http/create-route-param-metadata.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators/http/create-route-param-metadata.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/http/create-route-param-metadata.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/http/create-route-param-metadata.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './create-route-param-metadata.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/http/create-route-param-metadata.decorator.d.ts' with Package ID '@nestjs/common/decorators/http/create-route-param-metadata.decorator.d.ts@9.3.10'. ======== ======== Resolving module './render.decorator' from '/tmp/project/node_modules/@nestjs/common/decorators/http/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators/http/render.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators/http/render.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/http/render.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/http/render.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './render.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/http/render.decorator.d.ts' with Package ID '@nestjs/common/decorators/http/render.decorator.d.ts@9.3.10'. ======== ======== Resolving module './header.decorator' from '/tmp/project/node_modules/@nestjs/common/decorators/http/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators/http/header.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators/http/header.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/http/header.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/http/header.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './header.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/http/header.decorator.d.ts' with Package ID '@nestjs/common/decorators/http/header.decorator.d.ts@9.3.10'. ======== ======== Resolving module './redirect.decorator' from '/tmp/project/node_modules/@nestjs/common/decorators/http/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators/http/redirect.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators/http/redirect.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/http/redirect.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/http/redirect.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './redirect.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/http/redirect.decorator.d.ts' with Package ID '@nestjs/common/decorators/http/redirect.decorator.d.ts@9.3.10'. ======== ======== Resolving module './sse.decorator' from '/tmp/project/node_modules/@nestjs/common/decorators/http/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators/http/sse.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators/http/sse.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/http/sse.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/http/sse.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './sse.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/http/sse.decorator.d.ts' with Package ID '@nestjs/common/decorators/http/sse.decorator.d.ts@9.3.10'. ======== ======== Resolving module '../../enums/request-method.enum' from '/tmp/project/node_modules/@nestjs/common/decorators/http/request-mapping.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/enums/request-method.enum', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/enums/request-method.enum.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/request-method.enum.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/request-method.enum.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../../enums/request-method.enum' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/enums/request-method.enum.d.ts' with Package ID '@nestjs/common/enums/request-method.enum.d.ts@9.3.10'. ======== ======== Resolving module '../../index' from '/tmp/project/node_modules/@nestjs/common/decorators/http/route-params.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/index', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../../index' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '../../interfaces' from '/tmp/project/node_modules/@nestjs/common/decorators/http/route-params.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module '../../index' from '/tmp/project/node_modules/@nestjs/common/decorators/http/create-route-param-metadata.decorator.d.ts'. ======== Resolution for module '../../index' was found in cache from location '/tmp/project/node_modules/@nestjs/common/decorators/http'. ======== Module name '../../index' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '../../interfaces' from '/tmp/project/node_modules/@nestjs/common/decorators/http/create-route-param-metadata.decorator.d.ts'. ======== Resolution for module '../../interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/common/decorators/http'. ======== Module name '../../interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module '../../interfaces/features/custom-route-param-factory.interface' from '/tmp/project/node_modules/@nestjs/common/decorators/http/create-route-param-metadata.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/features/custom-route-param-factory.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/custom-route-param-factory.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/custom-route-param-factory.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/custom-route-param-factory.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../../interfaces/features/custom-route-param-factory.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/custom-route-param-factory.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/custom-route-param-factory.interface.d.ts@9.3.10'. ======== ======== Resolving module '../../interfaces/features/execution-context.interface' from '/tmp/project/node_modules/@nestjs/common/cache/decorators/cache-ttl.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/features/execution-context.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/execution-context.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/execution-context.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/execution-context.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../../interfaces/features/execution-context.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/execution-context.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/execution-context.interface.d.ts@9.3.10'. ======== ======== Resolving module '../../decorators' from '/tmp/project/node_modules/@nestjs/common/cache/decorators/cache-ttl.decorator.d.ts'. ======== Resolution for module '../../decorators' was found in cache from location '/tmp/project/node_modules/@nestjs/common/cache/decorators'. ======== Module name '../../decorators' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/index.d.ts'. ======== ======== Resolving module './cache.interceptor' from '/tmp/project/node_modules/@nestjs/common/cache/interceptors/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/cache/interceptors/cache.interceptor', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/cache/interceptors/cache.interceptor.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/interceptors/cache.interceptor.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/interceptors/cache.interceptor.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './cache.interceptor' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/cache/interceptors/cache.interceptor.d.ts' with Package ID '@nestjs/common/cache/interceptors/cache.interceptor.d.ts@9.3.10'. ======== ======== Resolving module 'rxjs' from '/tmp/project/node_modules/@nestjs/common/cache/interceptors/cache.interceptor.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. 'paths' option is specified, looking for a pattern to match module name 'rxjs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. Resolving module name 'rxjs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/rxjs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/rxjs', target file type 'TypeScript'. File '/tmp/project/apps/api/rxjs.ts' does not exist. File '/tmp/project/apps/api/rxjs.tsx' does not exist. File '/tmp/project/apps/api/rxjs.d.ts' does not exist. Directory '/tmp/project/apps/api/rxjs' does not exist, skipping all lookups in it. Loading module 'rxjs' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/common/cache/interceptors/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@nestjs/common/cache/node_modules' does not exist, skipping all lookups in it. Resolution for module 'rxjs' was found in cache from location '/tmp/project/node_modules/@nestjs/common'. ======== Module name 'rxjs' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/index.d.ts' with Package ID 'rxjs/dist/types/index.d.ts@7.8.0'. ======== ======== Resolving module '../../interfaces' from '/tmp/project/node_modules/@nestjs/common/cache/interceptors/cache.interceptor.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module './cache-manager.interface' from '/tmp/project/node_modules/@nestjs/common/cache/interfaces/index.d.ts'. ======== Resolution for module './cache-manager.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/cache/interfaces'. ======== Module name './cache-manager.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/cache/interfaces/cache-manager.interface.d.ts' with Package ID '@nestjs/common/cache/interfaces/cache-manager.interface.d.ts@9.3.10'. ======== ======== Resolving module './cache-module.interface' from '/tmp/project/node_modules/@nestjs/common/cache/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/cache/interfaces/cache-module.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/cache/interfaces/cache-module.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/interfaces/cache-module.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/cache/interfaces/cache-module.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './cache-module.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/cache/interfaces/cache-module.interface.d.ts' with Package ID '@nestjs/common/cache/interfaces/cache-module.interface.d.ts@9.3.10'. ======== ======== Resolving module './bad-request.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/exceptions/bad-request.exception', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/exceptions/bad-request.exception.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/bad-request.exception.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/bad-request.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './bad-request.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/bad-request.exception.d.ts' with Package ID '@nestjs/common/exceptions/bad-request.exception.d.ts@9.3.10'. ======== ======== Resolving module './http.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/exceptions/http.exception', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/exceptions/http.exception.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/http.exception.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/http.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './http.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@9.3.10'. ======== ======== Resolving module './unauthorized.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/exceptions/unauthorized.exception', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/exceptions/unauthorized.exception.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/unauthorized.exception.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/unauthorized.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './unauthorized.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/unauthorized.exception.d.ts' with Package ID '@nestjs/common/exceptions/unauthorized.exception.d.ts@9.3.10'. ======== ======== Resolving module './method-not-allowed.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/exceptions/method-not-allowed.exception', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/exceptions/method-not-allowed.exception.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/method-not-allowed.exception.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/method-not-allowed.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './method-not-allowed.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/method-not-allowed.exception.d.ts' with Package ID '@nestjs/common/exceptions/method-not-allowed.exception.d.ts@9.3.10'. ======== ======== Resolving module './not-found.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/exceptions/not-found.exception', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/exceptions/not-found.exception.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/not-found.exception.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/not-found.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './not-found.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/not-found.exception.d.ts' with Package ID '@nestjs/common/exceptions/not-found.exception.d.ts@9.3.10'. ======== ======== Resolving module './forbidden.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/exceptions/forbidden.exception', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/exceptions/forbidden.exception.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/forbidden.exception.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/forbidden.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './forbidden.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/forbidden.exception.d.ts' with Package ID '@nestjs/common/exceptions/forbidden.exception.d.ts@9.3.10'. ======== ======== Resolving module './not-acceptable.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/exceptions/not-acceptable.exception', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/exceptions/not-acceptable.exception.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/not-acceptable.exception.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/not-acceptable.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './not-acceptable.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/not-acceptable.exception.d.ts' with Package ID '@nestjs/common/exceptions/not-acceptable.exception.d.ts@9.3.10'. ======== ======== Resolving module './request-timeout.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/exceptions/request-timeout.exception', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/exceptions/request-timeout.exception.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/request-timeout.exception.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/request-timeout.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './request-timeout.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/request-timeout.exception.d.ts' with Package ID '@nestjs/common/exceptions/request-timeout.exception.d.ts@9.3.10'. ======== ======== Resolving module './conflict.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/exceptions/conflict.exception', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/exceptions/conflict.exception.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/conflict.exception.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/conflict.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './conflict.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/conflict.exception.d.ts' with Package ID '@nestjs/common/exceptions/conflict.exception.d.ts@9.3.10'. ======== ======== Resolving module './gone.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/exceptions/gone.exception', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/exceptions/gone.exception.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/gone.exception.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/gone.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './gone.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/gone.exception.d.ts' with Package ID '@nestjs/common/exceptions/gone.exception.d.ts@9.3.10'. ======== ======== Resolving module './payload-too-large.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/exceptions/payload-too-large.exception', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/exceptions/payload-too-large.exception.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/payload-too-large.exception.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/payload-too-large.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './payload-too-large.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/payload-too-large.exception.d.ts' with Package ID '@nestjs/common/exceptions/payload-too-large.exception.d.ts@9.3.10'. ======== ======== Resolving module './unsupported-media-type.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/exceptions/unsupported-media-type.exception', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/exceptions/unsupported-media-type.exception.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/unsupported-media-type.exception.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/unsupported-media-type.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './unsupported-media-type.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/unsupported-media-type.exception.d.ts' with Package ID '@nestjs/common/exceptions/unsupported-media-type.exception.d.ts@9.3.10'. ======== ======== Resolving module './unprocessable-entity.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/exceptions/unprocessable-entity.exception', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/exceptions/unprocessable-entity.exception.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/unprocessable-entity.exception.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/unprocessable-entity.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './unprocessable-entity.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/unprocessable-entity.exception.d.ts' with Package ID '@nestjs/common/exceptions/unprocessable-entity.exception.d.ts@9.3.10'. ======== ======== Resolving module './internal-server-error.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/exceptions/internal-server-error.exception', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/exceptions/internal-server-error.exception.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/internal-server-error.exception.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/internal-server-error.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './internal-server-error.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/internal-server-error.exception.d.ts' with Package ID '@nestjs/common/exceptions/internal-server-error.exception.d.ts@9.3.10'. ======== ======== Resolving module './not-implemented.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/exceptions/not-implemented.exception', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/exceptions/not-implemented.exception.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/not-implemented.exception.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/not-implemented.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './not-implemented.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/not-implemented.exception.d.ts' with Package ID '@nestjs/common/exceptions/not-implemented.exception.d.ts@9.3.10'. ======== ======== Resolving module './http-version-not-supported.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/exceptions/http-version-not-supported.exception', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/exceptions/http-version-not-supported.exception.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/http-version-not-supported.exception.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/http-version-not-supported.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './http-version-not-supported.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/http-version-not-supported.exception.d.ts' with Package ID '@nestjs/common/exceptions/http-version-not-supported.exception.d.ts@9.3.10'. ======== ======== Resolving module './bad-gateway.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/exceptions/bad-gateway.exception', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/exceptions/bad-gateway.exception.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/bad-gateway.exception.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/bad-gateway.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './bad-gateway.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/bad-gateway.exception.d.ts' with Package ID '@nestjs/common/exceptions/bad-gateway.exception.d.ts@9.3.10'. ======== ======== Resolving module './service-unavailable.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/exceptions/service-unavailable.exception', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/exceptions/service-unavailable.exception.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/service-unavailable.exception.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/service-unavailable.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './service-unavailable.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/service-unavailable.exception.d.ts' with Package ID '@nestjs/common/exceptions/service-unavailable.exception.d.ts@9.3.10'. ======== ======== Resolving module './gateway-timeout.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/exceptions/gateway-timeout.exception', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/exceptions/gateway-timeout.exception.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/gateway-timeout.exception.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/gateway-timeout.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './gateway-timeout.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/gateway-timeout.exception.d.ts' with Package ID '@nestjs/common/exceptions/gateway-timeout.exception.d.ts@9.3.10'. ======== ======== Resolving module './im-a-teapot.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/exceptions/im-a-teapot.exception', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/exceptions/im-a-teapot.exception.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/im-a-teapot.exception.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/im-a-teapot.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './im-a-teapot.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/im-a-teapot.exception.d.ts' with Package ID '@nestjs/common/exceptions/im-a-teapot.exception.d.ts@9.3.10'. ======== ======== Resolving module './precondition-failed.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/exceptions/precondition-failed.exception', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/exceptions/precondition-failed.exception.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/precondition-failed.exception.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/precondition-failed.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './precondition-failed.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/precondition-failed.exception.d.ts' with Package ID '@nestjs/common/exceptions/precondition-failed.exception.d.ts@9.3.10'. ======== ======== Resolving module './misdirected.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/exceptions/misdirected.exception', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/exceptions/misdirected.exception.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/misdirected.exception.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/exceptions/misdirected.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './misdirected.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/misdirected.exception.d.ts' with Package ID '@nestjs/common/exceptions/misdirected.exception.d.ts@9.3.10'. ======== ======== Resolving module './http.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/bad-request.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@9.3.10'. ======== ======== Resolving module './http.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/unauthorized.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@9.3.10'. ======== ======== Resolving module './http.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/method-not-allowed.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@9.3.10'. ======== ======== Resolving module './http.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/not-found.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@9.3.10'. ======== ======== Resolving module './http.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/forbidden.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@9.3.10'. ======== ======== Resolving module './http.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/not-acceptable.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@9.3.10'. ======== ======== Resolving module './http.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/request-timeout.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@9.3.10'. ======== ======== Resolving module './http.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/conflict.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@9.3.10'. ======== ======== Resolving module './http.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/gone.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@9.3.10'. ======== ======== Resolving module './http.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/payload-too-large.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@9.3.10'. ======== ======== Resolving module './http.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/unsupported-media-type.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@9.3.10'. ======== ======== Resolving module './http.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/unprocessable-entity.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@9.3.10'. ======== ======== Resolving module './http.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/internal-server-error.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@9.3.10'. ======== ======== Resolving module './http.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/not-implemented.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@9.3.10'. ======== ======== Resolving module './http.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/http-version-not-supported.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@9.3.10'. ======== ======== Resolving module './http.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/bad-gateway.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@9.3.10'. ======== ======== Resolving module './http.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/service-unavailable.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@9.3.10'. ======== ======== Resolving module './http.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/gateway-timeout.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@9.3.10'. ======== ======== Resolving module './http.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/im-a-teapot.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@9.3.10'. ======== ======== Resolving module './http.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/precondition-failed.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@9.3.10'. ======== ======== Resolving module './http.exception' from '/tmp/project/node_modules/@nestjs/common/exceptions/misdirected.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@9.3.10'. ======== ======== Resolving module './streamable-file' from '/tmp/project/node_modules/@nestjs/common/file-stream/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/file-stream/streamable-file', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/file-stream/streamable-file.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/file-stream/streamable-file.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/file-stream/streamable-file.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './streamable-file' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/file-stream/streamable-file.d.ts' with Package ID '@nestjs/common/file-stream/streamable-file.d.ts@9.3.10'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@nestjs/common/file-stream/streamable-file.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'stream' from '/tmp/project/node_modules/@nestjs/common/file-stream/streamable-file.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. 'paths' option is specified, looking for a pattern to match module name 'stream'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. Resolving module name 'stream' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/stream'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/stream', target file type 'TypeScript'. File '/tmp/project/apps/api/stream.ts' does not exist. File '/tmp/project/apps/api/stream.tsx' does not exist. File '/tmp/project/apps/api/stream.d.ts' does not exist. Directory '/tmp/project/apps/api/stream' does not exist, skipping all lookups in it. Loading module 'stream' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/common/file-stream/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@nestjs/common/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. Resolution for module 'stream' was found in cache from location '/tmp/project'. ======== Module name 'stream' was not resolved. ======== ======== Resolving module './interfaces' from '/tmp/project/node_modules/@nestjs/common/file-stream/streamable-file.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/file-stream/interfaces', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/file-stream/interfaces.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/file-stream/interfaces.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/file-stream/interfaces.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/file-stream/interfaces/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/common/file-stream/interfaces/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/file-stream/interfaces/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/file-stream/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name './interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/file-stream/interfaces/index.d.ts'. ======== ======== Resolving module './streamable-options.interface' from '/tmp/project/node_modules/@nestjs/common/file-stream/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/file-stream/interfaces/streamable-options.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/file-stream/interfaces/streamable-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/file-stream/interfaces/streamable-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/file-stream/interfaces/streamable-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './streamable-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/file-stream/interfaces/streamable-options.interface.d.ts' with Package ID '@nestjs/common/file-stream/interfaces/streamable-options.interface.d.ts@9.3.10'. ======== ======== Resolving module './streamable-handler-response.interface' from '/tmp/project/node_modules/@nestjs/common/file-stream/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/file-stream/interfaces/streamable-handler-response.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/file-stream/interfaces/streamable-handler-response.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/file-stream/interfaces/streamable-handler-response.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/file-stream/interfaces/streamable-handler-response.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './streamable-handler-response.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/file-stream/interfaces/streamable-handler-response.interface.d.ts' with Package ID '@nestjs/common/file-stream/interfaces/streamable-handler-response.interface.d.ts@9.3.10'. ======== ======== Resolving module './default-value.pipe' from '/tmp/project/node_modules/@nestjs/common/pipes/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/pipes/default-value.pipe', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/pipes/default-value.pipe.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/default-value.pipe.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/default-value.pipe.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './default-value.pipe' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/pipes/default-value.pipe.d.ts' with Package ID '@nestjs/common/pipes/default-value.pipe.d.ts@9.3.10'. ======== ======== Resolving module './parse-array.pipe' from '/tmp/project/node_modules/@nestjs/common/pipes/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/pipes/parse-array.pipe', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/pipes/parse-array.pipe.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/parse-array.pipe.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/parse-array.pipe.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './parse-array.pipe' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/pipes/parse-array.pipe.d.ts' with Package ID '@nestjs/common/pipes/parse-array.pipe.d.ts@9.3.10'. ======== ======== Resolving module './parse-bool.pipe' from '/tmp/project/node_modules/@nestjs/common/pipes/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/pipes/parse-bool.pipe', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/pipes/parse-bool.pipe.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/parse-bool.pipe.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/parse-bool.pipe.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './parse-bool.pipe' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/pipes/parse-bool.pipe.d.ts' with Package ID '@nestjs/common/pipes/parse-bool.pipe.d.ts@9.3.10'. ======== ======== Resolving module './parse-int.pipe' from '/tmp/project/node_modules/@nestjs/common/pipes/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/pipes/parse-int.pipe', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/pipes/parse-int.pipe.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/parse-int.pipe.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/parse-int.pipe.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './parse-int.pipe' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/pipes/parse-int.pipe.d.ts' with Package ID '@nestjs/common/pipes/parse-int.pipe.d.ts@9.3.10'. ======== ======== Resolving module './parse-float.pipe' from '/tmp/project/node_modules/@nestjs/common/pipes/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/pipes/parse-float.pipe', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/pipes/parse-float.pipe.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/parse-float.pipe.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/parse-float.pipe.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './parse-float.pipe' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/pipes/parse-float.pipe.d.ts' with Package ID '@nestjs/common/pipes/parse-float.pipe.d.ts@9.3.10'. ======== ======== Resolving module './parse-enum.pipe' from '/tmp/project/node_modules/@nestjs/common/pipes/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/pipes/parse-enum.pipe', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/pipes/parse-enum.pipe.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/parse-enum.pipe.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/parse-enum.pipe.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './parse-enum.pipe' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/pipes/parse-enum.pipe.d.ts' with Package ID '@nestjs/common/pipes/parse-enum.pipe.d.ts@9.3.10'. ======== ======== Resolving module './parse-uuid.pipe' from '/tmp/project/node_modules/@nestjs/common/pipes/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/pipes/parse-uuid.pipe', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/pipes/parse-uuid.pipe.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/parse-uuid.pipe.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/parse-uuid.pipe.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './parse-uuid.pipe' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/pipes/parse-uuid.pipe.d.ts' with Package ID '@nestjs/common/pipes/parse-uuid.pipe.d.ts@9.3.10'. ======== ======== Resolving module './validation.pipe' from '/tmp/project/node_modules/@nestjs/common/pipes/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/pipes/validation.pipe', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/pipes/validation.pipe.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/validation.pipe.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/validation.pipe.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './validation.pipe' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/pipes/validation.pipe.d.ts' with Package ID '@nestjs/common/pipes/validation.pipe.d.ts@9.3.10'. ======== ======== Resolving module './file' from '/tmp/project/node_modules/@nestjs/common/pipes/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/pipes/file', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/pipes/file.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/file.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/file.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/file/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/file/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/file/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/file/index.d.ts' exist - use it as a name resolution result. ======== Module name './file' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/pipes/file/index.d.ts'. ======== ======== Resolving module '../interfaces/features/pipe-transform.interface' from '/tmp/project/node_modules/@nestjs/common/pipes/default-value.pipe.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../interfaces/features/pipe-transform.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/pipe-transform.interface.d.ts@9.3.10'. ======== ======== Resolving module '../interfaces' from '/tmp/project/node_modules/@nestjs/common/pipes/parse-array.pipe.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name '../interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module '../interfaces/features/pipe-transform.interface' from '/tmp/project/node_modules/@nestjs/common/pipes/parse-array.pipe.d.ts'. ======== Resolution for module '../interfaces/features/pipe-transform.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/pipes'. ======== Module name '../interfaces/features/pipe-transform.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/pipe-transform.interface.d.ts@9.3.10'. ======== ======== Resolving module './validation.pipe' from '/tmp/project/node_modules/@nestjs/common/pipes/parse-array.pipe.d.ts'. ======== Resolution for module './validation.pipe' was found in cache from location '/tmp/project/node_modules/@nestjs/common/pipes'. ======== Module name './validation.pipe' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/pipes/validation.pipe.d.ts' with Package ID '@nestjs/common/pipes/validation.pipe.d.ts@9.3.10'. ======== ======== Resolving module '../interfaces/external/class-transform-options.interface' from '/tmp/project/node_modules/@nestjs/common/pipes/validation.pipe.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../interfaces/external/class-transform-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/class-transform-options.interface.d.ts@9.3.10'. ======== ======== Resolving module '../interfaces/external/transformer-package.interface' from '/tmp/project/node_modules/@nestjs/common/pipes/validation.pipe.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/external/transformer-package.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/transformer-package.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/transformer-package.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/transformer-package.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../interfaces/external/transformer-package.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/external/transformer-package.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/transformer-package.interface.d.ts@9.3.10'. ======== ======== Resolving module '../interfaces/external/validation-error.interface' from '/tmp/project/node_modules/@nestjs/common/pipes/validation.pipe.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/external/validation-error.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/validation-error.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/validation-error.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/validation-error.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../interfaces/external/validation-error.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/external/validation-error.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/validation-error.interface.d.ts@9.3.10'. ======== ======== Resolving module '../interfaces/external/validator-options.interface' from '/tmp/project/node_modules/@nestjs/common/pipes/validation.pipe.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/external/validator-options.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/validator-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/validator-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/validator-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../interfaces/external/validator-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/external/validator-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/validator-options.interface.d.ts@9.3.10'. ======== ======== Resolving module '../interfaces/external/validator-package.interface' from '/tmp/project/node_modules/@nestjs/common/pipes/validation.pipe.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/external/validator-package.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/validator-package.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/validator-package.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/validator-package.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../interfaces/external/validator-package.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/external/validator-package.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/validator-package.interface.d.ts@9.3.10'. ======== ======== Resolving module '../interfaces/features/pipe-transform.interface' from '/tmp/project/node_modules/@nestjs/common/pipes/validation.pipe.d.ts'. ======== Resolution for module '../interfaces/features/pipe-transform.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/pipes'. ======== Module name '../interfaces/features/pipe-transform.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/pipe-transform.interface.d.ts@9.3.10'. ======== ======== Resolving module '../interfaces/type.interface' from '/tmp/project/node_modules/@nestjs/common/pipes/validation.pipe.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../interfaces/type.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.d.ts' with Package ID '@nestjs/common/interfaces/type.interface.d.ts@9.3.10'. ======== ======== Resolving module '../utils/http-error-by-code.util' from '/tmp/project/node_modules/@nestjs/common/pipes/validation.pipe.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/utils/http-error-by-code.util', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/utils/http-error-by-code.util.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/utils/http-error-by-code.util.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/utils/http-error-by-code.util.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../utils/http-error-by-code.util' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/utils/http-error-by-code.util.d.ts' with Package ID '@nestjs/common/utils/http-error-by-code.util.d.ts@9.3.10'. ======== ======== Resolving module '../type.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/external/transformer-package.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../type.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.d.ts' with Package ID '@nestjs/common/interfaces/type.interface.d.ts@9.3.10'. ======== ======== Resolving module './class-transform-options.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/external/transformer-package.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './class-transform-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/class-transform-options.interface.d.ts@9.3.10'. ======== ======== Resolving module './validation-error.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/external/validator-package.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/external/validation-error.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/validation-error.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/validation-error.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/validation-error.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './validation-error.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/external/validation-error.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/validation-error.interface.d.ts@9.3.10'. ======== ======== Resolving module './validator-options.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/external/validator-package.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/external/validator-options.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/validator-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/validator-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/validator-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './validator-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/external/validator-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/validator-options.interface.d.ts@9.3.10'. ======== ======== Resolving module '../enums' from '/tmp/project/node_modules/@nestjs/common/utils/http-error-by-code.util.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/enums', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/enums.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/enums/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/index.d.ts' exist - use it as a name resolution result. ======== Module name '../enums' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/enums/index.d.ts'. ======== ======== Resolving module '../interfaces' from '/tmp/project/node_modules/@nestjs/common/utils/http-error-by-code.util.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name '../interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module '../interfaces/features/pipe-transform.interface' from '/tmp/project/node_modules/@nestjs/common/pipes/parse-bool.pipe.d.ts'. ======== Resolution for module '../interfaces/features/pipe-transform.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/pipes'. ======== Module name '../interfaces/features/pipe-transform.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/pipe-transform.interface.d.ts@9.3.10'. ======== ======== Resolving module '../utils/http-error-by-code.util' from '/tmp/project/node_modules/@nestjs/common/pipes/parse-bool.pipe.d.ts'. ======== Resolution for module '../utils/http-error-by-code.util' was found in cache from location '/tmp/project/node_modules/@nestjs/common/pipes'. ======== Module name '../utils/http-error-by-code.util' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/utils/http-error-by-code.util.d.ts' with Package ID '@nestjs/common/utils/http-error-by-code.util.d.ts@9.3.10'. ======== ======== Resolving module '../interfaces/features/pipe-transform.interface' from '/tmp/project/node_modules/@nestjs/common/pipes/parse-int.pipe.d.ts'. ======== Resolution for module '../interfaces/features/pipe-transform.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/pipes'. ======== Module name '../interfaces/features/pipe-transform.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/pipe-transform.interface.d.ts@9.3.10'. ======== ======== Resolving module '../utils/http-error-by-code.util' from '/tmp/project/node_modules/@nestjs/common/pipes/parse-int.pipe.d.ts'. ======== Resolution for module '../utils/http-error-by-code.util' was found in cache from location '/tmp/project/node_modules/@nestjs/common/pipes'. ======== Module name '../utils/http-error-by-code.util' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/utils/http-error-by-code.util.d.ts' with Package ID '@nestjs/common/utils/http-error-by-code.util.d.ts@9.3.10'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@nestjs/common/pipes/parse-float.pipe.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/index', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '../interfaces/features/pipe-transform.interface' from '/tmp/project/node_modules/@nestjs/common/pipes/parse-float.pipe.d.ts'. ======== Resolution for module '../interfaces/features/pipe-transform.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/pipes'. ======== Module name '../interfaces/features/pipe-transform.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/pipe-transform.interface.d.ts@9.3.10'. ======== ======== Resolving module '../utils/http-error-by-code.util' from '/tmp/project/node_modules/@nestjs/common/pipes/parse-float.pipe.d.ts'. ======== Resolution for module '../utils/http-error-by-code.util' was found in cache from location '/tmp/project/node_modules/@nestjs/common/pipes'. ======== Module name '../utils/http-error-by-code.util' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/utils/http-error-by-code.util.d.ts' with Package ID '@nestjs/common/utils/http-error-by-code.util.d.ts@9.3.10'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@nestjs/common/pipes/parse-enum.pipe.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@nestjs/common/pipes'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '../interfaces/features/pipe-transform.interface' from '/tmp/project/node_modules/@nestjs/common/pipes/parse-enum.pipe.d.ts'. ======== Resolution for module '../interfaces/features/pipe-transform.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/pipes'. ======== Module name '../interfaces/features/pipe-transform.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/pipe-transform.interface.d.ts@9.3.10'. ======== ======== Resolving module '../utils/http-error-by-code.util' from '/tmp/project/node_modules/@nestjs/common/pipes/parse-enum.pipe.d.ts'. ======== Resolution for module '../utils/http-error-by-code.util' was found in cache from location '/tmp/project/node_modules/@nestjs/common/pipes'. ======== Module name '../utils/http-error-by-code.util' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/utils/http-error-by-code.util.d.ts' with Package ID '@nestjs/common/utils/http-error-by-code.util.d.ts@9.3.10'. ======== ======== Resolving module '../interfaces/features/pipe-transform.interface' from '/tmp/project/node_modules/@nestjs/common/pipes/parse-uuid.pipe.d.ts'. ======== Resolution for module '../interfaces/features/pipe-transform.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/pipes'. ======== Module name '../interfaces/features/pipe-transform.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/pipe-transform.interface.d.ts@9.3.10'. ======== ======== Resolving module '../utils/http-error-by-code.util' from '/tmp/project/node_modules/@nestjs/common/pipes/parse-uuid.pipe.d.ts'. ======== Resolution for module '../utils/http-error-by-code.util' was found in cache from location '/tmp/project/node_modules/@nestjs/common/pipes'. ======== Module name '../utils/http-error-by-code.util' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/utils/http-error-by-code.util.d.ts' with Package ID '@nestjs/common/utils/http-error-by-code.util.d.ts@9.3.10'. ======== ======== Resolving module './file-type.validator' from '/tmp/project/node_modules/@nestjs/common/pipes/file/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/pipes/file/file-type.validator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/pipes/file/file-type.validator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/file/file-type.validator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/file/file-type.validator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './file-type.validator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/pipes/file/file-type.validator.d.ts' with Package ID '@nestjs/common/pipes/file/file-type.validator.d.ts@9.3.10'. ======== ======== Resolving module './file-validator.interface' from '/tmp/project/node_modules/@nestjs/common/pipes/file/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/pipes/file/file-validator.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/pipes/file/file-validator.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/file/file-validator.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/file/file-validator.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './file-validator.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/pipes/file/file-validator.interface.d.ts' with Package ID '@nestjs/common/pipes/file/file-validator.interface.d.ts@9.3.10'. ======== ======== Resolving module './max-file-size.validator' from '/tmp/project/node_modules/@nestjs/common/pipes/file/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/pipes/file/max-file-size.validator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/pipes/file/max-file-size.validator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/file/max-file-size.validator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/file/max-file-size.validator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './max-file-size.validator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/pipes/file/max-file-size.validator.d.ts' with Package ID '@nestjs/common/pipes/file/max-file-size.validator.d.ts@9.3.10'. ======== ======== Resolving module './parse-file-options.interface' from '/tmp/project/node_modules/@nestjs/common/pipes/file/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/pipes/file/parse-file-options.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/pipes/file/parse-file-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/file/parse-file-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/file/parse-file-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './parse-file-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/pipes/file/parse-file-options.interface.d.ts' with Package ID '@nestjs/common/pipes/file/parse-file-options.interface.d.ts@9.3.10'. ======== ======== Resolving module './parse-file.pipe' from '/tmp/project/node_modules/@nestjs/common/pipes/file/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/pipes/file/parse-file.pipe', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/pipes/file/parse-file.pipe.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/file/parse-file.pipe.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/file/parse-file.pipe.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './parse-file.pipe' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/pipes/file/parse-file.pipe.d.ts' with Package ID '@nestjs/common/pipes/file/parse-file.pipe.d.ts@9.3.10'. ======== ======== Resolving module './parse-file-pipe.builder' from '/tmp/project/node_modules/@nestjs/common/pipes/file/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/pipes/file/parse-file-pipe.builder', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/pipes/file/parse-file-pipe.builder.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/file/parse-file-pipe.builder.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/pipes/file/parse-file-pipe.builder.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './parse-file-pipe.builder' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/pipes/file/parse-file-pipe.builder.d.ts' with Package ID '@nestjs/common/pipes/file/parse-file-pipe.builder.d.ts@9.3.10'. ======== ======== Resolving module './file-validator.interface' from '/tmp/project/node_modules/@nestjs/common/pipes/file/file-type.validator.d.ts'. ======== Resolution for module './file-validator.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/pipes/file'. ======== Module name './file-validator.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/pipes/file/file-validator.interface.d.ts' with Package ID '@nestjs/common/pipes/file/file-validator.interface.d.ts@9.3.10'. ======== ======== Resolving module './file-validator.interface' from '/tmp/project/node_modules/@nestjs/common/pipes/file/max-file-size.validator.d.ts'. ======== Resolution for module './file-validator.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/pipes/file'. ======== Module name './file-validator.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/pipes/file/file-validator.interface.d.ts' with Package ID '@nestjs/common/pipes/file/file-validator.interface.d.ts@9.3.10'. ======== ======== Resolving module '../../utils/http-error-by-code.util' from '/tmp/project/node_modules/@nestjs/common/pipes/file/parse-file-options.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/utils/http-error-by-code.util', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/utils/http-error-by-code.util.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/utils/http-error-by-code.util.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/utils/http-error-by-code.util.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../../utils/http-error-by-code.util' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/utils/http-error-by-code.util.d.ts' with Package ID '@nestjs/common/utils/http-error-by-code.util.d.ts@9.3.10'. ======== ======== Resolving module './file-validator.interface' from '/tmp/project/node_modules/@nestjs/common/pipes/file/parse-file-options.interface.d.ts'. ======== Resolution for module './file-validator.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/pipes/file'. ======== Module name './file-validator.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/pipes/file/file-validator.interface.d.ts' with Package ID '@nestjs/common/pipes/file/file-validator.interface.d.ts@9.3.10'. ======== ======== Resolving module '../../interfaces/features/pipe-transform.interface' from '/tmp/project/node_modules/@nestjs/common/pipes/file/parse-file.pipe.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../../interfaces/features/pipe-transform.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/pipe-transform.interface.d.ts@9.3.10'. ======== ======== Resolving module './file-validator.interface' from '/tmp/project/node_modules/@nestjs/common/pipes/file/parse-file.pipe.d.ts'. ======== Resolution for module './file-validator.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/pipes/file'. ======== Module name './file-validator.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/pipes/file/file-validator.interface.d.ts' with Package ID '@nestjs/common/pipes/file/file-validator.interface.d.ts@9.3.10'. ======== ======== Resolving module './parse-file-options.interface' from '/tmp/project/node_modules/@nestjs/common/pipes/file/parse-file.pipe.d.ts'. ======== Resolution for module './parse-file-options.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/pipes/file'. ======== Module name './parse-file-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/pipes/file/parse-file-options.interface.d.ts' with Package ID '@nestjs/common/pipes/file/parse-file-options.interface.d.ts@9.3.10'. ======== ======== Resolving module './file-type.validator' from '/tmp/project/node_modules/@nestjs/common/pipes/file/parse-file-pipe.builder.d.ts'. ======== Resolution for module './file-type.validator' was found in cache from location '/tmp/project/node_modules/@nestjs/common/pipes/file'. ======== Module name './file-type.validator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/pipes/file/file-type.validator.d.ts' with Package ID '@nestjs/common/pipes/file/file-type.validator.d.ts@9.3.10'. ======== ======== Resolving module './file-validator.interface' from '/tmp/project/node_modules/@nestjs/common/pipes/file/parse-file-pipe.builder.d.ts'. ======== Resolution for module './file-validator.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/pipes/file'. ======== Module name './file-validator.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/pipes/file/file-validator.interface.d.ts' with Package ID '@nestjs/common/pipes/file/file-validator.interface.d.ts@9.3.10'. ======== ======== Resolving module './max-file-size.validator' from '/tmp/project/node_modules/@nestjs/common/pipes/file/parse-file-pipe.builder.d.ts'. ======== Resolution for module './max-file-size.validator' was found in cache from location '/tmp/project/node_modules/@nestjs/common/pipes/file'. ======== Module name './max-file-size.validator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/pipes/file/max-file-size.validator.d.ts' with Package ID '@nestjs/common/pipes/file/max-file-size.validator.d.ts@9.3.10'. ======== ======== Resolving module './parse-file-options.interface' from '/tmp/project/node_modules/@nestjs/common/pipes/file/parse-file-pipe.builder.d.ts'. ======== Resolution for module './parse-file-options.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/pipes/file'. ======== Module name './parse-file-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/pipes/file/parse-file-options.interface.d.ts' with Package ID '@nestjs/common/pipes/file/parse-file-options.interface.d.ts@9.3.10'. ======== ======== Resolving module './parse-file.pipe' from '/tmp/project/node_modules/@nestjs/common/pipes/file/parse-file-pipe.builder.d.ts'. ======== Resolution for module './parse-file.pipe' was found in cache from location '/tmp/project/node_modules/@nestjs/common/pipes/file'. ======== Module name './parse-file.pipe' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/pipes/file/parse-file.pipe.d.ts' with Package ID '@nestjs/common/pipes/file/parse-file.pipe.d.ts@9.3.10'. ======== ======== Resolving module './class-serializer.interceptor' from '/tmp/project/node_modules/@nestjs/common/serializer/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/serializer/class-serializer.interceptor', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/serializer/class-serializer.interceptor.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/serializer/class-serializer.interceptor.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/serializer/class-serializer.interceptor.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './class-serializer.interceptor' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/serializer/class-serializer.interceptor.d.ts' with Package ID '@nestjs/common/serializer/class-serializer.interceptor.d.ts@9.3.10'. ======== ======== Resolving module './decorators' from '/tmp/project/node_modules/@nestjs/common/serializer/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/serializer/decorators', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/serializer/decorators.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/serializer/decorators.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/serializer/decorators.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/serializer/decorators/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/common/serializer/decorators/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/serializer/decorators/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/serializer/decorators/index.d.ts' exist - use it as a name resolution result. ======== Module name './decorators' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/serializer/decorators/index.d.ts'. ======== ======== Resolving module './class-serializer.interfaces' from '/tmp/project/node_modules/@nestjs/common/serializer/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/serializer/class-serializer.interfaces', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/serializer/class-serializer.interfaces.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/serializer/class-serializer.interfaces.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/serializer/class-serializer.interfaces.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './class-serializer.interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/serializer/class-serializer.interfaces.d.ts' with Package ID '@nestjs/common/serializer/class-serializer.interfaces.d.ts@9.3.10'. ======== ======== Resolving module './class-serializer.interfaces' from '/tmp/project/node_modules/@nestjs/common/serializer/class-serializer.interceptor.d.ts'. ======== Resolution for module './class-serializer.interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/common/serializer'. ======== Module name './class-serializer.interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/serializer/class-serializer.interfaces.d.ts' with Package ID '@nestjs/common/serializer/class-serializer.interfaces.d.ts@9.3.10'. ======== ======== Resolving module 'rxjs' from '/tmp/project/node_modules/@nestjs/common/serializer/class-serializer.interceptor.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. 'paths' option is specified, looking for a pattern to match module name 'rxjs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. Resolving module name 'rxjs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/rxjs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/rxjs', target file type 'TypeScript'. File '/tmp/project/apps/api/rxjs.ts' does not exist. File '/tmp/project/apps/api/rxjs.tsx' does not exist. File '/tmp/project/apps/api/rxjs.d.ts' does not exist. Directory '/tmp/project/apps/api/rxjs' does not exist, skipping all lookups in it. Loading module 'rxjs' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/common/serializer/node_modules' does not exist, skipping all lookups in it. Resolution for module 'rxjs' was found in cache from location '/tmp/project/node_modules/@nestjs/common'. ======== Module name 'rxjs' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/index.d.ts' with Package ID 'rxjs/dist/types/index.d.ts@7.8.0'. ======== ======== Resolving module '../interfaces' from '/tmp/project/node_modules/@nestjs/common/serializer/class-serializer.interceptor.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name '../interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module '../interfaces/external/class-transform-options.interface' from '/tmp/project/node_modules/@nestjs/common/serializer/class-serializer.interceptor.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../interfaces/external/class-transform-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/class-transform-options.interface.d.ts@9.3.10'. ======== ======== Resolving module '../interfaces/external/transformer-package.interface' from '/tmp/project/node_modules/@nestjs/common/serializer/class-serializer.interceptor.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/external/transformer-package.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/transformer-package.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/transformer-package.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/transformer-package.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../interfaces/external/transformer-package.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/external/transformer-package.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/transformer-package.interface.d.ts@9.3.10'. ======== ======== Resolving module '../interfaces/external/class-transform-options.interface' from '/tmp/project/node_modules/@nestjs/common/serializer/class-serializer.interfaces.d.ts'. ======== Resolution for module '../interfaces/external/class-transform-options.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/serializer'. ======== Module name '../interfaces/external/class-transform-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/class-transform-options.interface.d.ts@9.3.10'. ======== ======== Resolving module '../interfaces' from '/tmp/project/node_modules/@nestjs/common/serializer/class-serializer.interfaces.d.ts'. ======== Resolution for module '../interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/common/serializer'. ======== Module name '../interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module './serialize-options.decorator' from '/tmp/project/node_modules/@nestjs/common/serializer/decorators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/serializer/decorators/serialize-options.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/serializer/decorators/serialize-options.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/serializer/decorators/serialize-options.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/serializer/decorators/serialize-options.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './serialize-options.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/serializer/decorators/serialize-options.decorator.d.ts' with Package ID '@nestjs/common/serializer/decorators/serialize-options.decorator.d.ts@9.3.10'. ======== ======== Resolving module '../class-serializer.interfaces' from '/tmp/project/node_modules/@nestjs/common/serializer/decorators/serialize-options.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/serializer/class-serializer.interfaces', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/serializer/class-serializer.interfaces.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/serializer/class-serializer.interfaces.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/serializer/class-serializer.interfaces.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../class-serializer.interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/serializer/class-serializer.interfaces.d.ts' with Package ID '@nestjs/common/serializer/class-serializer.interfaces.d.ts@9.3.10'. ======== ======== Resolving module '../../decorators' from '/tmp/project/node_modules/@nestjs/common/serializer/decorators/serialize-options.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/decorators', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/decorators.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/decorators/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/decorators/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../decorators' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/decorators/index.d.ts'. ======== ======== Resolving module './console-logger.service' from '/tmp/project/node_modules/@nestjs/common/services/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/services/console-logger.service', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/services/console-logger.service.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/services/console-logger.service.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/services/console-logger.service.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './console-logger.service' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/services/console-logger.service.d.ts' with Package ID '@nestjs/common/services/console-logger.service.d.ts@9.3.10'. ======== ======== Resolving module './logger.service' from '/tmp/project/node_modules/@nestjs/common/services/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/services/logger.service', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/services/logger.service.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/services/logger.service.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/services/logger.service.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './logger.service' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/services/logger.service.d.ts' with Package ID '@nestjs/common/services/logger.service.d.ts@9.3.10'. ======== ======== Resolving module './logger.service' from '/tmp/project/node_modules/@nestjs/common/services/console-logger.service.d.ts'. ======== Resolution for module './logger.service' was found in cache from location '/tmp/project/node_modules/@nestjs/common/services'. ======== Module name './logger.service' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/services/logger.service.d.ts' with Package ID '@nestjs/common/services/logger.service.d.ts@9.3.10'. ======== ======== Resolving module './forward-ref.util' from '/tmp/project/node_modules/@nestjs/common/utils/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/utils/forward-ref.util', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/utils/forward-ref.util.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/utils/forward-ref.util.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/utils/forward-ref.util.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './forward-ref.util' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/utils/forward-ref.util.d.ts' with Package ID '@nestjs/common/utils/forward-ref.util.d.ts@9.3.10'. ======== ======== Resolving module '../interfaces/modules/forward-reference.interface' from '/tmp/project/node_modules/@nestjs/common/utils/forward-ref.util.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/modules/forward-reference.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/forward-reference.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/forward-reference.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/modules/forward-reference.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../interfaces/modules/forward-reference.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/modules/forward-reference.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/forward-reference.interface.d.ts@9.3.10'. ======== ======== Resolving type reference directive 'express-serve-static-core', containing file '/tmp/project/node_modules/@types/express/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/express-serve-static-core/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/express-serve-static-core/index.d.ts'. File '/tmp/project/node_modules/@types/express-serve-static-core/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/express-serve-static-core/index.d.ts', result '/tmp/project/node_modules/@types/express-serve-static-core/index.d.ts'. ======== Type reference directive 'express-serve-static-core' was successfully resolved to '/tmp/project/node_modules/@types/express-serve-static-core/index.d.ts' with Package ID '@types/express-serve-static-core/index.d.ts@4.17.33', primary: true. ======== ======== Resolving type reference directive 'serve-static', containing file '/tmp/project/node_modules/@types/express/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/serve-static/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/serve-static/index.d.ts'. File '/tmp/project/node_modules/@types/serve-static/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/serve-static/index.d.ts', result '/tmp/project/node_modules/@types/serve-static/index.d.ts'. ======== Type reference directive 'serve-static' was successfully resolved to '/tmp/project/node_modules/@types/serve-static/index.d.ts' with Package ID '@types/serve-static/index.d.ts@1.15.1', primary: true. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/express-serve-static-core/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/@types/express-serve-static-core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/express-serve-static-core/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/http.ts' does not exist. File '/tmp/project/node_modules/http.tsx' does not exist. File '/tmp/project/node_modules/http.d.ts' does not exist. File '/tmp/project/node_modules/@types/http.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'JavaScript'. File '/tmp/project/apps/api/http.js' does not exist. File '/tmp/project/apps/api/http.jsx' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/express-serve-static-core/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/http.js' does not exist. File '/tmp/project/node_modules/http.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'Json'. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/express-serve-static-core/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'http' was not resolved. ======== ======== Resolving module 'events' from '/tmp/project/node_modules/@types/express-serve-static-core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'TypeScript'. File '/tmp/project/apps/api/events.ts' does not exist. File '/tmp/project/apps/api/events.tsx' does not exist. File '/tmp/project/apps/api/events.d.ts' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/express-serve-static-core/node_modules' does not exist, skipping all lookups in it. Resolution for module 'events' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'events' was successfully resolved to '/tmp/project/node_modules/events/events.js' with Package ID 'events/events.js@3.3.0'. ======== ======== Resolving module 'range-parser' from '/tmp/project/node_modules/@types/express-serve-static-core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'range-parser'. 'paths' option is specified, looking for a pattern to match module name 'range-parser'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'range-parser'. Resolving module name 'range-parser' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/range-parser'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/range-parser', target file type 'TypeScript'. File '/tmp/project/apps/api/range-parser.ts' does not exist. File '/tmp/project/apps/api/range-parser.tsx' does not exist. File '/tmp/project/apps/api/range-parser.d.ts' does not exist. Directory '/tmp/project/apps/api/range-parser' does not exist, skipping all lookups in it. Loading module 'range-parser' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/express-serve-static-core/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/range-parser/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/range-parser.ts' does not exist. File '/tmp/project/node_modules/range-parser.tsx' does not exist. File '/tmp/project/node_modules/range-parser.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' does not have a 'main' field. File '/tmp/project/node_modules/range-parser/index.ts' does not exist. File '/tmp/project/node_modules/range-parser/index.tsx' does not exist. File '/tmp/project/node_modules/range-parser/index.d.ts' does not exist. Found 'package.json' at '/tmp/project/node_modules/@types/range-parser/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@types/range-parser.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/range-parser/index.d.ts'. File '/tmp/project/node_modules/@types/range-parser/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/range-parser/index.d.ts', result '/tmp/project/node_modules/@types/range-parser/index.d.ts'. ======== Module name 'range-parser' was successfully resolved to '/tmp/project/node_modules/@types/range-parser/index.d.ts' with Package ID '@types/range-parser/index.d.ts@1.2.4'. ======== ======== Resolving module 'qs' from '/tmp/project/node_modules/@types/express-serve-static-core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'qs'. 'paths' option is specified, looking for a pattern to match module name 'qs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'qs'. Resolving module name 'qs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/qs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/qs', target file type 'TypeScript'. File '/tmp/project/apps/api/qs.ts' does not exist. File '/tmp/project/apps/api/qs.tsx' does not exist. File '/tmp/project/apps/api/qs.d.ts' does not exist. Directory '/tmp/project/apps/api/qs' does not exist, skipping all lookups in it. Loading module 'qs' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/express-serve-static-core/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/qs/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/qs.ts' does not exist. File '/tmp/project/node_modules/qs.tsx' does not exist. File '/tmp/project/node_modules/qs.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'lib/index.js' that references '/tmp/project/node_modules/qs/lib/index.js'. File '/tmp/project/node_modules/qs/lib/index.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/qs/lib/index.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/qs/lib/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/qs/lib/index.js.ts' does not exist. File '/tmp/project/node_modules/qs/lib/index.js.tsx' does not exist. File '/tmp/project/node_modules/qs/lib/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/qs/lib/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/qs/lib/index.ts' does not exist. File '/tmp/project/node_modules/qs/lib/index.tsx' does not exist. File '/tmp/project/node_modules/qs/lib/index.d.ts' does not exist. Directory '/tmp/project/node_modules/qs/lib/index.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/qs/index.ts' does not exist. File '/tmp/project/node_modules/qs/index.tsx' does not exist. File '/tmp/project/node_modules/qs/index.d.ts' does not exist. Found 'package.json' at '/tmp/project/node_modules/@types/qs/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@types/qs.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/qs/index.d.ts'. File '/tmp/project/node_modules/@types/qs/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/qs/index.d.ts', result '/tmp/project/node_modules/@types/qs/index.d.ts'. ======== Module name 'qs' was successfully resolved to '/tmp/project/node_modules/@types/qs/index.d.ts' with Package ID '@types/qs/index.d.ts@6.9.7'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/serve-static/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'mime' from '/tmp/project/node_modules/@types/serve-static/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'mime'. 'paths' option is specified, looking for a pattern to match module name 'mime'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'mime'. Resolving module name 'mime' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/mime'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/mime', target file type 'TypeScript'. File '/tmp/project/apps/api/mime.ts' does not exist. File '/tmp/project/apps/api/mime.tsx' does not exist. File '/tmp/project/apps/api/mime.d.ts' does not exist. Directory '/tmp/project/apps/api/mime' does not exist, skipping all lookups in it. Loading module 'mime' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/serve-static/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/mime/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/mime.ts' does not exist. File '/tmp/project/node_modules/mime.tsx' does not exist. File '/tmp/project/node_modules/mime.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' does not have a 'main' field. File '/tmp/project/node_modules/mime/index.ts' does not exist. File '/tmp/project/node_modules/mime/index.tsx' does not exist. File '/tmp/project/node_modules/mime/index.d.ts' does not exist. Found 'package.json' at '/tmp/project/node_modules/@types/mime/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@types/mime.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/mime/index.d.ts'. File '/tmp/project/node_modules/@types/mime/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/mime/index.d.ts', result '/tmp/project/node_modules/@types/mime/index.d.ts'. ======== Module name 'mime' was successfully resolved to '/tmp/project/node_modules/@types/mime/index.d.ts' with Package ID '@types/mime/index.d.ts@3.0.1'. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/@types/serve-static/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/serve-static/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'http' was not resolved. ======== ======== Resolving module './Mime' from '/tmp/project/node_modules/@types/mime/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/mime/Mime', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/mime/Mime.ts' does not exist. File '/tmp/project/node_modules/@types/mime/Mime.tsx' does not exist. File '/tmp/project/node_modules/@types/mime/Mime.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/mime/package.json' exists according to earlier cached lookups. ======== Module name './Mime' was successfully resolved to '/tmp/project/node_modules/@types/mime/Mime.d.ts' with Package ID '@types/mime/Mime.d.ts@3.0.1'. ======== ======== Resolving module './index' from '/tmp/project/node_modules/@types/mime/Mime.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/mime/index', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/mime/index.ts' does not exist. File '/tmp/project/node_modules/@types/mime/index.tsx' does not exist. File '/tmp/project/node_modules/@types/mime/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/mime/package.json' exists according to earlier cached lookups. ======== Module name './index' was successfully resolved to '/tmp/project/node_modules/@types/mime/index.d.ts' with Package ID '@types/mime/index.d.ts@3.0.1'. ======== ======== Resolving module 'body-parser' from '/tmp/project/node_modules/@types/express/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'body-parser'. 'paths' option is specified, looking for a pattern to match module name 'body-parser'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'body-parser'. Resolving module name 'body-parser' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/body-parser'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/body-parser', target file type 'TypeScript'. File '/tmp/project/apps/api/body-parser.ts' does not exist. File '/tmp/project/apps/api/body-parser.tsx' does not exist. File '/tmp/project/apps/api/body-parser.d.ts' does not exist. Directory '/tmp/project/apps/api/body-parser' does not exist, skipping all lookups in it. Loading module 'body-parser' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/express/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/body-parser/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/body-parser.ts' does not exist. File '/tmp/project/node_modules/body-parser.tsx' does not exist. File '/tmp/project/node_modules/body-parser.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' does not have a 'main' field. File '/tmp/project/node_modules/body-parser/index.ts' does not exist. File '/tmp/project/node_modules/body-parser/index.tsx' does not exist. File '/tmp/project/node_modules/body-parser/index.d.ts' does not exist. Found 'package.json' at '/tmp/project/node_modules/@types/body-parser/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@types/body-parser.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/body-parser/index.d.ts'. File '/tmp/project/node_modules/@types/body-parser/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/body-parser/index.d.ts', result '/tmp/project/node_modules/@types/body-parser/index.d.ts'. ======== Module name 'body-parser' was successfully resolved to '/tmp/project/node_modules/@types/body-parser/index.d.ts' with Package ID '@types/body-parser/index.d.ts@1.19.2'. ======== ======== Resolving module 'serve-static' from '/tmp/project/node_modules/@types/express/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'serve-static'. 'paths' option is specified, looking for a pattern to match module name 'serve-static'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'serve-static'. Resolving module name 'serve-static' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/serve-static'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/serve-static', target file type 'TypeScript'. File '/tmp/project/apps/api/serve-static.ts' does not exist. File '/tmp/project/apps/api/serve-static.tsx' does not exist. File '/tmp/project/apps/api/serve-static.d.ts' does not exist. Directory '/tmp/project/apps/api/serve-static' does not exist, skipping all lookups in it. Loading module 'serve-static' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/express/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/serve-static/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/serve-static.ts' does not exist. File '/tmp/project/node_modules/serve-static.tsx' does not exist. File '/tmp/project/node_modules/serve-static.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' does not have a 'main' field. File '/tmp/project/node_modules/serve-static/index.ts' does not exist. File '/tmp/project/node_modules/serve-static/index.tsx' does not exist. File '/tmp/project/node_modules/serve-static/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/serve-static/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/serve-static.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/serve-static/index.d.ts'. File '/tmp/project/node_modules/@types/serve-static/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/serve-static/index.d.ts', result '/tmp/project/node_modules/@types/serve-static/index.d.ts'. ======== Module name 'serve-static' was successfully resolved to '/tmp/project/node_modules/@types/serve-static/index.d.ts' with Package ID '@types/serve-static/index.d.ts@1.15.1'. ======== ======== Resolving module 'express-serve-static-core' from '/tmp/project/node_modules/@types/express/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'express-serve-static-core'. 'paths' option is specified, looking for a pattern to match module name 'express-serve-static-core'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'express-serve-static-core'. Resolving module name 'express-serve-static-core' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/express-serve-static-core'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/express-serve-static-core', target file type 'TypeScript'. File '/tmp/project/apps/api/express-serve-static-core.ts' does not exist. File '/tmp/project/apps/api/express-serve-static-core.tsx' does not exist. File '/tmp/project/apps/api/express-serve-static-core.d.ts' does not exist. Directory '/tmp/project/apps/api/express-serve-static-core' does not exist, skipping all lookups in it. Loading module 'express-serve-static-core' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/express/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/express-serve-static-core.ts' does not exist. File '/tmp/project/node_modules/express-serve-static-core.tsx' does not exist. File '/tmp/project/node_modules/express-serve-static-core.d.ts' does not exist. File '/tmp/project/node_modules/@types/express-serve-static-core/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/express-serve-static-core.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/express-serve-static-core/index.d.ts'. File '/tmp/project/node_modules/@types/express-serve-static-core/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/express-serve-static-core/index.d.ts', result '/tmp/project/node_modules/@types/express-serve-static-core/index.d.ts'. ======== Module name 'express-serve-static-core' was successfully resolved to '/tmp/project/node_modules/@types/express-serve-static-core/index.d.ts' with Package ID '@types/express-serve-static-core/index.d.ts@4.17.33'. ======== ======== Resolving module 'qs' from '/tmp/project/node_modules/@types/express/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'qs'. 'paths' option is specified, looking for a pattern to match module name 'qs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'qs'. Resolving module name 'qs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/qs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/qs', target file type 'TypeScript'. File '/tmp/project/apps/api/qs.ts' does not exist. File '/tmp/project/apps/api/qs.tsx' does not exist. File '/tmp/project/apps/api/qs.d.ts' does not exist. Directory '/tmp/project/apps/api/qs' does not exist, skipping all lookups in it. Loading module 'qs' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/express/node_modules' does not exist, skipping all lookups in it. Resolution for module 'qs' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'qs' was successfully resolved to '/tmp/project/node_modules/@types/qs/index.d.ts' with Package ID '@types/qs/index.d.ts@6.9.7'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/body-parser/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'connect' from '/tmp/project/node_modules/@types/body-parser/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'connect'. 'paths' option is specified, looking for a pattern to match module name 'connect'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'connect'. Resolving module name 'connect' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/connect'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/connect', target file type 'TypeScript'. File '/tmp/project/apps/api/connect.ts' does not exist. File '/tmp/project/apps/api/connect.tsx' does not exist. File '/tmp/project/apps/api/connect.d.ts' does not exist. Directory '/tmp/project/apps/api/connect' does not exist, skipping all lookups in it. Loading module 'connect' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/body-parser/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/connect/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/connect.ts' does not exist. File '/tmp/project/node_modules/connect.tsx' does not exist. File '/tmp/project/node_modules/connect.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' does not have a 'main' field. File '/tmp/project/node_modules/connect/index.ts' does not exist. File '/tmp/project/node_modules/connect/index.tsx' does not exist. File '/tmp/project/node_modules/connect/index.d.ts' does not exist. Found 'package.json' at '/tmp/project/node_modules/@types/connect/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@types/connect.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/connect/index.d.ts'. File '/tmp/project/node_modules/@types/connect/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/connect/index.d.ts', result '/tmp/project/node_modules/@types/connect/index.d.ts'. ======== Module name 'connect' was successfully resolved to '/tmp/project/node_modules/@types/connect/index.d.ts' with Package ID '@types/connect/index.d.ts@3.4.35'. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/@types/body-parser/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/body-parser/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'http' was not resolved. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/connect/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/@types/connect/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/connect/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'http' was not resolved. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/auth/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'types' from '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'types'. 'paths' option is specified, looking for a pattern to match module name 'types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'types'. Resolving module name 'types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/types', target file type 'TypeScript'. File '/tmp/project/apps/api/types.ts' does not exist. File '/tmp/project/apps/api/types.tsx' does not exist. File '/tmp/project/apps/api/types.d.ts' does not exist. Directory '/tmp/project/apps/api/types' does not exist, skipping all lookups in it. Loading module 'types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/auth/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/types.ts' does not exist. File '/tmp/project/apps/api/node_modules/types.tsx' does not exist. File '/tmp/project/apps/api/node_modules/types.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/types/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/types.ts' does not exist. File '/tmp/project/node_modules/types.tsx' does not exist. File '/tmp/project/node_modules/types.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'dist/index.d.ts' that references '/tmp/project/node_modules/types/dist/index.d.ts'. File '/tmp/project/node_modules/types/dist/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/types/dist/index.d.ts', result '/tmp/project/packages/types/dist/index.d.ts'. ======== Module name 'types' was successfully resolved to '/tmp/project/packages/types/dist/index.d.ts' with Package ID 'types/dist/index.d.ts@0.0.1'. ======== ======== Resolving module './src/auth' from '/tmp/project/packages/types/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/types/dist/src/auth', target file type 'TypeScript'. File '/tmp/project/packages/types/dist/src/auth.ts' does not exist. File '/tmp/project/packages/types/dist/src/auth.tsx' does not exist. File '/tmp/project/packages/types/dist/src/auth.d.ts' exist - use it as a name resolution result. ======== Module name './src/auth' was successfully resolved to '/tmp/project/packages/types/dist/src/auth.d.ts'. ======== ======== Resolving module './src/shared' from '/tmp/project/packages/types/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/types/dist/src/shared', target file type 'TypeScript'. File '/tmp/project/packages/types/dist/src/shared.ts' does not exist. File '/tmp/project/packages/types/dist/src/shared.tsx' does not exist. File '/tmp/project/packages/types/dist/src/shared.d.ts' exist - use it as a name resolution result. ======== Module name './src/shared' was successfully resolved to '/tmp/project/packages/types/dist/src/shared.d.ts'. ======== ======== Resolving module './src/alert' from '/tmp/project/packages/types/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/types/dist/src/alert', target file type 'TypeScript'. File '/tmp/project/packages/types/dist/src/alert.ts' does not exist. File '/tmp/project/packages/types/dist/src/alert.tsx' does not exist. File '/tmp/project/packages/types/dist/src/alert.d.ts' exist - use it as a name resolution result. ======== Module name './src/alert' was successfully resolved to '/tmp/project/packages/types/dist/src/alert.d.ts'. ======== ======== Resolving module './src/shotstack' from '/tmp/project/packages/types/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/types/dist/src/shotstack', target file type 'TypeScript'. File '/tmp/project/packages/types/dist/src/shotstack.ts' does not exist. File '/tmp/project/packages/types/dist/src/shotstack.tsx' does not exist. File '/tmp/project/packages/types/dist/src/shotstack.d.ts' exist - use it as a name resolution result. ======== Module name './src/shotstack' was successfully resolved to '/tmp/project/packages/types/dist/src/shotstack.d.ts'. ======== ======== Resolving module './src/render' from '/tmp/project/packages/types/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/types/dist/src/render', target file type 'TypeScript'. File '/tmp/project/packages/types/dist/src/render.ts' does not exist. File '/tmp/project/packages/types/dist/src/render.tsx' does not exist. File '/tmp/project/packages/types/dist/src/render.d.ts' exist - use it as a name resolution result. ======== Module name './src/render' was successfully resolved to '/tmp/project/packages/types/dist/src/render.d.ts'. ======== ======== Resolving module './src/admin' from '/tmp/project/packages/types/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/types/dist/src/admin', target file type 'TypeScript'. File '/tmp/project/packages/types/dist/src/admin.ts' does not exist. File '/tmp/project/packages/types/dist/src/admin.tsx' does not exist. File '/tmp/project/packages/types/dist/src/admin.d.ts' exist - use it as a name resolution result. ======== Module name './src/admin' was successfully resolved to '/tmp/project/packages/types/dist/src/admin.d.ts'. ======== ======== Resolving module './src/meili' from '/tmp/project/packages/types/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/types/dist/src/meili', target file type 'TypeScript'. File '/tmp/project/packages/types/dist/src/meili.ts' does not exist. File '/tmp/project/packages/types/dist/src/meili.tsx' does not exist. File '/tmp/project/packages/types/dist/src/meili.d.ts' exist - use it as a name resolution result. ======== Module name './src/meili' was successfully resolved to '/tmp/project/packages/types/dist/src/meili.d.ts'. ======== ======== Resolving module './src/third-party' from '/tmp/project/packages/types/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/types/dist/src/third-party', target file type 'TypeScript'. File '/tmp/project/packages/types/dist/src/third-party.ts' does not exist. File '/tmp/project/packages/types/dist/src/third-party.tsx' does not exist. File '/tmp/project/packages/types/dist/src/third-party.d.ts' exist - use it as a name resolution result. ======== Module name './src/third-party' was successfully resolved to '/tmp/project/packages/types/dist/src/third-party.d.ts'. ======== ======== Resolving module './src/video' from '/tmp/project/packages/types/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/types/dist/src/video', target file type 'TypeScript'. File '/tmp/project/packages/types/dist/src/video.ts' does not exist. File '/tmp/project/packages/types/dist/src/video.tsx' does not exist. File '/tmp/project/packages/types/dist/src/video.d.ts' exist - use it as a name resolution result. ======== Module name './src/video' was successfully resolved to '/tmp/project/packages/types/dist/src/video.d.ts'. ======== ======== Resolving module './src/s3' from '/tmp/project/packages/types/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/types/dist/src/s3', target file type 'TypeScript'. File '/tmp/project/packages/types/dist/src/s3.ts' does not exist. File '/tmp/project/packages/types/dist/src/s3.tsx' does not exist. File '/tmp/project/packages/types/dist/src/s3.d.ts' exist - use it as a name resolution result. ======== Module name './src/s3' was successfully resolved to '/tmp/project/packages/types/dist/src/s3.d.ts'. ======== ======== Resolving module './src/team' from '/tmp/project/packages/types/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/types/dist/src/team', target file type 'TypeScript'. File '/tmp/project/packages/types/dist/src/team.ts' does not exist. File '/tmp/project/packages/types/dist/src/team.tsx' does not exist. File '/tmp/project/packages/types/dist/src/team.d.ts' exist - use it as a name resolution result. ======== Module name './src/team' was successfully resolved to '/tmp/project/packages/types/dist/src/team.d.ts'. ======== ======== Resolving module './src/campaign' from '/tmp/project/packages/types/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/types/dist/src/campaign', target file type 'TypeScript'. File '/tmp/project/packages/types/dist/src/campaign.ts' does not exist. File '/tmp/project/packages/types/dist/src/campaign.tsx' does not exist. File '/tmp/project/packages/types/dist/src/campaign.d.ts' exist - use it as a name resolution result. ======== Module name './src/campaign' was successfully resolved to '/tmp/project/packages/types/dist/src/campaign.d.ts'. ======== ======== Resolving module './shared' from '/tmp/project/packages/types/dist/src/auth.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/types/dist/src/shared', target file type 'TypeScript'. File '/tmp/project/packages/types/dist/src/shared.ts' does not exist. File '/tmp/project/packages/types/dist/src/shared.tsx' does not exist. File '/tmp/project/packages/types/dist/src/shared.d.ts' exist - use it as a name resolution result. ======== Module name './shared' was successfully resolved to '/tmp/project/packages/types/dist/src/shared.d.ts'. ======== ======== Resolving module 'prismas' from '/tmp/project/packages/types/dist/src/auth.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. 'paths' option is specified, looking for a pattern to match module name 'prismas'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. Resolving module name 'prismas' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/prismas'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/prismas', target file type 'TypeScript'. File '/tmp/project/apps/api/prismas.ts' does not exist. File '/tmp/project/apps/api/prismas.tsx' does not exist. File '/tmp/project/apps/api/prismas.d.ts' does not exist. Directory '/tmp/project/apps/api/prismas' does not exist, skipping all lookups in it. Loading module 'prismas' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/packages/types/dist/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/packages/types/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/packages/types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/packages/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/prismas/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/prismas.ts' does not exist. File '/tmp/project/node_modules/prismas.tsx' does not exist. File '/tmp/project/node_modules/prismas.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'dist/index.d.ts' that references '/tmp/project/node_modules/prismas/dist/index.d.ts'. File '/tmp/project/node_modules/prismas/dist/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/prismas/dist/index.d.ts', result '/tmp/project/packages/prismas/dist/index.d.ts'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module './third-party' from '/tmp/project/packages/types/dist/src/auth.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/types/dist/src/third-party', target file type 'TypeScript'. File '/tmp/project/packages/types/dist/src/third-party.ts' does not exist. File '/tmp/project/packages/types/dist/src/third-party.tsx' does not exist. File '/tmp/project/packages/types/dist/src/third-party.d.ts' exist - use it as a name resolution result. ======== Module name './third-party' was successfully resolved to '/tmp/project/packages/types/dist/src/third-party.d.ts'. ======== ======== Resolving module 'prismas' from '/tmp/project/packages/types/dist/src/shared.d.ts'. ======== Resolution for module 'prismas' was found in cache from location '/tmp/project/packages/types/dist/src'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module './render' from '/tmp/project/packages/types/dist/src/shared.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/types/dist/src/render', target file type 'TypeScript'. File '/tmp/project/packages/types/dist/src/render.ts' does not exist. File '/tmp/project/packages/types/dist/src/render.tsx' does not exist. File '/tmp/project/packages/types/dist/src/render.d.ts' exist - use it as a name resolution result. ======== Module name './render' was successfully resolved to '/tmp/project/packages/types/dist/src/render.d.ts'. ======== ======== Resolving module '@prisma/client' from '/tmp/project/packages/prismas/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@prisma/client'. 'paths' option is specified, looking for a pattern to match module name '@prisma/client'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@prisma/client'. Resolving module name '@prisma/client' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@prisma/client'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@prisma/client', target file type 'TypeScript'. Loading module '@prisma/client' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/packages/prismas/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'prisma__client' Directory '/tmp/project/packages/prismas/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'prisma__client' Directory '/tmp/project/packages/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'prisma__client' Found 'package.json' at '/tmp/project/node_modules/@prisma/client/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@prisma/client.ts' does not exist. File '/tmp/project/node_modules/@prisma/client.tsx' does not exist. File '/tmp/project/node_modules/@prisma/client.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@prisma/client/index.d.ts'. File '/tmp/project/node_modules/@prisma/client/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@prisma/client/index.d.ts', result '/tmp/project/node_modules/@prisma/client/index.d.ts'. ======== Module name '@prisma/client' was successfully resolved to '/tmp/project/node_modules/@prisma/client/index.d.ts' with Package ID '@prisma/client/index.d.ts@4.16.2'. ======== ======== Resolving module '.prisma/client' from '/tmp/project/node_modules/@prisma/client/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '.prisma/client'. 'paths' option is specified, looking for a pattern to match module name '.prisma/client'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '.prisma/client'. Resolving module name '.prisma/client' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/.prisma/client'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/.prisma/client', target file type 'TypeScript'. Loading module '.prisma/client' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@prisma/client/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@prisma/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/.prisma/client/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/.prisma/client.ts' does not exist. File '/tmp/project/node_modules/.prisma/client.tsx' does not exist. File '/tmp/project/node_modules/.prisma/client.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/.prisma/client/index.d.ts'. File '/tmp/project/node_modules/.prisma/client/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/.prisma/client/index.d.ts', result '/tmp/project/node_modules/.prisma/client/index.d.ts'. ======== Module name '.prisma/client' was successfully resolved to '/tmp/project/node_modules/.prisma/client/index.d.ts'. ======== ======== Resolving module '@prisma/client/runtime/library' from '/tmp/project/node_modules/.prisma/client/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@prisma/client/runtime/library'. 'paths' option is specified, looking for a pattern to match module name '@prisma/client/runtime/library'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@prisma/client/runtime/library'. Resolving module name '@prisma/client/runtime/library' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@prisma/client/runtime/library'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@prisma/client/runtime/library', target file type 'TypeScript'. Loading module '@prisma/client/runtime/library' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/.prisma/client/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'prisma__client/runtime/library' Directory '/tmp/project/node_modules/.prisma/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'prisma__client/runtime/library' File '/tmp/project/node_modules/@prisma/client/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@prisma/client/runtime/library.ts' does not exist. File '/tmp/project/node_modules/@prisma/client/runtime/library.tsx' does not exist. File '/tmp/project/node_modules/@prisma/client/runtime/library.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@prisma/client/runtime/library.d.ts', result '/tmp/project/node_modules/@prisma/client/runtime/library.d.ts'. ======== Module name '@prisma/client/runtime/library' was successfully resolved to '/tmp/project/node_modules/@prisma/client/runtime/library.d.ts' with Package ID '@prisma/client/runtime/library.d.ts@4.16.2'. ======== ======== Resolving module './index' from '/tmp/project/node_modules/@prisma/client/runtime/library.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@prisma/client/runtime/index', target file type 'TypeScript'. File '/tmp/project/node_modules/@prisma/client/runtime/index.ts' does not exist. File '/tmp/project/node_modules/@prisma/client/runtime/index.tsx' does not exist. File '/tmp/project/node_modules/@prisma/client/runtime/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@prisma/client/package.json' exists according to earlier cached lookups. ======== Module name './index' was successfully resolved to '/tmp/project/node_modules/@prisma/client/runtime/index.d.ts' with Package ID '@prisma/client/runtime/index.d.ts@4.16.2'. ======== ======== Resolving module 'prismas' from '/tmp/project/packages/types/dist/src/render.d.ts'. ======== Resolution for module 'prismas' was found in cache from location '/tmp/project/packages/types/dist/src'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module './shotstack' from '/tmp/project/packages/types/dist/src/render.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/types/dist/src/shotstack', target file type 'TypeScript'. File '/tmp/project/packages/types/dist/src/shotstack.ts' does not exist. File '/tmp/project/packages/types/dist/src/shotstack.tsx' does not exist. File '/tmp/project/packages/types/dist/src/shotstack.d.ts' exist - use it as a name resolution result. ======== Module name './shotstack' was successfully resolved to '/tmp/project/packages/types/dist/src/shotstack.d.ts'. ======== ======== Resolving module './shared' from '/tmp/project/packages/types/dist/src/render.d.ts'. ======== Resolution for module './shared' was found in cache from location '/tmp/project/packages/types/dist/src'. ======== Module name './shared' was successfully resolved to '/tmp/project/packages/types/dist/src/shared.d.ts'. ======== ======== Resolving module 'prismas' from '/tmp/project/packages/types/dist/src/meili.d.ts'. ======== Resolution for module 'prismas' was found in cache from location '/tmp/project/packages/types/dist/src'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module './shared' from '/tmp/project/packages/types/dist/src/meili.d.ts'. ======== Resolution for module './shared' was found in cache from location '/tmp/project/packages/types/dist/src'. ======== Module name './shared' was successfully resolved to '/tmp/project/packages/types/dist/src/shared.d.ts'. ======== ======== Resolving module './shared' from '/tmp/project/packages/types/dist/src/campaign.d.ts'. ======== Resolution for module './shared' was found in cache from location '/tmp/project/packages/types/dist/src'. ======== Module name './shared' was successfully resolved to '/tmp/project/packages/types/dist/src/shared.d.ts'. ======== ======== Resolving module '@nestjs/websockets' from '/tmp/project/apps/api/apps/api/src/app.gateway.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/websockets'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/websockets'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/websockets'. Resolving module name '@nestjs/websockets' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/websockets'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/websockets', target file type 'TypeScript'. Loading module '@nestjs/websockets' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__websockets' Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__websockets' Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__websockets' Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__websockets' Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__websockets' Found 'package.json' at '/tmp/project/node_modules/@nestjs/websockets/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@nestjs/websockets.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' does not have a 'main' field. File '/tmp/project/node_modules/@nestjs/websockets/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@nestjs/websockets/index.d.ts', result '/tmp/project/node_modules/@nestjs/websockets/index.d.ts'. ======== Module name '@nestjs/websockets' was successfully resolved to '/tmp/project/node_modules/@nestjs/websockets/index.d.ts' with Package ID '@nestjs/websockets/index.d.ts@9.3.10'. ======== ======== Resolving module 'private-environment' from '/tmp/project/apps/api/apps/api/src/app.gateway.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'private-environment'. 'paths' option is specified, looking for a pattern to match module name 'private-environment'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'private-environment'. Resolving module name 'private-environment' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/private-environment'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/private-environment', target file type 'TypeScript'. File '/tmp/project/apps/api/private-environment.ts' does not exist. File '/tmp/project/apps/api/private-environment.tsx' does not exist. File '/tmp/project/apps/api/private-environment.d.ts' does not exist. Directory '/tmp/project/apps/api/private-environment' does not exist, skipping all lookups in it. Loading module 'private-environment' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/private-environment.ts' does not exist. File '/tmp/project/apps/api/node_modules/private-environment.tsx' does not exist. File '/tmp/project/apps/api/node_modules/private-environment.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/private-environment/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/private-environment.ts' does not exist. File '/tmp/project/node_modules/private-environment.tsx' does not exist. File '/tmp/project/node_modules/private-environment.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'dist/index.d.ts' that references '/tmp/project/node_modules/private-environment/dist/index.d.ts'. File '/tmp/project/node_modules/private-environment/dist/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/private-environment/dist/index.d.ts', result '/tmp/project/packages/private-environment/dist/index.d.ts'. ======== Module name 'private-environment' was successfully resolved to '/tmp/project/packages/private-environment/dist/index.d.ts' with Package ID 'private-environment/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'socket.io' from '/tmp/project/apps/api/apps/api/src/app.gateway.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'socket.io'. 'paths' option is specified, looking for a pattern to match module name 'socket.io'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'socket.io'. Resolving module name 'socket.io' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/socket.io'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/socket.io', target file type 'TypeScript'. File '/tmp/project/apps/api/socket.io.ts' does not exist. File '/tmp/project/apps/api/socket.io.tsx' does not exist. File '/tmp/project/apps/api/socket.io.d.ts' does not exist. Directory '/tmp/project/apps/api/socket.io' does not exist, skipping all lookups in it. Loading module 'socket.io' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/socket.io.ts' does not exist. File '/tmp/project/apps/api/node_modules/socket.io.tsx' does not exist. File '/tmp/project/apps/api/node_modules/socket.io.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/socket.io/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/socket.io.ts' does not exist. File '/tmp/project/node_modules/socket.io.tsx' does not exist. File '/tmp/project/node_modules/socket.io.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist/index.d.ts' that references '/tmp/project/node_modules/socket.io/dist/index.d.ts'. File '/tmp/project/node_modules/socket.io/dist/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/socket.io/dist/index.d.ts', result '/tmp/project/node_modules/socket.io/dist/index.d.ts'. ======== Module name 'socket.io' was successfully resolved to '/tmp/project/node_modules/socket.io/dist/index.d.ts' with Package ID 'socket.io/dist/index.d.ts@4.6.1'. ======== ======== Resolving module '@nestjs/jwt' from '/tmp/project/apps/api/apps/api/src/app.gateway.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/jwt'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/jwt'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/jwt'. Resolving module name '@nestjs/jwt' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/jwt'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/jwt', target file type 'TypeScript'. Loading module '@nestjs/jwt' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__jwt' Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__jwt' Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__jwt' Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__jwt' Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__jwt' Found 'package.json' at '/tmp/project/node_modules/@nestjs/jwt/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@nestjs/jwt.ts' does not exist. File '/tmp/project/node_modules/@nestjs/jwt.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/jwt.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' does not have a 'main' field. File '/tmp/project/node_modules/@nestjs/jwt/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/jwt/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/jwt/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@nestjs/jwt/index.d.ts', result '/tmp/project/node_modules/@nestjs/jwt/index.d.ts'. ======== Module name '@nestjs/jwt' was successfully resolved to '/tmp/project/node_modules/@nestjs/jwt/index.d.ts' with Package ID '@nestjs/jwt/index.d.ts@10.0.2'. ======== ======== Resolving module './auth/auth.service' from '/tmp/project/apps/api/apps/api/src/app.gateway.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/auth/auth.service', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/auth/auth.service.ts' exist - use it as a name resolution result. ======== Module name './auth/auth.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/auth.service.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/app.gateway.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './redis.adapter' from '/tmp/project/apps/api/apps/api/src/app.gateway.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/redis.adapter', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/redis.adapter.ts' exist - use it as a name resolution result. ======== Module name './redis.adapter' was successfully resolved to '/tmp/project/apps/api/apps/api/src/redis.adapter.ts'. ======== ======== Resolving module 'reflect-metadata' from '/tmp/project/node_modules/@nestjs/websockets/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reflect-metadata'. 'paths' option is specified, looking for a pattern to match module name 'reflect-metadata'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reflect-metadata'. Resolving module name 'reflect-metadata' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/reflect-metadata'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/reflect-metadata', target file type 'TypeScript'. File '/tmp/project/apps/api/reflect-metadata.ts' does not exist. File '/tmp/project/apps/api/reflect-metadata.tsx' does not exist. File '/tmp/project/apps/api/reflect-metadata.d.ts' does not exist. Directory '/tmp/project/apps/api/reflect-metadata' does not exist, skipping all lookups in it. Loading module 'reflect-metadata' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/websockets/node_modules' does not exist, skipping all lookups in it. Resolution for module 'reflect-metadata' was found in cache from location '/tmp/project/node_modules/@nestjs'. ======== Module name 'reflect-metadata' was successfully resolved to '/tmp/project/node_modules/reflect-metadata/index.d.ts' with Package ID 'reflect-metadata/index.d.ts@0.1.13'. ======== ======== Resolving module './adapters' from '/tmp/project/node_modules/@nestjs/websockets/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/websockets/adapters', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/websockets/adapters.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/adapters.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/adapters.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/adapters/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/adapters/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/adapters/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/adapters/index.d.ts' exist - use it as a name resolution result. ======== Module name './adapters' was successfully resolved to '/tmp/project/node_modules/@nestjs/websockets/adapters/index.d.ts'. ======== ======== Resolving module './decorators' from '/tmp/project/node_modules/@nestjs/websockets/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/websockets/decorators', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/websockets/decorators.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/decorators.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/decorators.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/decorators/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/decorators/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/decorators/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/decorators/index.d.ts' exist - use it as a name resolution result. ======== Module name './decorators' was successfully resolved to '/tmp/project/node_modules/@nestjs/websockets/decorators/index.d.ts'. ======== ======== Resolving module './errors' from '/tmp/project/node_modules/@nestjs/websockets/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/websockets/errors', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/websockets/errors.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/errors.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/errors.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/errors/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/errors/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/errors/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/errors/index.d.ts' exist - use it as a name resolution result. ======== Module name './errors' was successfully resolved to '/tmp/project/node_modules/@nestjs/websockets/errors/index.d.ts'. ======== ======== Resolving module './exceptions' from '/tmp/project/node_modules/@nestjs/websockets/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/websockets/exceptions', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/websockets/exceptions.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/exceptions.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/exceptions.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/exceptions/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/exceptions/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/exceptions/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/exceptions/index.d.ts' exist - use it as a name resolution result. ======== Module name './exceptions' was successfully resolved to '/tmp/project/node_modules/@nestjs/websockets/exceptions/index.d.ts'. ======== ======== Resolving module './gateway-metadata-explorer' from '/tmp/project/node_modules/@nestjs/websockets/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/websockets/gateway-metadata-explorer', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/websockets/gateway-metadata-explorer.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/gateway-metadata-explorer.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/gateway-metadata-explorer.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/websockets/package.json' exists according to earlier cached lookups. ======== Module name './gateway-metadata-explorer' was successfully resolved to '/tmp/project/node_modules/@nestjs/websockets/gateway-metadata-explorer.d.ts' with Package ID '@nestjs/websockets/gateway-metadata-explorer.d.ts@9.3.10'. ======== ======== Resolving module './interfaces' from '/tmp/project/node_modules/@nestjs/websockets/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/websockets/interfaces', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/websockets/interfaces.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name './interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/websockets/interfaces/index.d.ts'. ======== ======== Resolving module './ws-adapter' from '/tmp/project/node_modules/@nestjs/websockets/adapters/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/websockets/adapters/ws-adapter', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/websockets/adapters/ws-adapter.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/adapters/ws-adapter.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/adapters/ws-adapter.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/websockets/package.json' exists according to earlier cached lookups. ======== Module name './ws-adapter' was successfully resolved to '/tmp/project/node_modules/@nestjs/websockets/adapters/ws-adapter.d.ts' with Package ID '@nestjs/websockets/adapters/ws-adapter.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/websockets/adapters/ws-adapter.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/websockets/adapters/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Directory '/tmp/project/node_modules/@nestjs/websockets/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/@nestjs/websockets/adapters/ws-adapter.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces'. Resolving module name '@nestjs/common/interfaces' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/websockets/adapters/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces' Directory '/tmp/project/node_modules/@nestjs/websockets/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces' Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces' File '/tmp/project/node_modules/@nestjs/common/interfaces/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/interfaces.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' does not have a 'main' field. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts', result '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module 'rxjs' from '/tmp/project/node_modules/@nestjs/websockets/adapters/ws-adapter.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. 'paths' option is specified, looking for a pattern to match module name 'rxjs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. Resolving module name 'rxjs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/rxjs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/rxjs', target file type 'TypeScript'. File '/tmp/project/apps/api/rxjs.ts' does not exist. File '/tmp/project/apps/api/rxjs.tsx' does not exist. File '/tmp/project/apps/api/rxjs.d.ts' does not exist. Directory '/tmp/project/apps/api/rxjs' does not exist, skipping all lookups in it. Loading module 'rxjs' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/websockets/adapters/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@nestjs/websockets/node_modules' does not exist, skipping all lookups in it. Resolution for module 'rxjs' was found in cache from location '/tmp/project/node_modules/@nestjs'. ======== Module name 'rxjs' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/index.d.ts' with Package ID 'rxjs/dist/types/index.d.ts@7.8.0'. ======== ======== Resolving module './connected-socket.decorator' from '/tmp/project/node_modules/@nestjs/websockets/decorators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/websockets/decorators/connected-socket.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/websockets/decorators/connected-socket.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/decorators/connected-socket.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/decorators/connected-socket.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/websockets/package.json' exists according to earlier cached lookups. ======== Module name './connected-socket.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/websockets/decorators/connected-socket.decorator.d.ts' with Package ID '@nestjs/websockets/decorators/connected-socket.decorator.d.ts@9.3.10'. ======== ======== Resolving module './gateway-server.decorator' from '/tmp/project/node_modules/@nestjs/websockets/decorators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/websockets/decorators/gateway-server.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/websockets/decorators/gateway-server.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/decorators/gateway-server.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/decorators/gateway-server.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/websockets/package.json' exists according to earlier cached lookups. ======== Module name './gateway-server.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/websockets/decorators/gateway-server.decorator.d.ts' with Package ID '@nestjs/websockets/decorators/gateway-server.decorator.d.ts@9.3.10'. ======== ======== Resolving module './message-body.decorator' from '/tmp/project/node_modules/@nestjs/websockets/decorators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/websockets/decorators/message-body.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/websockets/decorators/message-body.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/decorators/message-body.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/decorators/message-body.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/websockets/package.json' exists according to earlier cached lookups. ======== Module name './message-body.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/websockets/decorators/message-body.decorator.d.ts' with Package ID '@nestjs/websockets/decorators/message-body.decorator.d.ts@9.3.10'. ======== ======== Resolving module './socket-gateway.decorator' from '/tmp/project/node_modules/@nestjs/websockets/decorators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/websockets/decorators/socket-gateway.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/websockets/decorators/socket-gateway.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/decorators/socket-gateway.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/decorators/socket-gateway.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/websockets/package.json' exists according to earlier cached lookups. ======== Module name './socket-gateway.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/websockets/decorators/socket-gateway.decorator.d.ts' with Package ID '@nestjs/websockets/decorators/socket-gateway.decorator.d.ts@9.3.10'. ======== ======== Resolving module './subscribe-message.decorator' from '/tmp/project/node_modules/@nestjs/websockets/decorators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/websockets/decorators/subscribe-message.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/websockets/decorators/subscribe-message.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/decorators/subscribe-message.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/decorators/subscribe-message.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/websockets/package.json' exists according to earlier cached lookups. ======== Module name './subscribe-message.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/websockets/decorators/subscribe-message.decorator.d.ts' with Package ID '@nestjs/websockets/decorators/subscribe-message.decorator.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/websockets/decorators/message-body.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/websockets/decorators/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/websockets'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '../interfaces' from '/tmp/project/node_modules/@nestjs/websockets/decorators/socket-gateway.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/websockets/interfaces', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/websockets/interfaces.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name '../interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/websockets/interfaces/index.d.ts'. ======== ======== Resolving module './gateway-metadata.interface' from '/tmp/project/node_modules/@nestjs/websockets/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/websockets/interfaces/gateway-metadata.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/gateway-metadata.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/gateway-metadata.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/gateway-metadata.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/websockets/package.json' exists according to earlier cached lookups. ======== Module name './gateway-metadata.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/websockets/interfaces/gateway-metadata.interface.d.ts' with Package ID '@nestjs/websockets/interfaces/gateway-metadata.interface.d.ts@9.3.10'. ======== ======== Resolving module './hooks' from '/tmp/project/node_modules/@nestjs/websockets/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/websockets/interfaces/hooks', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/hooks.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/hooks.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/hooks.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/hooks/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/hooks/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/hooks/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/hooks/index.d.ts' exist - use it as a name resolution result. ======== Module name './hooks' was successfully resolved to '/tmp/project/node_modules/@nestjs/websockets/interfaces/hooks/index.d.ts'. ======== ======== Resolving module './server-and-event-streams-host.interface' from '/tmp/project/node_modules/@nestjs/websockets/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/websockets/interfaces/server-and-event-streams-host.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/server-and-event-streams-host.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/server-and-event-streams-host.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/server-and-event-streams-host.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/websockets/package.json' exists according to earlier cached lookups. ======== Module name './server-and-event-streams-host.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/websockets/interfaces/server-and-event-streams-host.interface.d.ts' with Package ID '@nestjs/websockets/interfaces/server-and-event-streams-host.interface.d.ts@9.3.10'. ======== ======== Resolving module './web-socket-server.interface' from '/tmp/project/node_modules/@nestjs/websockets/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/websockets/interfaces/web-socket-server.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/web-socket-server.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/web-socket-server.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/web-socket-server.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/websockets/package.json' exists according to earlier cached lookups. ======== Module name './web-socket-server.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/websockets/interfaces/web-socket-server.interface.d.ts' with Package ID '@nestjs/websockets/interfaces/web-socket-server.interface.d.ts@9.3.10'. ======== ======== Resolving module './ws-response.interface' from '/tmp/project/node_modules/@nestjs/websockets/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/websockets/interfaces/ws-response.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/ws-response.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/ws-response.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/ws-response.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/websockets/package.json' exists according to earlier cached lookups. ======== Module name './ws-response.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/websockets/interfaces/ws-response.interface.d.ts' with Package ID '@nestjs/websockets/interfaces/ws-response.interface.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces/external/cors-options.interface' from '/tmp/project/node_modules/@nestjs/websockets/interfaces/gateway-metadata.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/external/cors-options.interface'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces/external/cors-options.interface'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/external/cors-options.interface'. Resolving module name '@nestjs/common/interfaces/external/cors-options.interface' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces/external/cors-options.interface'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces/external/cors-options.interface', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces/external/cors-options.interface' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/websockets/interfaces/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/external/cors-options.interface' Directory '/tmp/project/node_modules/@nestjs/websockets/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/external/cors-options.interface' Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/external/cors-options.interface' File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/cors-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/cors-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/external/cors-options.interface.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@nestjs/common/interfaces/external/cors-options.interface.d.ts', result '/tmp/project/node_modules/@nestjs/common/interfaces/external/cors-options.interface.d.ts'. ======== Module name '@nestjs/common/interfaces/external/cors-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/external/cors-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/cors-options.interface.d.ts@9.3.10'. ======== ======== Resolving module './on-gateway-connection.interface' from '/tmp/project/node_modules/@nestjs/websockets/interfaces/hooks/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/websockets/interfaces/hooks/on-gateway-connection.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/hooks/on-gateway-connection.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/hooks/on-gateway-connection.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/hooks/on-gateway-connection.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/websockets/package.json' exists according to earlier cached lookups. ======== Module name './on-gateway-connection.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/websockets/interfaces/hooks/on-gateway-connection.interface.d.ts' with Package ID '@nestjs/websockets/interfaces/hooks/on-gateway-connection.interface.d.ts@9.3.10'. ======== ======== Resolving module './on-gateway-disconnect.interface' from '/tmp/project/node_modules/@nestjs/websockets/interfaces/hooks/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/websockets/interfaces/hooks/on-gateway-disconnect.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/hooks/on-gateway-disconnect.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/hooks/on-gateway-disconnect.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/hooks/on-gateway-disconnect.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/websockets/package.json' exists according to earlier cached lookups. ======== Module name './on-gateway-disconnect.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/websockets/interfaces/hooks/on-gateway-disconnect.interface.d.ts' with Package ID '@nestjs/websockets/interfaces/hooks/on-gateway-disconnect.interface.d.ts@9.3.10'. ======== ======== Resolving module './on-gateway-init.interface' from '/tmp/project/node_modules/@nestjs/websockets/interfaces/hooks/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/websockets/interfaces/hooks/on-gateway-init.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/hooks/on-gateway-init.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/hooks/on-gateway-init.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/hooks/on-gateway-init.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/websockets/package.json' exists according to earlier cached lookups. ======== Module name './on-gateway-init.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/websockets/interfaces/hooks/on-gateway-init.interface.d.ts' with Package ID '@nestjs/websockets/interfaces/hooks/on-gateway-init.interface.d.ts@9.3.10'. ======== ======== Resolving module 'rxjs' from '/tmp/project/node_modules/@nestjs/websockets/interfaces/server-and-event-streams-host.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. 'paths' option is specified, looking for a pattern to match module name 'rxjs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. Resolving module name 'rxjs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/rxjs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/rxjs', target file type 'TypeScript'. File '/tmp/project/apps/api/rxjs.ts' does not exist. File '/tmp/project/apps/api/rxjs.tsx' does not exist. File '/tmp/project/apps/api/rxjs.d.ts' does not exist. Directory '/tmp/project/apps/api/rxjs' does not exist, skipping all lookups in it. Loading module 'rxjs' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/websockets/interfaces/node_modules' does not exist, skipping all lookups in it. Resolution for module 'rxjs' was found in cache from location '/tmp/project/node_modules/@nestjs/websockets'. ======== Module name 'rxjs' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/index.d.ts' with Package ID 'rxjs/dist/types/index.d.ts@7.8.0'. ======== ======== Resolving module './ws-exception' from '/tmp/project/node_modules/@nestjs/websockets/errors/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/websockets/errors/ws-exception', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/websockets/errors/ws-exception.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/errors/ws-exception.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/errors/ws-exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/websockets/package.json' exists according to earlier cached lookups. ======== Module name './ws-exception' was successfully resolved to '/tmp/project/node_modules/@nestjs/websockets/errors/ws-exception.d.ts' with Package ID '@nestjs/websockets/errors/ws-exception.d.ts@9.3.10'. ======== ======== Resolving module './base-ws-exception-filter' from '/tmp/project/node_modules/@nestjs/websockets/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/websockets/exceptions/base-ws-exception-filter', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/websockets/exceptions/base-ws-exception-filter.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/exceptions/base-ws-exception-filter.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/exceptions/base-ws-exception-filter.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/websockets/package.json' exists according to earlier cached lookups. ======== Module name './base-ws-exception-filter' was successfully resolved to '/tmp/project/node_modules/@nestjs/websockets/exceptions/base-ws-exception-filter.d.ts' with Package ID '@nestjs/websockets/exceptions/base-ws-exception-filter.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/websockets/exceptions/base-ws-exception-filter.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/websockets/exceptions/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/websockets'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/core/metadata-scanner' from '/tmp/project/node_modules/@nestjs/websockets/gateway-metadata-explorer.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/core/metadata-scanner'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/core/metadata-scanner'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/core/metadata-scanner'. Resolving module name '@nestjs/core/metadata-scanner' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/core/metadata-scanner'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/core/metadata-scanner', target file type 'TypeScript'. Loading module '@nestjs/core/metadata-scanner' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/websockets/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__core/metadata-scanner' Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__core/metadata-scanner' Found 'package.json' at '/tmp/project/node_modules/@nestjs/core/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@nestjs/core/metadata-scanner.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/metadata-scanner.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/metadata-scanner.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@nestjs/core/metadata-scanner.d.ts', result '/tmp/project/node_modules/@nestjs/core/metadata-scanner.d.ts'. ======== Module name '@nestjs/core/metadata-scanner' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/metadata-scanner.d.ts' with Package ID '@nestjs/core/metadata-scanner.d.ts@9.3.10'. ======== ======== Resolving module 'rxjs' from '/tmp/project/node_modules/@nestjs/websockets/gateway-metadata-explorer.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. 'paths' option is specified, looking for a pattern to match module name 'rxjs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. Resolving module name 'rxjs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/rxjs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/rxjs', target file type 'TypeScript'. File '/tmp/project/apps/api/rxjs.ts' does not exist. File '/tmp/project/apps/api/rxjs.tsx' does not exist. File '/tmp/project/apps/api/rxjs.d.ts' does not exist. Directory '/tmp/project/apps/api/rxjs' does not exist, skipping all lookups in it. Loading module 'rxjs' from 'node_modules' folder, target file type 'TypeScript'. Resolution for module 'rxjs' was found in cache from location '/tmp/project/node_modules/@nestjs/websockets'. ======== Module name 'rxjs' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/index.d.ts' with Package ID 'rxjs/dist/types/index.d.ts@7.8.0'. ======== ======== Resolving module './interfaces/nest-gateway.interface' from '/tmp/project/node_modules/@nestjs/websockets/gateway-metadata-explorer.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/websockets/interfaces/nest-gateway.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/nest-gateway.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/nest-gateway.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/websockets/interfaces/nest-gateway.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/websockets/package.json' exists according to earlier cached lookups. ======== Module name './interfaces/nest-gateway.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/websockets/interfaces/nest-gateway.interface.d.ts' with Package ID '@nestjs/websockets/interfaces/nest-gateway.interface.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces/injectable.interface' from '/tmp/project/node_modules/@nestjs/core/metadata-scanner.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/injectable.interface'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces/injectable.interface'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/injectable.interface'. Resolving module name '@nestjs/common/interfaces/injectable.interface' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces/injectable.interface'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces/injectable.interface', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces/injectable.interface' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/injectable.interface' Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/injectable.interface' File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/interfaces/injectable.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/injectable.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/injectable.interface.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@nestjs/common/interfaces/injectable.interface.d.ts', result '/tmp/project/node_modules/@nestjs/common/interfaces/injectable.interface.d.ts'. ======== Module name '@nestjs/common/interfaces/injectable.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/injectable.interface.d.ts' with Package ID '@nestjs/common/interfaces/injectable.interface.d.ts@9.3.10'. ======== ======== Resolving module './src/environment.prod' from '/tmp/project/packages/private-environment/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/private-environment/dist/src/environment.prod', target file type 'TypeScript'. File '/tmp/project/packages/private-environment/dist/src/environment.prod.ts' does not exist. File '/tmp/project/packages/private-environment/dist/src/environment.prod.tsx' does not exist. File '/tmp/project/packages/private-environment/dist/src/environment.prod.d.ts' exist - use it as a name resolution result. ======== Module name './src/environment.prod' was successfully resolved to '/tmp/project/packages/private-environment/dist/src/environment.prod.d.ts'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/socket.io/dist/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/socket.io/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/socket.io/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/socket.io/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project'. ======== Module name 'http' was not resolved. ======== ======== Resolving module 'https' from '/tmp/project/node_modules/socket.io/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'https'. 'paths' option is specified, looking for a pattern to match module name 'https'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'https'. Resolving module name 'https' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/https'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/https', target file type 'TypeScript'. File '/tmp/project/apps/api/https.ts' does not exist. File '/tmp/project/apps/api/https.tsx' does not exist. File '/tmp/project/apps/api/https.d.ts' does not exist. Directory '/tmp/project/apps/api/https' does not exist, skipping all lookups in it. Loading module 'https' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/socket.io/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/socket.io/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/https.ts' does not exist. File '/tmp/project/node_modules/https.tsx' does not exist. File '/tmp/project/node_modules/https.d.ts' does not exist. File '/tmp/project/node_modules/@types/https.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'https'. 'paths' option is specified, looking for a pattern to match module name 'https'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'https'. Resolving module name 'https' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/https'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/https', target file type 'JavaScript'. File '/tmp/project/apps/api/https.js' does not exist. File '/tmp/project/apps/api/https.jsx' does not exist. Directory '/tmp/project/apps/api/https' does not exist, skipping all lookups in it. Loading module 'https' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/socket.io/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/socket.io/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/https.js' does not exist. File '/tmp/project/node_modules/https.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'https'. 'paths' option is specified, looking for a pattern to match module name 'https'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'https'. Resolving module name 'https' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/https'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/https', target file type 'Json'. Directory '/tmp/project/apps/api/https' does not exist, skipping all lookups in it. Loading module 'https' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/socket.io/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/socket.io/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'https' was not resolved. ======== ======== Resolving module 'http2' from '/tmp/project/node_modules/socket.io/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http2'. 'paths' option is specified, looking for a pattern to match module name 'http2'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http2'. Resolving module name 'http2' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http2'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http2', target file type 'TypeScript'. File '/tmp/project/apps/api/http2.ts' does not exist. File '/tmp/project/apps/api/http2.tsx' does not exist. File '/tmp/project/apps/api/http2.d.ts' does not exist. Directory '/tmp/project/apps/api/http2' does not exist, skipping all lookups in it. Loading module 'http2' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/socket.io/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/socket.io/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/http2.ts' does not exist. File '/tmp/project/node_modules/http2.tsx' does not exist. File '/tmp/project/node_modules/http2.d.ts' does not exist. File '/tmp/project/node_modules/@types/http2.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http2'. 'paths' option is specified, looking for a pattern to match module name 'http2'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http2'. Resolving module name 'http2' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http2'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http2', target file type 'JavaScript'. File '/tmp/project/apps/api/http2.js' does not exist. File '/tmp/project/apps/api/http2.jsx' does not exist. Directory '/tmp/project/apps/api/http2' does not exist, skipping all lookups in it. Loading module 'http2' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/socket.io/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/socket.io/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/http2.js' does not exist. File '/tmp/project/node_modules/http2.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http2'. 'paths' option is specified, looking for a pattern to match module name 'http2'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http2'. Resolving module name 'http2' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http2'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http2', target file type 'Json'. Directory '/tmp/project/apps/api/http2' does not exist, skipping all lookups in it. Loading module 'http2' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/socket.io/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/socket.io/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'http2' was not resolved. ======== ======== Resolving module 'engine.io' from '/tmp/project/node_modules/socket.io/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'engine.io'. 'paths' option is specified, looking for a pattern to match module name 'engine.io'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'engine.io'. Resolving module name 'engine.io' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/engine.io'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/engine.io', target file type 'TypeScript'. File '/tmp/project/apps/api/engine.io.ts' does not exist. File '/tmp/project/apps/api/engine.io.tsx' does not exist. File '/tmp/project/apps/api/engine.io.d.ts' does not exist. Directory '/tmp/project/apps/api/engine.io' does not exist, skipping all lookups in it. Loading module 'engine.io' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/socket.io/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/socket.io/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/engine.io/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/engine.io.ts' does not exist. File '/tmp/project/node_modules/engine.io.tsx' does not exist. File '/tmp/project/node_modules/engine.io.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './build/engine.io.d.ts' that references '/tmp/project/node_modules/engine.io/build/engine.io.d.ts'. File '/tmp/project/node_modules/engine.io/build/engine.io.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/engine.io/build/engine.io.d.ts', result '/tmp/project/node_modules/engine.io/build/engine.io.d.ts'. ======== Module name 'engine.io' was successfully resolved to '/tmp/project/node_modules/engine.io/build/engine.io.d.ts' with Package ID 'engine.io/build/engine.io.d.ts@6.4.1'. ======== ======== Resolving module './namespace' from '/tmp/project/node_modules/socket.io/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/socket.io/dist/namespace', target file type 'TypeScript'. File '/tmp/project/node_modules/socket.io/dist/namespace.ts' does not exist. File '/tmp/project/node_modules/socket.io/dist/namespace.tsx' does not exist. File '/tmp/project/node_modules/socket.io/dist/namespace.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/socket.io/package.json' exists according to earlier cached lookups. ======== Module name './namespace' was successfully resolved to '/tmp/project/node_modules/socket.io/dist/namespace.d.ts' with Package ID 'socket.io/dist/namespace.d.ts@4.6.1'. ======== ======== Resolving module 'socket.io-adapter' from '/tmp/project/node_modules/socket.io/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'socket.io-adapter'. 'paths' option is specified, looking for a pattern to match module name 'socket.io-adapter'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'socket.io-adapter'. Resolving module name 'socket.io-adapter' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/socket.io-adapter'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/socket.io-adapter', target file type 'TypeScript'. File '/tmp/project/apps/api/socket.io-adapter.ts' does not exist. File '/tmp/project/apps/api/socket.io-adapter.tsx' does not exist. File '/tmp/project/apps/api/socket.io-adapter.d.ts' does not exist. Directory '/tmp/project/apps/api/socket.io-adapter' does not exist, skipping all lookups in it. Loading module 'socket.io-adapter' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/socket.io/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/socket.io/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/socket.io-adapter/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/socket.io-adapter.ts' does not exist. File '/tmp/project/node_modules/socket.io-adapter.tsx' does not exist. File '/tmp/project/node_modules/socket.io-adapter.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist/index.d.ts' that references '/tmp/project/node_modules/socket.io-adapter/dist/index.d.ts'. File '/tmp/project/node_modules/socket.io-adapter/dist/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/socket.io-adapter/dist/index.d.ts', result '/tmp/project/node_modules/socket.io-adapter/dist/index.d.ts'. ======== Module name 'socket.io-adapter' was successfully resolved to '/tmp/project/node_modules/socket.io-adapter/dist/index.d.ts' with Package ID 'socket.io-adapter/dist/index.d.ts@2.5.2'. ======== ======== Resolving module 'socket.io-parser' from '/tmp/project/node_modules/socket.io/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'socket.io-parser'. 'paths' option is specified, looking for a pattern to match module name 'socket.io-parser'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'socket.io-parser'. Resolving module name 'socket.io-parser' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/socket.io-parser'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/socket.io-parser', target file type 'TypeScript'. File '/tmp/project/apps/api/socket.io-parser.ts' does not exist. File '/tmp/project/apps/api/socket.io-parser.tsx' does not exist. File '/tmp/project/apps/api/socket.io-parser.d.ts' does not exist. Directory '/tmp/project/apps/api/socket.io-parser' does not exist, skipping all lookups in it. Loading module 'socket.io-parser' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/socket.io/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/socket.io/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/socket.io-parser/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/socket.io-parser.ts' does not exist. File '/tmp/project/node_modules/socket.io-parser.tsx' does not exist. File '/tmp/project/node_modules/socket.io-parser.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './build/esm/index.d.ts' that references '/tmp/project/node_modules/socket.io-parser/build/esm/index.d.ts'. File '/tmp/project/node_modules/socket.io-parser/build/esm/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/socket.io-parser/build/esm/index.d.ts', result '/tmp/project/node_modules/socket.io-parser/build/esm/index.d.ts'. ======== Module name 'socket.io-parser' was successfully resolved to '/tmp/project/node_modules/socket.io-parser/build/esm/index.d.ts' with Package ID 'socket.io-parser/build/esm/index.d.ts@4.2.2'. ======== ======== Resolving module './socket' from '/tmp/project/node_modules/socket.io/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/socket.io/dist/socket', target file type 'TypeScript'. File '/tmp/project/node_modules/socket.io/dist/socket.ts' does not exist. File '/tmp/project/node_modules/socket.io/dist/socket.tsx' does not exist. File '/tmp/project/node_modules/socket.io/dist/socket.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/socket.io/package.json' exists according to earlier cached lookups. ======== Module name './socket' was successfully resolved to '/tmp/project/node_modules/socket.io/dist/socket.d.ts' with Package ID 'socket.io/dist/socket.d.ts@4.6.1'. ======== ======== Resolving module './broadcast-operator' from '/tmp/project/node_modules/socket.io/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/socket.io/dist/broadcast-operator', target file type 'TypeScript'. File '/tmp/project/node_modules/socket.io/dist/broadcast-operator.ts' does not exist. File '/tmp/project/node_modules/socket.io/dist/broadcast-operator.tsx' does not exist. File '/tmp/project/node_modules/socket.io/dist/broadcast-operator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/socket.io/package.json' exists according to earlier cached lookups. ======== Module name './broadcast-operator' was successfully resolved to '/tmp/project/node_modules/socket.io/dist/broadcast-operator.d.ts' with Package ID 'socket.io/dist/broadcast-operator.d.ts@4.6.1'. ======== ======== Resolving module './typed-events' from '/tmp/project/node_modules/socket.io/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/socket.io/dist/typed-events', target file type 'TypeScript'. File '/tmp/project/node_modules/socket.io/dist/typed-events.ts' does not exist. File '/tmp/project/node_modules/socket.io/dist/typed-events.tsx' does not exist. File '/tmp/project/node_modules/socket.io/dist/typed-events.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/socket.io/package.json' exists according to earlier cached lookups. ======== Module name './typed-events' was successfully resolved to '/tmp/project/node_modules/socket.io/dist/typed-events.d.ts' with Package ID 'socket.io/dist/typed-events.d.ts@4.6.1'. ======== ======== Resolving module './server' from '/tmp/project/node_modules/engine.io/build/engine.io.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/engine.io/build/server', target file type 'TypeScript'. File '/tmp/project/node_modules/engine.io/build/server.ts' does not exist. File '/tmp/project/node_modules/engine.io/build/server.tsx' does not exist. File '/tmp/project/node_modules/engine.io/build/server.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/engine.io/package.json' exists according to earlier cached lookups. ======== Module name './server' was successfully resolved to '/tmp/project/node_modules/engine.io/build/server.d.ts' with Package ID 'engine.io/build/server.d.ts@6.4.1'. ======== ======== Resolving module './transports/index' from '/tmp/project/node_modules/engine.io/build/engine.io.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/engine.io/build/transports/index', target file type 'TypeScript'. File '/tmp/project/node_modules/engine.io/build/transports/index.ts' does not exist. File '/tmp/project/node_modules/engine.io/build/transports/index.tsx' does not exist. File '/tmp/project/node_modules/engine.io/build/transports/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/engine.io/package.json' exists according to earlier cached lookups. ======== Module name './transports/index' was successfully resolved to '/tmp/project/node_modules/engine.io/build/transports/index.d.ts' with Package ID 'engine.io/build/transports/index.d.ts@6.4.1'. ======== ======== Resolving module 'engine.io-parser' from '/tmp/project/node_modules/engine.io/build/engine.io.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'engine.io-parser'. 'paths' option is specified, looking for a pattern to match module name 'engine.io-parser'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'engine.io-parser'. Resolving module name 'engine.io-parser' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/engine.io-parser'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/engine.io-parser', target file type 'TypeScript'. File '/tmp/project/apps/api/engine.io-parser.ts' does not exist. File '/tmp/project/apps/api/engine.io-parser.tsx' does not exist. File '/tmp/project/apps/api/engine.io-parser.d.ts' does not exist. Directory '/tmp/project/apps/api/engine.io-parser' does not exist, skipping all lookups in it. Loading module 'engine.io-parser' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/engine.io/build/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/engine.io/node_modules/engine.io-parser.ts' does not exist. File '/tmp/project/node_modules/engine.io/node_modules/engine.io-parser.tsx' does not exist. File '/tmp/project/node_modules/engine.io/node_modules/engine.io-parser.d.ts' does not exist. Directory '/tmp/project/node_modules/engine.io/node_modules/@types' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/engine.io-parser/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/engine.io-parser.ts' does not exist. File '/tmp/project/node_modules/engine.io-parser.tsx' does not exist. File '/tmp/project/node_modules/engine.io-parser.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'build/esm/index.d.ts' that references '/tmp/project/node_modules/engine.io-parser/build/esm/index.d.ts'. File '/tmp/project/node_modules/engine.io-parser/build/esm/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/engine.io-parser/build/esm/index.d.ts', result '/tmp/project/node_modules/engine.io-parser/build/esm/index.d.ts'. ======== Module name 'engine.io-parser' was successfully resolved to '/tmp/project/node_modules/engine.io-parser/build/esm/index.d.ts' with Package ID 'engine.io-parser/build/esm/index.d.ts@5.0.6'. ======== ======== Resolving module './userver' from '/tmp/project/node_modules/engine.io/build/engine.io.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/engine.io/build/userver', target file type 'TypeScript'. File '/tmp/project/node_modules/engine.io/build/userver.ts' does not exist. File '/tmp/project/node_modules/engine.io/build/userver.tsx' does not exist. File '/tmp/project/node_modules/engine.io/build/userver.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/engine.io/package.json' exists according to earlier cached lookups. ======== Module name './userver' was successfully resolved to '/tmp/project/node_modules/engine.io/build/userver.d.ts' with Package ID 'engine.io/build/userver.d.ts@6.4.1'. ======== ======== Resolving module './socket' from '/tmp/project/node_modules/engine.io/build/engine.io.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/engine.io/build/socket', target file type 'TypeScript'. File '/tmp/project/node_modules/engine.io/build/socket.ts' does not exist. File '/tmp/project/node_modules/engine.io/build/socket.tsx' does not exist. File '/tmp/project/node_modules/engine.io/build/socket.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/engine.io/package.json' exists according to earlier cached lookups. ======== Module name './socket' was successfully resolved to '/tmp/project/node_modules/engine.io/build/socket.d.ts' with Package ID 'engine.io/build/socket.d.ts@6.4.1'. ======== ======== Resolving module './transport' from '/tmp/project/node_modules/engine.io/build/engine.io.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/engine.io/build/transport', target file type 'TypeScript'. File '/tmp/project/node_modules/engine.io/build/transport.ts' does not exist. File '/tmp/project/node_modules/engine.io/build/transport.tsx' does not exist. File '/tmp/project/node_modules/engine.io/build/transport.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/engine.io/package.json' exists according to earlier cached lookups. ======== Module name './transport' was successfully resolved to '/tmp/project/node_modules/engine.io/build/transport.d.ts' with Package ID 'engine.io/build/transport.d.ts@6.4.1'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/engine.io/build/server.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'events' from '/tmp/project/node_modules/engine.io/build/server.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'TypeScript'. File '/tmp/project/apps/api/events.ts' does not exist. File '/tmp/project/apps/api/events.tsx' does not exist. File '/tmp/project/apps/api/events.d.ts' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/engine.io/build/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/engine.io/node_modules/events.ts' does not exist. File '/tmp/project/node_modules/engine.io/node_modules/events.tsx' does not exist. File '/tmp/project/node_modules/engine.io/node_modules/events.d.ts' does not exist. Directory '/tmp/project/node_modules/engine.io/node_modules/@types' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/events/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/events.ts' does not exist. File '/tmp/project/node_modules/events.tsx' does not exist. File '/tmp/project/node_modules/events.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field './events.js' that references '/tmp/project/node_modules/events/events.js'. File '/tmp/project/node_modules/events/events.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/events/events.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/events/events.js', target file type 'TypeScript'. File '/tmp/project/node_modules/events/events.js.ts' does not exist. File '/tmp/project/node_modules/events/events.js.tsx' does not exist. File '/tmp/project/node_modules/events/events.js.d.ts' does not exist. File name '/tmp/project/node_modules/events/events.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/events/events.ts' does not exist. File '/tmp/project/node_modules/events/events.tsx' does not exist. File '/tmp/project/node_modules/events/events.d.ts' does not exist. Directory '/tmp/project/node_modules/events/events.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/events/index.ts' does not exist. File '/tmp/project/node_modules/events/index.tsx' does not exist. File '/tmp/project/node_modules/events/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/events.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'JavaScript'. File '/tmp/project/apps/api/events.js' does not exist. File '/tmp/project/apps/api/events.jsx' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/engine.io/build/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/engine.io/node_modules/events.js' does not exist. File '/tmp/project/node_modules/engine.io/node_modules/events.jsx' does not exist. File '/tmp/project/node_modules/events/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/events.js' does not exist. File '/tmp/project/node_modules/events.jsx' does not exist. 'package.json' has 'main' field './events.js' that references '/tmp/project/node_modules/events/events.js'. File '/tmp/project/node_modules/events/events.js' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/events/events.js', result '/tmp/project/node_modules/events/events.js'. ======== Module name 'events' was successfully resolved to '/tmp/project/node_modules/events/events.js' with Package ID 'events/events.js@3.3.0'. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/engine.io/build/server.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/engine.io/build/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/engine.io/node_modules/http.ts' does not exist. File '/tmp/project/node_modules/engine.io/node_modules/http.tsx' does not exist. File '/tmp/project/node_modules/engine.io/node_modules/http.d.ts' does not exist. Directory '/tmp/project/node_modules/engine.io/node_modules/@types' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project'. ======== Module name 'http' was not resolved. ======== ======== Resolving module 'cookie' from '/tmp/project/node_modules/engine.io/build/server.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'cookie'. 'paths' option is specified, looking for a pattern to match module name 'cookie'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'cookie'. Resolving module name 'cookie' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/cookie'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/cookie', target file type 'TypeScript'. File '/tmp/project/apps/api/cookie.ts' does not exist. File '/tmp/project/apps/api/cookie.tsx' does not exist. File '/tmp/project/apps/api/cookie.d.ts' does not exist. Directory '/tmp/project/apps/api/cookie' does not exist, skipping all lookups in it. Loading module 'cookie' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/engine.io/build/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/engine.io/node_modules/cookie/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/engine.io/node_modules/cookie.ts' does not exist. File '/tmp/project/node_modules/engine.io/node_modules/cookie.tsx' does not exist. File '/tmp/project/node_modules/engine.io/node_modules/cookie.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' does not have a 'main' field. File '/tmp/project/node_modules/engine.io/node_modules/cookie/index.ts' does not exist. File '/tmp/project/node_modules/engine.io/node_modules/cookie/index.tsx' does not exist. File '/tmp/project/node_modules/engine.io/node_modules/cookie/index.d.ts' does not exist. Directory '/tmp/project/node_modules/engine.io/node_modules/@types' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/cookie/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/cookie.ts' does not exist. File '/tmp/project/node_modules/cookie.tsx' does not exist. File '/tmp/project/node_modules/cookie.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' does not have a 'main' field. File '/tmp/project/node_modules/cookie/index.ts' does not exist. File '/tmp/project/node_modules/cookie/index.tsx' does not exist. File '/tmp/project/node_modules/cookie/index.d.ts' does not exist. Found 'package.json' at '/tmp/project/node_modules/@types/cookie/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@types/cookie.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/cookie/index.d.ts'. File '/tmp/project/node_modules/@types/cookie/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/cookie/index.d.ts', result '/tmp/project/node_modules/@types/cookie/index.d.ts'. ======== Module name 'cookie' was successfully resolved to '/tmp/project/node_modules/@types/cookie/index.d.ts' with Package ID '@types/cookie/index.d.ts@0.4.1'. ======== ======== Resolving module 'cors' from '/tmp/project/node_modules/engine.io/build/server.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'cors'. 'paths' option is specified, looking for a pattern to match module name 'cors'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'cors'. Resolving module name 'cors' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/cors'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/cors', target file type 'TypeScript'. File '/tmp/project/apps/api/cors.ts' does not exist. File '/tmp/project/apps/api/cors.tsx' does not exist. File '/tmp/project/apps/api/cors.d.ts' does not exist. Directory '/tmp/project/apps/api/cors' does not exist, skipping all lookups in it. Loading module 'cors' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/engine.io/build/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/engine.io/node_modules/cors.ts' does not exist. File '/tmp/project/node_modules/engine.io/node_modules/cors.tsx' does not exist. File '/tmp/project/node_modules/engine.io/node_modules/cors.d.ts' does not exist. Directory '/tmp/project/node_modules/engine.io/node_modules/@types' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/cors/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/cors.ts' does not exist. File '/tmp/project/node_modules/cors.tsx' does not exist. File '/tmp/project/node_modules/cors.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field './lib/index.js' that references '/tmp/project/node_modules/cors/lib/index.js'. File '/tmp/project/node_modules/cors/lib/index.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/cors/lib/index.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/cors/lib/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/cors/lib/index.js.ts' does not exist. File '/tmp/project/node_modules/cors/lib/index.js.tsx' does not exist. File '/tmp/project/node_modules/cors/lib/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/cors/lib/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/cors/lib/index.ts' does not exist. File '/tmp/project/node_modules/cors/lib/index.tsx' does not exist. File '/tmp/project/node_modules/cors/lib/index.d.ts' does not exist. Directory '/tmp/project/node_modules/cors/lib/index.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/cors/index.ts' does not exist. File '/tmp/project/node_modules/cors/index.tsx' does not exist. File '/tmp/project/node_modules/cors/index.d.ts' does not exist. Found 'package.json' at '/tmp/project/node_modules/@types/cors/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@types/cors.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/cors/index.d.ts'. File '/tmp/project/node_modules/@types/cors/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/cors/index.d.ts', result '/tmp/project/node_modules/@types/cors/index.d.ts'. ======== Module name 'cors' was successfully resolved to '/tmp/project/node_modules/@types/cors/index.d.ts' with Package ID '@types/cors/index.d.ts@2.8.13'. ======== ======== Resolving module 'stream' from '/tmp/project/node_modules/engine.io/build/server.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. 'paths' option is specified, looking for a pattern to match module name 'stream'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. Resolving module name 'stream' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/stream'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/stream', target file type 'TypeScript'. File '/tmp/project/apps/api/stream.ts' does not exist. File '/tmp/project/apps/api/stream.tsx' does not exist. File '/tmp/project/apps/api/stream.d.ts' does not exist. Directory '/tmp/project/apps/api/stream' does not exist, skipping all lookups in it. Loading module 'stream' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/engine.io/build/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/engine.io/node_modules/stream.ts' does not exist. File '/tmp/project/node_modules/engine.io/node_modules/stream.tsx' does not exist. File '/tmp/project/node_modules/engine.io/node_modules/stream.d.ts' does not exist. Directory '/tmp/project/node_modules/engine.io/node_modules/@types' does not exist, skipping all lookups in it. Resolution for module 'stream' was found in cache from location '/tmp/project'. ======== Module name 'stream' was not resolved. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/cors/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/@types/cors/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/cors/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'http' was not resolved. ======== ======== Resolving module './polling' from '/tmp/project/node_modules/engine.io/build/transports/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/engine.io/build/transports/polling', target file type 'TypeScript'. File '/tmp/project/node_modules/engine.io/build/transports/polling.ts' does not exist. File '/tmp/project/node_modules/engine.io/build/transports/polling.tsx' does not exist. File '/tmp/project/node_modules/engine.io/build/transports/polling.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/engine.io/package.json' exists according to earlier cached lookups. ======== Module name './polling' was successfully resolved to '/tmp/project/node_modules/engine.io/build/transports/polling.d.ts' with Package ID 'engine.io/build/transports/polling.d.ts@6.4.1'. ======== ======== Resolving module './websocket' from '/tmp/project/node_modules/engine.io/build/transports/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/engine.io/build/transports/websocket', target file type 'TypeScript'. File '/tmp/project/node_modules/engine.io/build/transports/websocket.ts' does not exist. File '/tmp/project/node_modules/engine.io/build/transports/websocket.tsx' does not exist. File '/tmp/project/node_modules/engine.io/build/transports/websocket.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/engine.io/package.json' exists according to earlier cached lookups. ======== Module name './websocket' was successfully resolved to '/tmp/project/node_modules/engine.io/build/transports/websocket.d.ts' with Package ID 'engine.io/build/transports/websocket.d.ts@6.4.1'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/engine.io/build/transports/polling.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module '../transport' from '/tmp/project/node_modules/engine.io/build/transports/polling.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/engine.io/build/transport', target file type 'TypeScript'. File '/tmp/project/node_modules/engine.io/build/transport.ts' does not exist. File '/tmp/project/node_modules/engine.io/build/transport.tsx' does not exist. File '/tmp/project/node_modules/engine.io/build/transport.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/engine.io/package.json' exists according to earlier cached lookups. ======== Module name '../transport' was successfully resolved to '/tmp/project/node_modules/engine.io/build/transport.d.ts' with Package ID 'engine.io/build/transport.d.ts@6.4.1'. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/engine.io/build/transports/polling.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/engine.io/build/transports/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/engine.io/build'. ======== Module name 'http' was not resolved. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/engine.io/build/transport.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/engine.io/build'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'events' from '/tmp/project/node_modules/engine.io/build/transport.d.ts'. ======== Resolution for module 'events' was found in cache from location '/tmp/project/node_modules/engine.io/build'. ======== Module name 'events' was successfully resolved to '/tmp/project/node_modules/events/events.js' with Package ID 'events/events.js@3.3.0'. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/engine.io/build/transport.d.ts'. ======== Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/engine.io/build'. ======== Module name 'http' was not resolved. ======== ======== Resolving module 'engine.io-parser' from '/tmp/project/node_modules/engine.io/build/transport.d.ts'. ======== Resolution for module 'engine.io-parser' was found in cache from location '/tmp/project/node_modules/engine.io/build'. ======== Module name 'engine.io-parser' was successfully resolved to '/tmp/project/node_modules/engine.io-parser/build/esm/index.d.ts' with Package ID 'engine.io-parser/build/esm/index.d.ts@5.0.6'. ======== ======== Resolving module './encodePacket.js' from '/tmp/project/node_modules/engine.io-parser/build/esm/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/engine.io-parser/build/esm/encodePacket.js', target file type 'TypeScript'. File '/tmp/project/node_modules/engine.io-parser/build/esm/encodePacket.js.ts' does not exist. File '/tmp/project/node_modules/engine.io-parser/build/esm/encodePacket.js.tsx' does not exist. File '/tmp/project/node_modules/engine.io-parser/build/esm/encodePacket.js.d.ts' does not exist. File name '/tmp/project/node_modules/engine.io-parser/build/esm/encodePacket.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/engine.io-parser/build/esm/encodePacket.ts' does not exist. File '/tmp/project/node_modules/engine.io-parser/build/esm/encodePacket.tsx' does not exist. File '/tmp/project/node_modules/engine.io-parser/build/esm/encodePacket.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/engine.io-parser/package.json' exists according to earlier cached lookups. ======== Module name './encodePacket.js' was successfully resolved to '/tmp/project/node_modules/engine.io-parser/build/esm/encodePacket.d.ts' with Package ID 'engine.io-parser/build/esm/encodePacket.d.ts@5.0.6'. ======== ======== Resolving module './decodePacket.js' from '/tmp/project/node_modules/engine.io-parser/build/esm/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/engine.io-parser/build/esm/decodePacket.js', target file type 'TypeScript'. File '/tmp/project/node_modules/engine.io-parser/build/esm/decodePacket.js.ts' does not exist. File '/tmp/project/node_modules/engine.io-parser/build/esm/decodePacket.js.tsx' does not exist. File '/tmp/project/node_modules/engine.io-parser/build/esm/decodePacket.js.d.ts' does not exist. File name '/tmp/project/node_modules/engine.io-parser/build/esm/decodePacket.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/engine.io-parser/build/esm/decodePacket.ts' does not exist. File '/tmp/project/node_modules/engine.io-parser/build/esm/decodePacket.tsx' does not exist. File '/tmp/project/node_modules/engine.io-parser/build/esm/decodePacket.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/engine.io-parser/package.json' exists according to earlier cached lookups. ======== Module name './decodePacket.js' was successfully resolved to '/tmp/project/node_modules/engine.io-parser/build/esm/decodePacket.d.ts' with Package ID 'engine.io-parser/build/esm/decodePacket.d.ts@5.0.6'. ======== ======== Resolving module './commons.js' from '/tmp/project/node_modules/engine.io-parser/build/esm/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/engine.io-parser/build/esm/commons.js', target file type 'TypeScript'. File '/tmp/project/node_modules/engine.io-parser/build/esm/commons.js.ts' does not exist. File '/tmp/project/node_modules/engine.io-parser/build/esm/commons.js.tsx' does not exist. File '/tmp/project/node_modules/engine.io-parser/build/esm/commons.js.d.ts' does not exist. File name '/tmp/project/node_modules/engine.io-parser/build/esm/commons.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/engine.io-parser/build/esm/commons.ts' does not exist. File '/tmp/project/node_modules/engine.io-parser/build/esm/commons.tsx' does not exist. File '/tmp/project/node_modules/engine.io-parser/build/esm/commons.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/engine.io-parser/package.json' exists according to earlier cached lookups. ======== Module name './commons.js' was successfully resolved to '/tmp/project/node_modules/engine.io-parser/build/esm/commons.d.ts' with Package ID 'engine.io-parser/build/esm/commons.d.ts@5.0.6'. ======== ======== Resolving module './commons.js' from '/tmp/project/node_modules/engine.io-parser/build/esm/encodePacket.d.ts'. ======== Resolution for module './commons.js' was found in cache from location '/tmp/project/node_modules/engine.io-parser/build/esm'. ======== Module name './commons.js' was successfully resolved to '/tmp/project/node_modules/engine.io-parser/build/esm/commons.d.ts' with Package ID 'engine.io-parser/build/esm/commons.d.ts@5.0.6'. ======== ======== Resolving module './commons.js' from '/tmp/project/node_modules/engine.io-parser/build/esm/decodePacket.d.ts'. ======== Resolution for module './commons.js' was found in cache from location '/tmp/project/node_modules/engine.io-parser/build/esm'. ======== Module name './commons.js' was successfully resolved to '/tmp/project/node_modules/engine.io-parser/build/esm/commons.d.ts' with Package ID 'engine.io-parser/build/esm/commons.d.ts@5.0.6'. ======== ======== Resolving module '../transport' from '/tmp/project/node_modules/engine.io/build/transports/websocket.d.ts'. ======== Resolution for module '../transport' was found in cache from location '/tmp/project/node_modules/engine.io/build/transports'. ======== Module name '../transport' was successfully resolved to '/tmp/project/node_modules/engine.io/build/transport.d.ts' with Package ID 'engine.io/build/transport.d.ts@6.4.1'. ======== ======== Resolving module './server' from '/tmp/project/node_modules/engine.io/build/userver.d.ts'. ======== Resolution for module './server' was found in cache from location '/tmp/project/node_modules/engine.io/build'. ======== Module name './server' was successfully resolved to '/tmp/project/node_modules/engine.io/build/server.d.ts' with Package ID 'engine.io/build/server.d.ts@6.4.1'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/engine.io/build/socket.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/engine.io/build'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'events' from '/tmp/project/node_modules/engine.io/build/socket.d.ts'. ======== Resolution for module 'events' was found in cache from location '/tmp/project/node_modules/engine.io/build'. ======== Module name 'events' was successfully resolved to '/tmp/project/node_modules/events/events.js' with Package ID 'events/events.js@3.3.0'. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/engine.io/build/socket.d.ts'. ======== Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/engine.io/build'. ======== Module name 'http' was not resolved. ======== ======== Resolving module './transport' from '/tmp/project/node_modules/engine.io/build/socket.d.ts'. ======== Resolution for module './transport' was found in cache from location '/tmp/project/node_modules/engine.io/build'. ======== Module name './transport' was successfully resolved to '/tmp/project/node_modules/engine.io/build/transport.d.ts' with Package ID 'engine.io/build/transport.d.ts@6.4.1'. ======== ======== Resolving module 'engine.io-parser' from '/tmp/project/node_modules/engine.io/build/socket.d.ts'. ======== Resolution for module 'engine.io-parser' was found in cache from location '/tmp/project/node_modules/engine.io/build'. ======== Module name 'engine.io-parser' was successfully resolved to '/tmp/project/node_modules/engine.io-parser/build/esm/index.d.ts' with Package ID 'engine.io-parser/build/esm/index.d.ts@5.0.6'. ======== ======== Resolving module './socket' from '/tmp/project/node_modules/socket.io/dist/namespace.d.ts'. ======== Resolution for module './socket' was found in cache from location '/tmp/project/node_modules/socket.io/dist'. ======== Module name './socket' was successfully resolved to '/tmp/project/node_modules/socket.io/dist/socket.d.ts' with Package ID 'socket.io/dist/socket.d.ts@4.6.1'. ======== ======== Resolving module './index' from '/tmp/project/node_modules/socket.io/dist/namespace.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/socket.io/dist/index', target file type 'TypeScript'. File '/tmp/project/node_modules/socket.io/dist/index.ts' does not exist. File '/tmp/project/node_modules/socket.io/dist/index.tsx' does not exist. File '/tmp/project/node_modules/socket.io/dist/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/socket.io/package.json' exists according to earlier cached lookups. ======== Module name './index' was successfully resolved to '/tmp/project/node_modules/socket.io/dist/index.d.ts' with Package ID 'socket.io/dist/index.d.ts@4.6.1'. ======== ======== Resolving module './typed-events' from '/tmp/project/node_modules/socket.io/dist/namespace.d.ts'. ======== Resolution for module './typed-events' was found in cache from location '/tmp/project/node_modules/socket.io/dist'. ======== Module name './typed-events' was successfully resolved to '/tmp/project/node_modules/socket.io/dist/typed-events.d.ts' with Package ID 'socket.io/dist/typed-events.d.ts@4.6.1'. ======== ======== Resolving module './client' from '/tmp/project/node_modules/socket.io/dist/namespace.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/socket.io/dist/client', target file type 'TypeScript'. File '/tmp/project/node_modules/socket.io/dist/client.ts' does not exist. File '/tmp/project/node_modules/socket.io/dist/client.tsx' does not exist. File '/tmp/project/node_modules/socket.io/dist/client.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/socket.io/package.json' exists according to earlier cached lookups. ======== Module name './client' was successfully resolved to '/tmp/project/node_modules/socket.io/dist/client.d.ts' with Package ID 'socket.io/dist/client.d.ts@4.6.1'. ======== ======== Resolving module 'socket.io-adapter' from '/tmp/project/node_modules/socket.io/dist/namespace.d.ts'. ======== Resolution for module 'socket.io-adapter' was found in cache from location '/tmp/project/node_modules/socket.io/dist'. ======== Module name 'socket.io-adapter' was successfully resolved to '/tmp/project/node_modules/socket.io-adapter/dist/index.d.ts' with Package ID 'socket.io-adapter/dist/index.d.ts@2.5.2'. ======== ======== Resolving module './broadcast-operator' from '/tmp/project/node_modules/socket.io/dist/namespace.d.ts'. ======== Resolution for module './broadcast-operator' was found in cache from location '/tmp/project/node_modules/socket.io/dist'. ======== Module name './broadcast-operator' was successfully resolved to '/tmp/project/node_modules/socket.io/dist/broadcast-operator.d.ts' with Package ID 'socket.io/dist/broadcast-operator.d.ts@4.6.1'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/socket.io/dist/socket.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/socket.io/dist'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'socket.io-parser' from '/tmp/project/node_modules/socket.io/dist/socket.d.ts'. ======== Resolution for module 'socket.io-parser' was found in cache from location '/tmp/project/node_modules/socket.io/dist'. ======== Module name 'socket.io-parser' was successfully resolved to '/tmp/project/node_modules/socket.io-parser/build/esm/index.d.ts' with Package ID 'socket.io-parser/build/esm/index.d.ts@4.2.2'. ======== ======== Resolving module './typed-events' from '/tmp/project/node_modules/socket.io/dist/socket.d.ts'. ======== Resolution for module './typed-events' was found in cache from location '/tmp/project/node_modules/socket.io/dist'. ======== Module name './typed-events' was successfully resolved to '/tmp/project/node_modules/socket.io/dist/typed-events.d.ts' with Package ID 'socket.io/dist/typed-events.d.ts@4.6.1'. ======== ======== Resolving module './client' from '/tmp/project/node_modules/socket.io/dist/socket.d.ts'. ======== Resolution for module './client' was found in cache from location '/tmp/project/node_modules/socket.io/dist'. ======== Module name './client' was successfully resolved to '/tmp/project/node_modules/socket.io/dist/client.d.ts' with Package ID 'socket.io/dist/client.d.ts@4.6.1'. ======== ======== Resolving module './namespace' from '/tmp/project/node_modules/socket.io/dist/socket.d.ts'. ======== Resolution for module './namespace' was found in cache from location '/tmp/project/node_modules/socket.io/dist'. ======== Module name './namespace' was successfully resolved to '/tmp/project/node_modules/socket.io/dist/namespace.d.ts' with Package ID 'socket.io/dist/namespace.d.ts@4.6.1'. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/socket.io/dist/socket.d.ts'. ======== Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/socket.io/dist'. ======== Module name 'http' was not resolved. ======== ======== Resolving module 'socket.io-adapter' from '/tmp/project/node_modules/socket.io/dist/socket.d.ts'. ======== Resolution for module 'socket.io-adapter' was found in cache from location '/tmp/project/node_modules/socket.io/dist'. ======== Module name 'socket.io-adapter' was successfully resolved to '/tmp/project/node_modules/socket.io-adapter/dist/index.d.ts' with Package ID 'socket.io-adapter/dist/index.d.ts@2.5.2'. ======== ======== Resolving module 'querystring' from '/tmp/project/node_modules/socket.io/dist/socket.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'querystring'. 'paths' option is specified, looking for a pattern to match module name 'querystring'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'querystring'. Resolving module name 'querystring' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/querystring'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/querystring', target file type 'TypeScript'. File '/tmp/project/apps/api/querystring.ts' does not exist. File '/tmp/project/apps/api/querystring.tsx' does not exist. File '/tmp/project/apps/api/querystring.d.ts' does not exist. Directory '/tmp/project/apps/api/querystring' does not exist, skipping all lookups in it. Loading module 'querystring' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/socket.io/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/socket.io/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/querystring.ts' does not exist. File '/tmp/project/node_modules/querystring.tsx' does not exist. File '/tmp/project/node_modules/querystring.d.ts' does not exist. File '/tmp/project/node_modules/@types/querystring.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'querystring'. 'paths' option is specified, looking for a pattern to match module name 'querystring'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'querystring'. Resolving module name 'querystring' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/querystring'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/querystring', target file type 'JavaScript'. File '/tmp/project/apps/api/querystring.js' does not exist. File '/tmp/project/apps/api/querystring.jsx' does not exist. Directory '/tmp/project/apps/api/querystring' does not exist, skipping all lookups in it. Loading module 'querystring' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/socket.io/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/socket.io/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/querystring.js' does not exist. File '/tmp/project/node_modules/querystring.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'querystring'. 'paths' option is specified, looking for a pattern to match module name 'querystring'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'querystring'. Resolving module name 'querystring' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/querystring'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/querystring', target file type 'Json'. Directory '/tmp/project/apps/api/querystring' does not exist, skipping all lookups in it. Loading module 'querystring' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/socket.io/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/socket.io/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'querystring' was not resolved. ======== ======== Resolving module './broadcast-operator' from '/tmp/project/node_modules/socket.io/dist/socket.d.ts'. ======== Resolution for module './broadcast-operator' was found in cache from location '/tmp/project/node_modules/socket.io/dist'. ======== Module name './broadcast-operator' was successfully resolved to '/tmp/project/node_modules/socket.io/dist/broadcast-operator.d.ts' with Package ID 'socket.io/dist/broadcast-operator.d.ts@4.6.1'. ======== ======== Resolving module 'engine.io' from '/tmp/project/node_modules/socket.io/dist/socket.d.ts'. ======== Resolution for module 'engine.io' was found in cache from location '/tmp/project/node_modules/socket.io/dist'. ======== Module name 'engine.io' was successfully resolved to '/tmp/project/node_modules/engine.io/build/engine.io.d.ts' with Package ID 'engine.io/build/engine.io.d.ts@6.4.1'. ======== ======== Resolving module '@socket.io/component-emitter' from '/tmp/project/node_modules/socket.io-parser/build/esm/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@socket.io/component-emitter'. 'paths' option is specified, looking for a pattern to match module name '@socket.io/component-emitter'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@socket.io/component-emitter'. Resolving module name '@socket.io/component-emitter' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@socket.io/component-emitter'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@socket.io/component-emitter', target file type 'TypeScript'. Loading module '@socket.io/component-emitter' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/socket.io-parser/build/esm/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'socket.io__component-emitter' Directory '/tmp/project/node_modules/socket.io-parser/build/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'socket.io__component-emitter' Directory '/tmp/project/node_modules/socket.io-parser/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'socket.io__component-emitter' Found 'package.json' at '/tmp/project/node_modules/@socket.io/component-emitter/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@socket.io/component-emitter.ts' does not exist. File '/tmp/project/node_modules/@socket.io/component-emitter.tsx' does not exist. File '/tmp/project/node_modules/@socket.io/component-emitter.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@socket.io/component-emitter/index.d.ts'. File '/tmp/project/node_modules/@socket.io/component-emitter/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@socket.io/component-emitter/index.d.ts', result '/tmp/project/node_modules/@socket.io/component-emitter/index.d.ts'. ======== Module name '@socket.io/component-emitter' was successfully resolved to '/tmp/project/node_modules/@socket.io/component-emitter/index.d.ts' with Package ID '@socket.io/component-emitter/index.d.ts@3.1.0'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/socket.io/dist/typed-events.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/socket.io/dist'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'events' from '/tmp/project/node_modules/socket.io/dist/typed-events.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'TypeScript'. File '/tmp/project/apps/api/events.ts' does not exist. File '/tmp/project/apps/api/events.tsx' does not exist. File '/tmp/project/apps/api/events.d.ts' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/socket.io/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/socket.io/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/events/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/events.ts' does not exist. File '/tmp/project/node_modules/events.tsx' does not exist. File '/tmp/project/node_modules/events.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field './events.js' that references '/tmp/project/node_modules/events/events.js'. File '/tmp/project/node_modules/events/events.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/events/events.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/events/events.js', target file type 'TypeScript'. File '/tmp/project/node_modules/events/events.js.ts' does not exist. File '/tmp/project/node_modules/events/events.js.tsx' does not exist. File '/tmp/project/node_modules/events/events.js.d.ts' does not exist. File name '/tmp/project/node_modules/events/events.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/events/events.ts' does not exist. File '/tmp/project/node_modules/events/events.tsx' does not exist. File '/tmp/project/node_modules/events/events.d.ts' does not exist. Directory '/tmp/project/node_modules/events/events.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/events/index.ts' does not exist. File '/tmp/project/node_modules/events/index.tsx' does not exist. File '/tmp/project/node_modules/events/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/events.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'JavaScript'. File '/tmp/project/apps/api/events.js' does not exist. File '/tmp/project/apps/api/events.jsx' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/socket.io/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/socket.io/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/events/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/events.js' does not exist. File '/tmp/project/node_modules/events.jsx' does not exist. 'package.json' has 'main' field './events.js' that references '/tmp/project/node_modules/events/events.js'. File '/tmp/project/node_modules/events/events.js' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/events/events.js', result '/tmp/project/node_modules/events/events.js'. ======== Module name 'events' was successfully resolved to '/tmp/project/node_modules/events/events.js' with Package ID 'events/events.js@3.3.0'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/socket.io/dist/client.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/socket.io/dist'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'socket.io-parser' from '/tmp/project/node_modules/socket.io/dist/client.d.ts'. ======== Resolution for module 'socket.io-parser' was found in cache from location '/tmp/project/node_modules/socket.io/dist'. ======== Module name 'socket.io-parser' was successfully resolved to '/tmp/project/node_modules/socket.io-parser/build/esm/index.d.ts' with Package ID 'socket.io-parser/build/esm/index.d.ts@4.2.2'. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/socket.io/dist/client.d.ts'. ======== Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/socket.io/dist'. ======== Module name 'http' was not resolved. ======== ======== Resolving module './index' from '/tmp/project/node_modules/socket.io/dist/client.d.ts'. ======== Resolution for module './index' was found in cache from location '/tmp/project/node_modules/socket.io/dist'. ======== Module name './index' was successfully resolved to '/tmp/project/node_modules/socket.io/dist/index.d.ts' with Package ID 'socket.io/dist/index.d.ts@4.6.1'. ======== ======== Resolving module './typed-events' from '/tmp/project/node_modules/socket.io/dist/client.d.ts'. ======== Resolution for module './typed-events' was found in cache from location '/tmp/project/node_modules/socket.io/dist'. ======== Module name './typed-events' was successfully resolved to '/tmp/project/node_modules/socket.io/dist/typed-events.d.ts' with Package ID 'socket.io/dist/typed-events.d.ts@4.6.1'. ======== ======== Resolving module './socket' from '/tmp/project/node_modules/socket.io/dist/client.d.ts'. ======== Resolution for module './socket' was found in cache from location '/tmp/project/node_modules/socket.io/dist'. ======== Module name './socket' was successfully resolved to '/tmp/project/node_modules/socket.io/dist/socket.d.ts' with Package ID 'socket.io/dist/socket.d.ts@4.6.1'. ======== ======== Resolving module 'engine.io' from '/tmp/project/node_modules/socket.io/dist/client.d.ts'. ======== Resolution for module 'engine.io' was found in cache from location '/tmp/project/node_modules/socket.io/dist'. ======== Module name 'engine.io' was successfully resolved to '/tmp/project/node_modules/engine.io/build/engine.io.d.ts' with Package ID 'engine.io/build/engine.io.d.ts@6.4.1'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/socket.io-adapter/dist/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'events' from '/tmp/project/node_modules/socket.io-adapter/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'TypeScript'. File '/tmp/project/apps/api/events.ts' does not exist. File '/tmp/project/apps/api/events.tsx' does not exist. File '/tmp/project/apps/api/events.d.ts' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/socket.io-adapter/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/socket.io-adapter/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/events/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/events.ts' does not exist. File '/tmp/project/node_modules/events.tsx' does not exist. File '/tmp/project/node_modules/events.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field './events.js' that references '/tmp/project/node_modules/events/events.js'. File '/tmp/project/node_modules/events/events.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/events/events.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/events/events.js', target file type 'TypeScript'. File '/tmp/project/node_modules/events/events.js.ts' does not exist. File '/tmp/project/node_modules/events/events.js.tsx' does not exist. File '/tmp/project/node_modules/events/events.js.d.ts' does not exist. File name '/tmp/project/node_modules/events/events.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/events/events.ts' does not exist. File '/tmp/project/node_modules/events/events.tsx' does not exist. File '/tmp/project/node_modules/events/events.d.ts' does not exist. Directory '/tmp/project/node_modules/events/events.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/events/index.ts' does not exist. File '/tmp/project/node_modules/events/index.tsx' does not exist. File '/tmp/project/node_modules/events/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/events.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'JavaScript'. File '/tmp/project/apps/api/events.js' does not exist. File '/tmp/project/apps/api/events.jsx' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/socket.io-adapter/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/socket.io-adapter/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/events/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/events.js' does not exist. File '/tmp/project/node_modules/events.jsx' does not exist. 'package.json' has 'main' field './events.js' that references '/tmp/project/node_modules/events/events.js'. File '/tmp/project/node_modules/events/events.js' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/events/events.js', result '/tmp/project/node_modules/events/events.js'. ======== Module name 'events' was successfully resolved to '/tmp/project/node_modules/events/events.js' with Package ID 'events/events.js@3.3.0'. ======== ======== Resolving module 'socket.io-adapter' from '/tmp/project/node_modules/socket.io/dist/broadcast-operator.d.ts'. ======== Resolution for module 'socket.io-adapter' was found in cache from location '/tmp/project/node_modules/socket.io/dist'. ======== Module name 'socket.io-adapter' was successfully resolved to '/tmp/project/node_modules/socket.io-adapter/dist/index.d.ts' with Package ID 'socket.io-adapter/dist/index.d.ts@2.5.2'. ======== ======== Resolving module './socket' from '/tmp/project/node_modules/socket.io/dist/broadcast-operator.d.ts'. ======== Resolution for module './socket' was found in cache from location '/tmp/project/node_modules/socket.io/dist'. ======== Module name './socket' was successfully resolved to '/tmp/project/node_modules/socket.io/dist/socket.d.ts' with Package ID 'socket.io/dist/socket.d.ts@4.6.1'. ======== ======== Resolving module './typed-events' from '/tmp/project/node_modules/socket.io/dist/broadcast-operator.d.ts'. ======== Resolution for module './typed-events' was found in cache from location '/tmp/project/node_modules/socket.io/dist'. ======== Module name './typed-events' was successfully resolved to '/tmp/project/node_modules/socket.io/dist/typed-events.d.ts' with Package ID 'socket.io/dist/typed-events.d.ts@4.6.1'. ======== ======== Resolving module './dist' from '/tmp/project/node_modules/@nestjs/jwt/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/jwt/dist', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/jwt/dist.ts' does not exist. File '/tmp/project/node_modules/@nestjs/jwt/dist.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/jwt/dist.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/jwt/dist/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/jwt/dist/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/jwt/dist/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/jwt/dist/index.d.ts' exist - use it as a name resolution result. ======== Module name './dist' was successfully resolved to '/tmp/project/node_modules/@nestjs/jwt/dist/index.d.ts'. ======== ======== Resolving module './interfaces' from '/tmp/project/node_modules/@nestjs/jwt/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/jwt/dist/interfaces', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/jwt/dist/interfaces.ts' does not exist. File '/tmp/project/node_modules/@nestjs/jwt/dist/interfaces.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/jwt/dist/interfaces.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/jwt/dist/interfaces/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/jwt/dist/interfaces/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/jwt/dist/interfaces/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/jwt/dist/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name './interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/jwt/dist/interfaces/index.d.ts'. ======== ======== Resolving module './jwt.module' from '/tmp/project/node_modules/@nestjs/jwt/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/jwt/dist/jwt.module', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/jwt/dist/jwt.module.ts' does not exist. File '/tmp/project/node_modules/@nestjs/jwt/dist/jwt.module.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/jwt/dist/jwt.module.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/jwt/package.json' exists according to earlier cached lookups. ======== Module name './jwt.module' was successfully resolved to '/tmp/project/node_modules/@nestjs/jwt/dist/jwt.module.d.ts' with Package ID '@nestjs/jwt/dist/jwt.module.d.ts@10.0.2'. ======== ======== Resolving module './jwt.service' from '/tmp/project/node_modules/@nestjs/jwt/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/jwt/dist/jwt.service', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/jwt/dist/jwt.service.ts' does not exist. File '/tmp/project/node_modules/@nestjs/jwt/dist/jwt.service.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/jwt/dist/jwt.service.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/jwt/package.json' exists according to earlier cached lookups. ======== Module name './jwt.service' was successfully resolved to '/tmp/project/node_modules/@nestjs/jwt/dist/jwt.service.d.ts' with Package ID '@nestjs/jwt/dist/jwt.service.d.ts@10.0.2'. ======== ======== Resolving module './jwt-module-options.interface' from '/tmp/project/node_modules/@nestjs/jwt/dist/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/jwt/dist/interfaces/jwt-module-options.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/jwt/dist/interfaces/jwt-module-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/jwt/dist/interfaces/jwt-module-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/jwt/dist/interfaces/jwt-module-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/jwt/package.json' exists according to earlier cached lookups. ======== Module name './jwt-module-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/jwt/dist/interfaces/jwt-module-options.interface.d.ts' with Package ID '@nestjs/jwt/dist/interfaces/jwt-module-options.interface.d.ts@10.0.2'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@nestjs/jwt/dist/interfaces/jwt-module-options.interface.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/jwt/dist/interfaces/jwt-module-options.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/jwt/dist/interfaces/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Directory '/tmp/project/node_modules/@nestjs/jwt/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Directory '/tmp/project/node_modules/@nestjs/jwt/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'jsonwebtoken' from '/tmp/project/node_modules/@nestjs/jwt/dist/interfaces/jwt-module-options.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'jsonwebtoken'. 'paths' option is specified, looking for a pattern to match module name 'jsonwebtoken'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'jsonwebtoken'. Resolving module name 'jsonwebtoken' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/jsonwebtoken'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/jsonwebtoken', target file type 'TypeScript'. File '/tmp/project/apps/api/jsonwebtoken.ts' does not exist. File '/tmp/project/apps/api/jsonwebtoken.tsx' does not exist. File '/tmp/project/apps/api/jsonwebtoken.d.ts' does not exist. Directory '/tmp/project/apps/api/jsonwebtoken' does not exist, skipping all lookups in it. Loading module 'jsonwebtoken' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/jwt/dist/interfaces/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@nestjs/jwt/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@nestjs/jwt/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/jsonwebtoken/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/jsonwebtoken.ts' does not exist. File '/tmp/project/node_modules/jsonwebtoken.tsx' does not exist. File '/tmp/project/node_modules/jsonwebtoken.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'index.js' that references '/tmp/project/node_modules/jsonwebtoken/index.js'. File '/tmp/project/node_modules/jsonwebtoken/index.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/jsonwebtoken/index.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/jsonwebtoken/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/jsonwebtoken/index.js.ts' does not exist. File '/tmp/project/node_modules/jsonwebtoken/index.js.tsx' does not exist. File '/tmp/project/node_modules/jsonwebtoken/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/jsonwebtoken/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/jsonwebtoken/index.ts' does not exist. File '/tmp/project/node_modules/jsonwebtoken/index.tsx' does not exist. File '/tmp/project/node_modules/jsonwebtoken/index.d.ts' does not exist. Directory '/tmp/project/node_modules/jsonwebtoken/index.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/jsonwebtoken/index.ts' does not exist. File '/tmp/project/node_modules/jsonwebtoken/index.tsx' does not exist. File '/tmp/project/node_modules/jsonwebtoken/index.d.ts' does not exist. Found 'package.json' at '/tmp/project/node_modules/@types/jsonwebtoken/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@types/jsonwebtoken.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/jsonwebtoken/index.d.ts'. File '/tmp/project/node_modules/@types/jsonwebtoken/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/jsonwebtoken/index.d.ts', result '/tmp/project/node_modules/@types/jsonwebtoken/index.d.ts'. ======== Module name 'jsonwebtoken' was successfully resolved to '/tmp/project/node_modules/@types/jsonwebtoken/index.d.ts' with Package ID '@types/jsonwebtoken/index.d.ts@9.0.1'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/jsonwebtoken/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'crypto' from '/tmp/project/node_modules/@types/jsonwebtoken/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'crypto'. 'paths' option is specified, looking for a pattern to match module name 'crypto'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'crypto'. Resolving module name 'crypto' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/crypto'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/crypto', target file type 'TypeScript'. File '/tmp/project/apps/api/crypto.ts' does not exist. File '/tmp/project/apps/api/crypto.tsx' does not exist. File '/tmp/project/apps/api/crypto.d.ts' does not exist. Directory '/tmp/project/apps/api/crypto' does not exist, skipping all lookups in it. Loading module 'crypto' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/jsonwebtoken/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/crypto.ts' does not exist. File '/tmp/project/node_modules/crypto.tsx' does not exist. File '/tmp/project/node_modules/crypto.d.ts' does not exist. File '/tmp/project/node_modules/@types/crypto.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'crypto'. 'paths' option is specified, looking for a pattern to match module name 'crypto'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'crypto'. Resolving module name 'crypto' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/crypto'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/crypto', target file type 'JavaScript'. File '/tmp/project/apps/api/crypto.js' does not exist. File '/tmp/project/apps/api/crypto.jsx' does not exist. Directory '/tmp/project/apps/api/crypto' does not exist, skipping all lookups in it. Loading module 'crypto' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/jsonwebtoken/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/crypto.js' does not exist. File '/tmp/project/node_modules/crypto.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'crypto'. 'paths' option is specified, looking for a pattern to match module name 'crypto'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'crypto'. Resolving module name 'crypto' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/crypto'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/crypto', target file type 'Json'. Directory '/tmp/project/apps/api/crypto' does not exist, skipping all lookups in it. Loading module 'crypto' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/jsonwebtoken/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'crypto' was not resolved. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/jwt/dist/jwt.module.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/jwt/dist'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './interfaces/jwt-module-options.interface' from '/tmp/project/node_modules/@nestjs/jwt/dist/jwt.module.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/jwt/dist/interfaces/jwt-module-options.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/jwt/dist/interfaces/jwt-module-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/jwt/dist/interfaces/jwt-module-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/jwt/dist/interfaces/jwt-module-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/jwt/package.json' exists according to earlier cached lookups. ======== Module name './interfaces/jwt-module-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/jwt/dist/interfaces/jwt-module-options.interface.d.ts' with Package ID '@nestjs/jwt/dist/interfaces/jwt-module-options.interface.d.ts@10.0.2'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@nestjs/jwt/dist/jwt.service.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'jsonwebtoken' from '/tmp/project/node_modules/@nestjs/jwt/dist/jwt.service.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'jsonwebtoken'. 'paths' option is specified, looking for a pattern to match module name 'jsonwebtoken'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'jsonwebtoken'. Resolving module name 'jsonwebtoken' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/jsonwebtoken'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/jsonwebtoken', target file type 'TypeScript'. File '/tmp/project/apps/api/jsonwebtoken.ts' does not exist. File '/tmp/project/apps/api/jsonwebtoken.tsx' does not exist. File '/tmp/project/apps/api/jsonwebtoken.d.ts' does not exist. Directory '/tmp/project/apps/api/jsonwebtoken' does not exist, skipping all lookups in it. Loading module 'jsonwebtoken' from 'node_modules' folder, target file type 'TypeScript'. Resolution for module 'jsonwebtoken' was found in cache from location '/tmp/project/node_modules/@nestjs/jwt/dist'. ======== Module name 'jsonwebtoken' was successfully resolved to '/tmp/project/node_modules/@types/jsonwebtoken/index.d.ts' with Package ID '@types/jsonwebtoken/index.d.ts@9.0.1'. ======== ======== Resolving module './interfaces' from '/tmp/project/node_modules/@nestjs/jwt/dist/jwt.service.d.ts'. ======== Resolution for module './interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/jwt/dist'. ======== Module name './interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/jwt/dist/interfaces/index.d.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/auth/auth.service.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/auth'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/jwt' from '/tmp/project/apps/api/apps/api/src/auth/auth.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/jwt'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/jwt'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/jwt'. Resolving module name '@nestjs/jwt' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/jwt'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/jwt', target file type 'TypeScript'. Loading module '@nestjs/jwt' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/auth/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__jwt' Resolution for module '@nestjs/jwt' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name '@nestjs/jwt' was successfully resolved to '/tmp/project/node_modules/@nestjs/jwt/index.d.ts' with Package ID '@nestjs/jwt/index.d.ts@10.0.2'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/apps/api/src/auth/auth.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. 'paths' option is specified, looking for a pattern to match module name 'prismas'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. Resolving module name 'prismas' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/prismas'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/prismas', target file type 'TypeScript'. File '/tmp/project/apps/api/prismas.ts' does not exist. File '/tmp/project/apps/api/prismas.tsx' does not exist. File '/tmp/project/apps/api/prismas.d.ts' does not exist. Directory '/tmp/project/apps/api/prismas' does not exist, skipping all lookups in it. Loading module 'prismas' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/auth/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/prismas.ts' does not exist. File '/tmp/project/apps/api/node_modules/prismas.tsx' does not exist. File '/tmp/project/apps/api/node_modules/prismas.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Resolution for module 'prismas' was found in cache from location '/tmp/project'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'private-environment' from '/tmp/project/apps/api/apps/api/src/auth/auth.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'private-environment'. 'paths' option is specified, looking for a pattern to match module name 'private-environment'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'private-environment'. Resolving module name 'private-environment' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/private-environment'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/private-environment', target file type 'TypeScript'. File '/tmp/project/apps/api/private-environment.ts' does not exist. File '/tmp/project/apps/api/private-environment.tsx' does not exist. File '/tmp/project/apps/api/private-environment.d.ts' does not exist. Directory '/tmp/project/apps/api/private-environment' does not exist, skipping all lookups in it. Loading module 'private-environment' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/auth/node_modules' does not exist, skipping all lookups in it. Resolution for module 'private-environment' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'private-environment' was successfully resolved to '/tmp/project/packages/private-environment/dist/index.d.ts' with Package ID 'private-environment/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '@project/prisma' from '/tmp/project/apps/api/apps/api/src/auth/auth.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/prisma'. 'paths' option is specified, looking for a pattern to match module name '@project/prisma'. Module name '@project/prisma', matched pattern '@project/prisma'. Trying substitution 'libs/prisma/src', candidate module location: 'libs/prisma/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/prisma/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/prisma/src.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src.tsx' does not exist. File '/tmp/project/apps/api/libs/prisma/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src/package.json' does not exist. File '/tmp/project/apps/api/libs/prisma/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/prisma' was successfully resolved to '/tmp/project/apps/api/libs/prisma/src/index.ts'. ======== ======== Resolving module './randomString' from '/tmp/project/apps/api/apps/api/src/auth/auth.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/auth/randomString', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/auth/randomString.ts' exist - use it as a name resolution result. ======== Module name './randomString' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/randomString.ts'. ======== ======== Resolving module 'bcryptjs' from '/tmp/project/apps/api/apps/api/src/auth/auth.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'bcryptjs'. 'paths' option is specified, looking for a pattern to match module name 'bcryptjs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'bcryptjs'. Resolving module name 'bcryptjs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/bcryptjs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/bcryptjs', target file type 'TypeScript'. File '/tmp/project/apps/api/bcryptjs.ts' does not exist. File '/tmp/project/apps/api/bcryptjs.tsx' does not exist. File '/tmp/project/apps/api/bcryptjs.d.ts' does not exist. Directory '/tmp/project/apps/api/bcryptjs' does not exist, skipping all lookups in it. Loading module 'bcryptjs' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/auth/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/bcryptjs.ts' does not exist. File '/tmp/project/apps/api/node_modules/bcryptjs.tsx' does not exist. File '/tmp/project/apps/api/node_modules/bcryptjs.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/bcryptjs/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/bcryptjs.ts' does not exist. File '/tmp/project/node_modules/bcryptjs.tsx' does not exist. File '/tmp/project/node_modules/bcryptjs.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'index.js' that references '/tmp/project/node_modules/bcryptjs/index.js'. File '/tmp/project/node_modules/bcryptjs/index.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/bcryptjs/index.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/bcryptjs/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/bcryptjs/index.js.ts' does not exist. File '/tmp/project/node_modules/bcryptjs/index.js.tsx' does not exist. File '/tmp/project/node_modules/bcryptjs/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/bcryptjs/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/bcryptjs/index.ts' does not exist. File '/tmp/project/node_modules/bcryptjs/index.tsx' does not exist. File '/tmp/project/node_modules/bcryptjs/index.d.ts' does not exist. Directory '/tmp/project/node_modules/bcryptjs/index.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/bcryptjs/index.ts' does not exist. File '/tmp/project/node_modules/bcryptjs/index.tsx' does not exist. File '/tmp/project/node_modules/bcryptjs/index.d.ts' does not exist. Found 'package.json' at '/tmp/project/node_modules/@types/bcryptjs/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@types/bcryptjs.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. File '/tmp/project/node_modules/@types/bcryptjs/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/bcryptjs/index.d.ts', result '/tmp/project/node_modules/@types/bcryptjs/index.d.ts'. ======== Module name 'bcryptjs' was successfully resolved to '/tmp/project/node_modules/@types/bcryptjs/index.d.ts' with Package ID '@types/bcryptjs/index.d.ts@2.4.2'. ======== ======== Resolving module '../config/include.defaults' from '/tmp/project/apps/api/apps/api/src/auth/auth.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/config/include.defaults', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/config/include.defaults.ts' exist - use it as a name resolution result. ======== Module name '../config/include.defaults' was successfully resolved to '/tmp/project/apps/api/apps/api/src/config/include.defaults.ts'. ======== ======== Resolving module 'argon2' from '/tmp/project/apps/api/apps/api/src/auth/auth.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'argon2'. 'paths' option is specified, looking for a pattern to match module name 'argon2'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'argon2'. Resolving module name 'argon2' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/argon2'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/argon2', target file type 'TypeScript'. File '/tmp/project/apps/api/argon2.ts' does not exist. File '/tmp/project/apps/api/argon2.tsx' does not exist. File '/tmp/project/apps/api/argon2.d.ts' does not exist. Directory '/tmp/project/apps/api/argon2' does not exist, skipping all lookups in it. Loading module 'argon2' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/auth/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/argon2.ts' does not exist. File '/tmp/project/apps/api/node_modules/argon2.tsx' does not exist. File '/tmp/project/apps/api/node_modules/argon2.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/argon2/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/argon2.ts' does not exist. File '/tmp/project/node_modules/argon2.tsx' does not exist. File '/tmp/project/node_modules/argon2.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'argon2.d.ts' that references '/tmp/project/node_modules/argon2/argon2.d.ts'. File '/tmp/project/node_modules/argon2/argon2.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/argon2/argon2.d.ts', result '/tmp/project/node_modules/argon2/argon2.d.ts'. ======== Module name 'argon2' was successfully resolved to '/tmp/project/node_modules/argon2/argon2.d.ts' with Package ID 'argon2/argon2.d.ts@0.30.3'. ======== ======== Resolving module '@project/meili' from '/tmp/project/apps/api/apps/api/src/auth/auth.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/meili'. 'paths' option is specified, looking for a pattern to match module name '@project/meili'. Module name '@project/meili', matched pattern '@project/meili'. Trying substitution 'libs/meili/src', candidate module location: 'libs/meili/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/meili/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/meili/src.ts' does not exist. File '/tmp/project/apps/api/libs/meili/src.tsx' does not exist. File '/tmp/project/apps/api/libs/meili/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/meili/src/package.json' does not exist. File '/tmp/project/apps/api/libs/meili/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/meili' was successfully resolved to '/tmp/project/apps/api/libs/meili/src/index.ts'. ======== ======== Resolving module 'express' from '/tmp/project/apps/api/apps/api/src/auth/auth.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'express'. 'paths' option is specified, looking for a pattern to match module name 'express'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'express'. Resolving module name 'express' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/express'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/express', target file type 'TypeScript'. File '/tmp/project/apps/api/express.ts' does not exist. File '/tmp/project/apps/api/express.tsx' does not exist. File '/tmp/project/apps/api/express.d.ts' does not exist. Directory '/tmp/project/apps/api/express' does not exist, skipping all lookups in it. Loading module 'express' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/auth/node_modules' does not exist, skipping all lookups in it. Resolution for module 'express' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'express' was successfully resolved to '/tmp/project/node_modules/@types/express/index.d.ts' with Package ID '@types/express/index.d.ts@4.17.17'. ======== ======== Resolving module './prisma.module' from '/tmp/project/apps/api/libs/prisma/src/index.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/prisma/src/prisma.module', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/prisma/src/prisma.module.ts' exist - use it as a name resolution result. ======== Module name './prisma.module' was successfully resolved to '/tmp/project/apps/api/libs/prisma/src/prisma.module.ts'. ======== ======== Resolving module './prisma.service' from '/tmp/project/apps/api/libs/prisma/src/index.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/prisma/src/prisma.service', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/prisma/src/prisma.service.ts' exist - use it as a name resolution result. ======== Module name './prisma.service' was successfully resolved to '/tmp/project/apps/api/libs/prisma/src/prisma.service.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/libs/prisma/src/prisma.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/prisma/src/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Directory '/tmp/project/apps/api/libs/prisma/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Directory '/tmp/project/apps/api/libs/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './prisma.service' from '/tmp/project/apps/api/libs/prisma/src/prisma.module.ts'. ======== Resolution for module './prisma.service' was found in cache from location '/tmp/project/apps/api/libs/prisma/src'. ======== Module name './prisma.service' was successfully resolved to '/tmp/project/apps/api/libs/prisma/src/prisma.service.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/libs/prisma/src/prisma.service.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/libs/prisma/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/libs/prisma/src/prisma.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. 'paths' option is specified, looking for a pattern to match module name 'prismas'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. Resolving module name 'prismas' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/prismas'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/prismas', target file type 'TypeScript'. File '/tmp/project/apps/api/prismas.ts' does not exist. File '/tmp/project/apps/api/prismas.tsx' does not exist. File '/tmp/project/apps/api/prismas.d.ts' does not exist. Directory '/tmp/project/apps/api/prismas' does not exist, skipping all lookups in it. Loading module 'prismas' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/prisma/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/prisma/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/node_modules' does not exist, skipping all lookups in it. Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'argon2' from '/tmp/project/apps/api/libs/prisma/src/prisma.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'argon2'. 'paths' option is specified, looking for a pattern to match module name 'argon2'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'argon2'. Resolving module name 'argon2' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/argon2'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/argon2', target file type 'TypeScript'. File '/tmp/project/apps/api/argon2.ts' does not exist. File '/tmp/project/apps/api/argon2.tsx' does not exist. File '/tmp/project/apps/api/argon2.d.ts' does not exist. Directory '/tmp/project/apps/api/argon2' does not exist, skipping all lookups in it. Loading module 'argon2' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/prisma/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/prisma/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/node_modules' does not exist, skipping all lookups in it. Resolution for module 'argon2' was found in cache from location '/tmp/project/apps/api'. ======== Module name 'argon2' was successfully resolved to '/tmp/project/node_modules/argon2/argon2.d.ts' with Package ID 'argon2/argon2.d.ts@0.30.3'. ======== ======== Resolving module 'private-environment' from '/tmp/project/apps/api/libs/prisma/src/prisma.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'private-environment'. 'paths' option is specified, looking for a pattern to match module name 'private-environment'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'private-environment'. Resolving module name 'private-environment' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/private-environment'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/private-environment', target file type 'TypeScript'. File '/tmp/project/apps/api/private-environment.ts' does not exist. File '/tmp/project/apps/api/private-environment.tsx' does not exist. File '/tmp/project/apps/api/private-environment.d.ts' does not exist. Directory '/tmp/project/apps/api/private-environment' does not exist, skipping all lookups in it. Loading module 'private-environment' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/prisma/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/prisma/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/node_modules' does not exist, skipping all lookups in it. Resolution for module 'private-environment' was found in cache from location '/tmp/project/apps/api'. ======== Module name 'private-environment' was successfully resolved to '/tmp/project/packages/private-environment/dist/index.d.ts' with Package ID 'private-environment/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '@project/meili' from '/tmp/project/apps/api/libs/prisma/src/prisma.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/meili'. 'paths' option is specified, looking for a pattern to match module name '@project/meili'. Module name '@project/meili', matched pattern '@project/meili'. Trying substitution 'libs/meili/src', candidate module location: 'libs/meili/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/meili/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/meili/src.ts' does not exist. File '/tmp/project/apps/api/libs/meili/src.tsx' does not exist. File '/tmp/project/apps/api/libs/meili/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/meili/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/meili/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/meili' was successfully resolved to '/tmp/project/apps/api/libs/meili/src/index.ts'. ======== ======== Resolving module 'prisma-nested-middleware' from '/tmp/project/apps/api/libs/prisma/src/prisma.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prisma-nested-middleware'. 'paths' option is specified, looking for a pattern to match module name 'prisma-nested-middleware'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prisma-nested-middleware'. Resolving module name 'prisma-nested-middleware' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/prisma-nested-middleware'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/prisma-nested-middleware', target file type 'TypeScript'. File '/tmp/project/apps/api/prisma-nested-middleware.ts' does not exist. File '/tmp/project/apps/api/prisma-nested-middleware.tsx' does not exist. File '/tmp/project/apps/api/prisma-nested-middleware.d.ts' does not exist. Directory '/tmp/project/apps/api/prisma-nested-middleware' does not exist, skipping all lookups in it. Loading module 'prisma-nested-middleware' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/prisma/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/prisma/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/prisma-nested-middleware.ts' does not exist. File '/tmp/project/apps/api/node_modules/prisma-nested-middleware.tsx' does not exist. File '/tmp/project/apps/api/node_modules/prisma-nested-middleware.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/prisma-nested-middleware/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/prisma-nested-middleware.ts' does not exist. File '/tmp/project/node_modules/prisma-nested-middleware.tsx' does not exist. File '/tmp/project/node_modules/prisma-nested-middleware.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'dist/index.d.ts' that references '/tmp/project/node_modules/prisma-nested-middleware/dist/index.d.ts'. File '/tmp/project/node_modules/prisma-nested-middleware/dist/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/prisma-nested-middleware/dist/index.d.ts', result '/tmp/project/node_modules/prisma-nested-middleware/dist/index.d.ts'. ======== Module name 'prisma-nested-middleware' was successfully resolved to '/tmp/project/node_modules/prisma-nested-middleware/dist/index.d.ts' with Package ID 'prisma-nested-middleware/dist/index.d.ts@2.3.0'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/argon2/argon2.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module './meili.module' from '/tmp/project/apps/api/libs/meili/src/index.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/meili/src/meili.module', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/meili/src/meili.module.ts' exist - use it as a name resolution result. ======== Module name './meili.module' was successfully resolved to '/tmp/project/apps/api/libs/meili/src/meili.module.ts'. ======== ======== Resolving module './meili.service' from '/tmp/project/apps/api/libs/meili/src/index.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/meili/src/meili.service', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/meili/src/meili.service.ts' exist - use it as a name resolution result. ======== Module name './meili.service' was successfully resolved to '/tmp/project/apps/api/libs/meili/src/meili.service.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/libs/meili/src/meili.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/meili/src/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Directory '/tmp/project/apps/api/libs/meili/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/libs'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './meili.service' from '/tmp/project/apps/api/libs/meili/src/meili.module.ts'. ======== Resolution for module './meili.service' was found in cache from location '/tmp/project/apps/api/libs/meili/src'. ======== Module name './meili.service' was successfully resolved to '/tmp/project/apps/api/libs/meili/src/meili.service.ts'. ======== ======== Resolving module '@project/prisma' from '/tmp/project/apps/api/libs/meili/src/meili.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/prisma'. 'paths' option is specified, looking for a pattern to match module name '@project/prisma'. Module name '@project/prisma', matched pattern '@project/prisma'. Trying substitution 'libs/prisma/src', candidate module location: 'libs/prisma/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/prisma/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/prisma/src.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src.tsx' does not exist. File '/tmp/project/apps/api/libs/prisma/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/prisma/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/prisma' was successfully resolved to '/tmp/project/apps/api/libs/prisma/src/index.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/libs/meili/src/meili.service.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/libs/meili/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'meilisearch' from '/tmp/project/apps/api/libs/meili/src/meili.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'meilisearch'. 'paths' option is specified, looking for a pattern to match module name 'meilisearch'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'meilisearch'. Resolving module name 'meilisearch' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/meilisearch'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/meilisearch', target file type 'TypeScript'. File '/tmp/project/apps/api/meilisearch.ts' does not exist. File '/tmp/project/apps/api/meilisearch.tsx' does not exist. File '/tmp/project/apps/api/meilisearch.d.ts' does not exist. Directory '/tmp/project/apps/api/meilisearch' does not exist, skipping all lookups in it. Loading module 'meilisearch' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/meili/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/meili/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/meilisearch.ts' does not exist. File '/tmp/project/apps/api/node_modules/meilisearch.tsx' does not exist. File '/tmp/project/apps/api/node_modules/meilisearch.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/meilisearch/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/meilisearch.ts' does not exist. File '/tmp/project/node_modules/meilisearch.tsx' does not exist. File '/tmp/project/node_modules/meilisearch.d.ts' does not exist. 'package.json' has 'typings' field './dist/types/index.d.ts' that references '/tmp/project/node_modules/meilisearch/dist/types/index.d.ts'. File '/tmp/project/node_modules/meilisearch/dist/types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/meilisearch/dist/types/index.d.ts', result '/tmp/project/node_modules/meilisearch/dist/types/index.d.ts'. ======== Module name 'meilisearch' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/index.d.ts' with Package ID 'meilisearch/dist/types/index.d.ts@0.32.2'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/libs/meili/src/meili.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. 'paths' option is specified, looking for a pattern to match module name 'prismas'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. Resolving module name 'prismas' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/prismas'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/prismas', target file type 'TypeScript'. File '/tmp/project/apps/api/prismas.ts' does not exist. File '/tmp/project/apps/api/prismas.tsx' does not exist. File '/tmp/project/apps/api/prismas.d.ts' does not exist. Directory '/tmp/project/apps/api/prismas' does not exist, skipping all lookups in it. Loading module 'prismas' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/meili/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/meili/node_modules' does not exist, skipping all lookups in it. Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/libs'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'private-environment' from '/tmp/project/apps/api/libs/meili/src/meili.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'private-environment'. 'paths' option is specified, looking for a pattern to match module name 'private-environment'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'private-environment'. Resolving module name 'private-environment' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/private-environment'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/private-environment', target file type 'TypeScript'. File '/tmp/project/apps/api/private-environment.ts' does not exist. File '/tmp/project/apps/api/private-environment.tsx' does not exist. File '/tmp/project/apps/api/private-environment.d.ts' does not exist. Directory '/tmp/project/apps/api/private-environment' does not exist, skipping all lookups in it. Loading module 'private-environment' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/meili/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/meili/node_modules' does not exist, skipping all lookups in it. Resolution for module 'private-environment' was found in cache from location '/tmp/project/apps/api/libs'. ======== Module name 'private-environment' was successfully resolved to '/tmp/project/packages/private-environment/dist/index.d.ts' with Package ID 'private-environment/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '@project/redis' from '/tmp/project/apps/api/libs/meili/src/meili.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/redis'. 'paths' option is specified, looking for a pattern to match module name '@project/redis'. Module name '@project/redis', matched pattern '@project/redis'. Trying substitution 'libs/redis/src', candidate module location: 'libs/redis/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/redis/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/redis/src.ts' does not exist. File '/tmp/project/apps/api/libs/redis/src.tsx' does not exist. File '/tmp/project/apps/api/libs/redis/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/redis/src/package.json' does not exist. File '/tmp/project/apps/api/libs/redis/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/redis' was successfully resolved to '/tmp/project/apps/api/libs/redis/src/index.ts'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/meilisearch/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/meilisearch/dist/types/types', target file type 'TypeScript'. File '/tmp/project/node_modules/meilisearch/dist/types/types.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/types.tsx' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/types.d.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/types/package.json' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/types/index.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/types/index.tsx' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/types/index.d.ts' exist - use it as a name resolution result. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/types/index.d.ts'. ======== ======== Resolving module './errors' from '/tmp/project/node_modules/meilisearch/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/meilisearch/dist/types/errors', target file type 'TypeScript'. File '/tmp/project/node_modules/meilisearch/dist/types/errors.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/errors.tsx' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/errors.d.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/errors/package.json' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/errors/index.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/errors/index.tsx' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/errors/index.d.ts' exist - use it as a name resolution result. ======== Module name './errors' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/errors/index.d.ts'. ======== ======== Resolving module './indexes' from '/tmp/project/node_modules/meilisearch/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/meilisearch/dist/types/indexes', target file type 'TypeScript'. File '/tmp/project/node_modules/meilisearch/dist/types/indexes.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/indexes.tsx' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/indexes.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/meilisearch/package.json' exists according to earlier cached lookups. ======== Module name './indexes' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/indexes.d.ts' with Package ID 'meilisearch/dist/types/indexes.d.ts@0.32.2'. ======== ======== Resolving module './enqueued-task' from '/tmp/project/node_modules/meilisearch/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/meilisearch/dist/types/enqueued-task', target file type 'TypeScript'. File '/tmp/project/node_modules/meilisearch/dist/types/enqueued-task.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/enqueued-task.tsx' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/enqueued-task.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/meilisearch/package.json' exists according to earlier cached lookups. ======== Module name './enqueued-task' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/enqueued-task.d.ts' with Package ID 'meilisearch/dist/types/enqueued-task.d.ts@0.32.2'. ======== ======== Resolving module './task' from '/tmp/project/node_modules/meilisearch/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/meilisearch/dist/types/task', target file type 'TypeScript'. File '/tmp/project/node_modules/meilisearch/dist/types/task.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/task.tsx' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/task.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/meilisearch/package.json' exists according to earlier cached lookups. ======== Module name './task' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/task.d.ts' with Package ID 'meilisearch/dist/types/task.d.ts@0.32.2'. ======== ======== Resolving module './clients/node-client' from '/tmp/project/node_modules/meilisearch/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/meilisearch/dist/types/clients/node-client', target file type 'TypeScript'. File '/tmp/project/node_modules/meilisearch/dist/types/clients/node-client.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/clients/node-client.tsx' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/clients/node-client.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/meilisearch/package.json' exists according to earlier cached lookups. ======== Module name './clients/node-client' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/clients/node-client.d.ts' with Package ID 'meilisearch/dist/types/clients/node-client.d.ts@0.32.2'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/meilisearch/dist/types/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/meilisearch/dist/types/types/types', target file type 'TypeScript'. File '/tmp/project/node_modules/meilisearch/dist/types/types/types.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/types/types.tsx' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/types/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/meilisearch/package.json' exists according to earlier cached lookups. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/types/types.d.ts' with Package ID 'meilisearch/dist/types/types/types.d.ts@0.32.2'. ======== ======== Resolving module '../task' from '/tmp/project/node_modules/meilisearch/dist/types/types/types.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/meilisearch/dist/types/task', target file type 'TypeScript'. File '/tmp/project/node_modules/meilisearch/dist/types/task.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/task.tsx' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/task.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/meilisearch/package.json' exists according to earlier cached lookups. ======== Module name '../task' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/task.d.ts' with Package ID 'meilisearch/dist/types/task.d.ts@0.32.2'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/meilisearch/dist/types/task.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/node_modules/meilisearch/dist/types'. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/types/index.d.ts'. ======== ======== Resolving module './http-requests' from '/tmp/project/node_modules/meilisearch/dist/types/task.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/meilisearch/dist/types/http-requests', target file type 'TypeScript'. File '/tmp/project/node_modules/meilisearch/dist/types/http-requests.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/http-requests.tsx' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/http-requests.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/meilisearch/package.json' exists according to earlier cached lookups. ======== Module name './http-requests' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/http-requests.d.ts' with Package ID 'meilisearch/dist/types/http-requests.d.ts@0.32.2'. ======== ======== Resolving module './enqueued-task' from '/tmp/project/node_modules/meilisearch/dist/types/task.d.ts'. ======== Resolution for module './enqueued-task' was found in cache from location '/tmp/project/node_modules/meilisearch/dist/types'. ======== Module name './enqueued-task' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/enqueued-task.d.ts' with Package ID 'meilisearch/dist/types/enqueued-task.d.ts@0.32.2'. ======== ======== Resolving module 'cross-fetch/polyfill' from '/tmp/project/node_modules/meilisearch/dist/types/http-requests.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'cross-fetch/polyfill'. 'paths' option is specified, looking for a pattern to match module name 'cross-fetch/polyfill'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'cross-fetch/polyfill'. Resolving module name 'cross-fetch/polyfill' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/cross-fetch/polyfill'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/cross-fetch/polyfill', target file type 'TypeScript'. Loading module 'cross-fetch/polyfill' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/meilisearch/dist/types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/meilisearch/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/meilisearch/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/cross-fetch/polyfill/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/cross-fetch/polyfill.ts' does not exist. File '/tmp/project/node_modules/cross-fetch/polyfill.tsx' does not exist. File '/tmp/project/node_modules/cross-fetch/polyfill.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field '../dist/node-polyfill.js' that references '/tmp/project/node_modules/cross-fetch/dist/node-polyfill.js'. File '/tmp/project/node_modules/cross-fetch/dist/node-polyfill.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/cross-fetch/dist/node-polyfill.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/cross-fetch/dist/node-polyfill.js', target file type 'TypeScript'. File '/tmp/project/node_modules/cross-fetch/dist/node-polyfill.js.ts' does not exist. File '/tmp/project/node_modules/cross-fetch/dist/node-polyfill.js.tsx' does not exist. File '/tmp/project/node_modules/cross-fetch/dist/node-polyfill.js.d.ts' does not exist. File name '/tmp/project/node_modules/cross-fetch/dist/node-polyfill.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/cross-fetch/dist/node-polyfill.ts' does not exist. File '/tmp/project/node_modules/cross-fetch/dist/node-polyfill.tsx' does not exist. File '/tmp/project/node_modules/cross-fetch/dist/node-polyfill.d.ts' does not exist. Directory '/tmp/project/node_modules/cross-fetch/dist/node-polyfill.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/cross-fetch/polyfill/index.ts' does not exist. File '/tmp/project/node_modules/cross-fetch/polyfill/index.tsx' does not exist. File '/tmp/project/node_modules/cross-fetch/polyfill/index.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'cross-fetch/polyfill'. 'paths' option is specified, looking for a pattern to match module name 'cross-fetch/polyfill'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'cross-fetch/polyfill'. Resolving module name 'cross-fetch/polyfill' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/cross-fetch/polyfill'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/cross-fetch/polyfill', target file type 'JavaScript'. Loading module 'cross-fetch/polyfill' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/meilisearch/dist/types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/meilisearch/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/meilisearch/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/cross-fetch/polyfill/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/cross-fetch/polyfill.js' does not exist. File '/tmp/project/node_modules/cross-fetch/polyfill.jsx' does not exist. 'package.json' has 'main' field '../dist/node-polyfill.js' that references '/tmp/project/node_modules/cross-fetch/dist/node-polyfill.js'. File '/tmp/project/node_modules/cross-fetch/dist/node-polyfill.js' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/cross-fetch/dist/node-polyfill.js', result '/tmp/project/node_modules/cross-fetch/dist/node-polyfill.js'. ======== Module name 'cross-fetch/polyfill' was successfully resolved to '/tmp/project/node_modules/cross-fetch/dist/node-polyfill.js' with Package ID 'cross-fetch-polyfill/-polyfill.js@0.0.0'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/meilisearch/dist/types/http-requests.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/node_modules/meilisearch/dist/types'. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/types/index.d.ts'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/meilisearch/dist/types/enqueued-task.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/node_modules/meilisearch/dist/types'. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/types/index.d.ts'. ======== ======== Resolving module './http-error-handler' from '/tmp/project/node_modules/meilisearch/dist/types/errors/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/meilisearch/dist/types/errors/http-error-handler', target file type 'TypeScript'. File '/tmp/project/node_modules/meilisearch/dist/types/errors/http-error-handler.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/errors/http-error-handler.tsx' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/errors/http-error-handler.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/meilisearch/package.json' exists according to earlier cached lookups. ======== Module name './http-error-handler' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/errors/http-error-handler.d.ts' with Package ID 'meilisearch/dist/types/errors/http-error-handler.d.ts@0.32.2'. ======== ======== Resolving module './meilisearch-api-error' from '/tmp/project/node_modules/meilisearch/dist/types/errors/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/meilisearch/dist/types/errors/meilisearch-api-error', target file type 'TypeScript'. File '/tmp/project/node_modules/meilisearch/dist/types/errors/meilisearch-api-error.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/errors/meilisearch-api-error.tsx' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/errors/meilisearch-api-error.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/meilisearch/package.json' exists according to earlier cached lookups. ======== Module name './meilisearch-api-error' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/errors/meilisearch-api-error.d.ts' with Package ID 'meilisearch/dist/types/errors/meilisearch-api-error.d.ts@0.32.2'. ======== ======== Resolving module './meilisearch-communication-error' from '/tmp/project/node_modules/meilisearch/dist/types/errors/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/meilisearch/dist/types/errors/meilisearch-communication-error', target file type 'TypeScript'. File '/tmp/project/node_modules/meilisearch/dist/types/errors/meilisearch-communication-error.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/errors/meilisearch-communication-error.tsx' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/errors/meilisearch-communication-error.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/meilisearch/package.json' exists according to earlier cached lookups. ======== Module name './meilisearch-communication-error' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/errors/meilisearch-communication-error.d.ts' with Package ID 'meilisearch/dist/types/errors/meilisearch-communication-error.d.ts@0.32.2'. ======== ======== Resolving module './meilisearch-error' from '/tmp/project/node_modules/meilisearch/dist/types/errors/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/meilisearch/dist/types/errors/meilisearch-error', target file type 'TypeScript'. File '/tmp/project/node_modules/meilisearch/dist/types/errors/meilisearch-error.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/errors/meilisearch-error.tsx' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/errors/meilisearch-error.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/meilisearch/package.json' exists according to earlier cached lookups. ======== Module name './meilisearch-error' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/errors/meilisearch-error.d.ts' with Package ID 'meilisearch/dist/types/errors/meilisearch-error.d.ts@0.32.2'. ======== ======== Resolving module './meilisearch-timeout-error' from '/tmp/project/node_modules/meilisearch/dist/types/errors/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/meilisearch/dist/types/errors/meilisearch-timeout-error', target file type 'TypeScript'. File '/tmp/project/node_modules/meilisearch/dist/types/errors/meilisearch-timeout-error.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/errors/meilisearch-timeout-error.tsx' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/errors/meilisearch-timeout-error.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/meilisearch/package.json' exists according to earlier cached lookups. ======== Module name './meilisearch-timeout-error' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/errors/meilisearch-timeout-error.d.ts' with Package ID 'meilisearch/dist/types/errors/meilisearch-timeout-error.d.ts@0.32.2'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/meilisearch/dist/types/errors/http-error-handler.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/meilisearch/dist/types/types', target file type 'TypeScript'. File '/tmp/project/node_modules/meilisearch/dist/types/types.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/types.tsx' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/types.d.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/types/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/meilisearch/dist/types/types/index.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/types/index.tsx' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/types/index.d.ts' exist - use it as a name resolution result. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/types/index.d.ts'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/meilisearch/dist/types/errors/meilisearch-api-error.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/meilisearch/dist/types/errors/meilisearch-api-error.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/meilisearch/dist/types/errors'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/types/index.d.ts'. ======== ======== Resolving module 'cross-fetch/polyfill' from '/tmp/project/node_modules/meilisearch/dist/types/errors/meilisearch-communication-error.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'cross-fetch/polyfill'. 'paths' option is specified, looking for a pattern to match module name 'cross-fetch/polyfill'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'cross-fetch/polyfill'. Resolving module name 'cross-fetch/polyfill' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/cross-fetch/polyfill'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/cross-fetch/polyfill', target file type 'TypeScript'. Loading module 'cross-fetch/polyfill' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/meilisearch/dist/types/errors/node_modules' does not exist, skipping all lookups in it. Resolution for module 'cross-fetch/polyfill' was found in cache from location '/tmp/project/node_modules/meilisearch/dist/types'. ======== Module name 'cross-fetch/polyfill' was successfully resolved to '/tmp/project/node_modules/cross-fetch/dist/node-polyfill.js' with Package ID 'cross-fetch-polyfill/-polyfill.js@0.0.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/meilisearch/dist/types/errors/meilisearch-communication-error.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/meilisearch/dist/types/errors'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/types/index.d.ts'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/meilisearch/dist/types/indexes.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/node_modules/meilisearch/dist/types'. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/types/index.d.ts'. ======== ======== Resolving module './http-requests' from '/tmp/project/node_modules/meilisearch/dist/types/indexes.d.ts'. ======== Resolution for module './http-requests' was found in cache from location '/tmp/project/node_modules/meilisearch/dist/types'. ======== Module name './http-requests' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/http-requests.d.ts' with Package ID 'meilisearch/dist/types/http-requests.d.ts@0.32.2'. ======== ======== Resolving module './task' from '/tmp/project/node_modules/meilisearch/dist/types/indexes.d.ts'. ======== Resolution for module './task' was found in cache from location '/tmp/project/node_modules/meilisearch/dist/types'. ======== Module name './task' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/task.d.ts' with Package ID 'meilisearch/dist/types/task.d.ts@0.32.2'. ======== ======== Resolving module './enqueued-task' from '/tmp/project/node_modules/meilisearch/dist/types/indexes.d.ts'. ======== Resolution for module './enqueued-task' was found in cache from location '/tmp/project/node_modules/meilisearch/dist/types'. ======== Module name './enqueued-task' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/enqueued-task.d.ts' with Package ID 'meilisearch/dist/types/enqueued-task.d.ts@0.32.2'. ======== ======== Resolving module './client' from '/tmp/project/node_modules/meilisearch/dist/types/clients/node-client.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/meilisearch/dist/types/clients/client', target file type 'TypeScript'. File '/tmp/project/node_modules/meilisearch/dist/types/clients/client.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/clients/client.tsx' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/clients/client.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/meilisearch/package.json' exists according to earlier cached lookups. ======== Module name './client' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/clients/client.d.ts' with Package ID 'meilisearch/dist/types/clients/client.d.ts@0.32.2'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/meilisearch/dist/types/clients/node-client.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/meilisearch/dist/types/types', target file type 'TypeScript'. File '/tmp/project/node_modules/meilisearch/dist/types/types.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/types.tsx' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/types.d.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/types/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/meilisearch/dist/types/types/index.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/types/index.tsx' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/types/index.d.ts' exist - use it as a name resolution result. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/types/index.d.ts'. ======== ======== Resolving module '../token' from '/tmp/project/node_modules/meilisearch/dist/types/clients/node-client.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/meilisearch/dist/types/token', target file type 'TypeScript'. File '/tmp/project/node_modules/meilisearch/dist/types/token.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/token.tsx' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/token.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/meilisearch/package.json' exists according to earlier cached lookups. ======== Module name '../token' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/token.d.ts' with Package ID 'meilisearch/dist/types/token.d.ts@0.32.2'. ======== ======== Resolving module '../indexes' from '/tmp/project/node_modules/meilisearch/dist/types/clients/client.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/meilisearch/dist/types/indexes', target file type 'TypeScript'. File '/tmp/project/node_modules/meilisearch/dist/types/indexes.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/indexes.tsx' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/indexes.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/meilisearch/package.json' exists according to earlier cached lookups. ======== Module name '../indexes' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/indexes.d.ts' with Package ID 'meilisearch/dist/types/indexes.d.ts@0.32.2'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/meilisearch/dist/types/clients/client.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/meilisearch/dist/types/clients'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/types/index.d.ts'. ======== ======== Resolving module '../http-requests' from '/tmp/project/node_modules/meilisearch/dist/types/clients/client.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/meilisearch/dist/types/http-requests', target file type 'TypeScript'. File '/tmp/project/node_modules/meilisearch/dist/types/http-requests.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/http-requests.tsx' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/http-requests.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/meilisearch/package.json' exists according to earlier cached lookups. ======== Module name '../http-requests' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/http-requests.d.ts' with Package ID 'meilisearch/dist/types/http-requests.d.ts@0.32.2'. ======== ======== Resolving module '../task' from '/tmp/project/node_modules/meilisearch/dist/types/clients/client.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/meilisearch/dist/types/task', target file type 'TypeScript'. File '/tmp/project/node_modules/meilisearch/dist/types/task.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/task.tsx' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/task.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/meilisearch/package.json' exists according to earlier cached lookups. ======== Module name '../task' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/task.d.ts' with Package ID 'meilisearch/dist/types/task.d.ts@0.32.2'. ======== ======== Resolving module '../enqueued-task' from '/tmp/project/node_modules/meilisearch/dist/types/clients/client.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/meilisearch/dist/types/enqueued-task', target file type 'TypeScript'. File '/tmp/project/node_modules/meilisearch/dist/types/enqueued-task.ts' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/enqueued-task.tsx' does not exist. File '/tmp/project/node_modules/meilisearch/dist/types/enqueued-task.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/meilisearch/package.json' exists according to earlier cached lookups. ======== Module name '../enqueued-task' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/enqueued-task.d.ts' with Package ID 'meilisearch/dist/types/enqueued-task.d.ts@0.32.2'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/meilisearch/dist/types/token.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/node_modules/meilisearch/dist/types'. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/meilisearch/dist/types/types/index.d.ts'. ======== ======== Resolving module './redis.module' from '/tmp/project/apps/api/libs/redis/src/index.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/redis/src/redis.module', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/redis/src/redis.module.ts' exist - use it as a name resolution result. ======== Module name './redis.module' was successfully resolved to '/tmp/project/apps/api/libs/redis/src/redis.module.ts'. ======== ======== Resolving module './redis.service' from '/tmp/project/apps/api/libs/redis/src/index.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/redis/src/redis.service', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/redis/src/redis.service.ts' exist - use it as a name resolution result. ======== Module name './redis.service' was successfully resolved to '/tmp/project/apps/api/libs/redis/src/redis.service.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/libs/redis/src/redis.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/redis/src/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Directory '/tmp/project/apps/api/libs/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/libs'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './redis.service' from '/tmp/project/apps/api/libs/redis/src/redis.module.ts'. ======== Resolution for module './redis.service' was found in cache from location '/tmp/project/apps/api/libs/redis/src'. ======== Module name './redis.service' was successfully resolved to '/tmp/project/apps/api/libs/redis/src/redis.service.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/libs/redis/src/redis.service.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/libs/redis/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'ioredis' from '/tmp/project/apps/api/libs/redis/src/redis.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'ioredis'. 'paths' option is specified, looking for a pattern to match module name 'ioredis'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'ioredis'. Resolving module name 'ioredis' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/ioredis'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/ioredis', target file type 'TypeScript'. File '/tmp/project/apps/api/ioredis.ts' does not exist. File '/tmp/project/apps/api/ioredis.tsx' does not exist. File '/tmp/project/apps/api/ioredis.d.ts' does not exist. Directory '/tmp/project/apps/api/ioredis' does not exist, skipping all lookups in it. Loading module 'ioredis' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/redis/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/redis/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/ioredis.ts' does not exist. File '/tmp/project/apps/api/node_modules/ioredis.tsx' does not exist. File '/tmp/project/apps/api/node_modules/ioredis.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/ioredis/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/ioredis.ts' does not exist. File '/tmp/project/node_modules/ioredis.tsx' does not exist. File '/tmp/project/node_modules/ioredis.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './built/index.d.ts' that references '/tmp/project/node_modules/ioredis/built/index.d.ts'. File '/tmp/project/node_modules/ioredis/built/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/ioredis/built/index.d.ts', result '/tmp/project/node_modules/ioredis/built/index.d.ts'. ======== Module name 'ioredis' was successfully resolved to '/tmp/project/node_modules/ioredis/built/index.d.ts' with Package ID 'ioredis/built/index.d.ts@5.3.1'. ======== ======== Resolving module 'private-environment' from '/tmp/project/apps/api/libs/redis/src/redis.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'private-environment'. 'paths' option is specified, looking for a pattern to match module name 'private-environment'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'private-environment'. Resolving module name 'private-environment' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/private-environment'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/private-environment', target file type 'TypeScript'. File '/tmp/project/apps/api/private-environment.ts' does not exist. File '/tmp/project/apps/api/private-environment.tsx' does not exist. File '/tmp/project/apps/api/private-environment.d.ts' does not exist. Directory '/tmp/project/apps/api/private-environment' does not exist, skipping all lookups in it. Loading module 'private-environment' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/redis/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/redis/node_modules' does not exist, skipping all lookups in it. Resolution for module 'private-environment' was found in cache from location '/tmp/project/apps/api/libs'. ======== Module name 'private-environment' was successfully resolved to '/tmp/project/packages/private-environment/dist/index.d.ts' with Package ID 'private-environment/dist/index.d.ts@0.0.1'. ======== ======== Resolving module './Redis' from '/tmp/project/node_modules/ioredis/built/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/Redis', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/Redis.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/Redis.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/Redis.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name './Redis' was successfully resolved to '/tmp/project/node_modules/ioredis/built/Redis.d.ts' with Package ID 'ioredis/built/Redis.d.ts@5.3.1'. ======== ======== Resolving module './cluster' from '/tmp/project/node_modules/ioredis/built/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/cluster', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/cluster.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/cluster.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/cluster.d.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/cluster/package.json' does not exist. File '/tmp/project/node_modules/ioredis/built/cluster/index.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/cluster/index.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/cluster/index.d.ts' exist - use it as a name resolution result. ======== Module name './cluster' was successfully resolved to '/tmp/project/node_modules/ioredis/built/cluster/index.d.ts'. ======== ======== Resolving module './Command' from '/tmp/project/node_modules/ioredis/built/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/Command', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/Command.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/Command.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/Command.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name './Command' was successfully resolved to '/tmp/project/node_modules/ioredis/built/Command.d.ts' with Package ID 'ioredis/built/Command.d.ts@5.3.1'. ======== ======== Resolving module './utils/RedisCommander' from '/tmp/project/node_modules/ioredis/built/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/utils/RedisCommander', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/utils/RedisCommander.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/utils/RedisCommander.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/utils/RedisCommander.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name './utils/RedisCommander' was successfully resolved to '/tmp/project/node_modules/ioredis/built/utils/RedisCommander.d.ts' with Package ID 'ioredis/built/utils/RedisCommander.d.ts@5.3.1'. ======== ======== Resolving module './ScanStream' from '/tmp/project/node_modules/ioredis/built/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/ScanStream', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/ScanStream.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/ScanStream.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/ScanStream.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name './ScanStream' was successfully resolved to '/tmp/project/node_modules/ioredis/built/ScanStream.d.ts' with Package ID 'ioredis/built/ScanStream.d.ts@5.3.1'. ======== ======== Resolving module './Pipeline' from '/tmp/project/node_modules/ioredis/built/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/Pipeline', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/Pipeline.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/Pipeline.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/Pipeline.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name './Pipeline' was successfully resolved to '/tmp/project/node_modules/ioredis/built/Pipeline.d.ts' with Package ID 'ioredis/built/Pipeline.d.ts@5.3.1'. ======== ======== Resolving module './connectors/AbstractConnector' from '/tmp/project/node_modules/ioredis/built/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/connectors/AbstractConnector', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/connectors/AbstractConnector.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/connectors/AbstractConnector.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/connectors/AbstractConnector.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name './connectors/AbstractConnector' was successfully resolved to '/tmp/project/node_modules/ioredis/built/connectors/AbstractConnector.d.ts' with Package ID 'ioredis/built/connectors/AbstractConnector.d.ts@5.3.1'. ======== ======== Resolving module './connectors/SentinelConnector' from '/tmp/project/node_modules/ioredis/built/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector.d.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/package.json' does not exist. File '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/index.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/index.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/index.d.ts' exist - use it as a name resolution result. ======== Module name './connectors/SentinelConnector' was successfully resolved to '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/index.d.ts'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/ioredis/built/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/types', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/types.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/types.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/ioredis/built/types.d.ts' with Package ID 'ioredis/built/types.d.ts@5.3.1'. ======== ======== Resolving module './connectors/StandaloneConnector' from '/tmp/project/node_modules/ioredis/built/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/connectors/StandaloneConnector', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/connectors/StandaloneConnector.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/connectors/StandaloneConnector.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/connectors/StandaloneConnector.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name './connectors/StandaloneConnector' was successfully resolved to '/tmp/project/node_modules/ioredis/built/connectors/StandaloneConnector.d.ts' with Package ID 'ioredis/built/connectors/StandaloneConnector.d.ts@5.3.1'. ======== ======== Resolving module './redis/RedisOptions' from '/tmp/project/node_modules/ioredis/built/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/redis/RedisOptions', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/redis/RedisOptions.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/redis/RedisOptions.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/redis/RedisOptions.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name './redis/RedisOptions' was successfully resolved to '/tmp/project/node_modules/ioredis/built/redis/RedisOptions.d.ts' with Package ID 'ioredis/built/redis/RedisOptions.d.ts@5.3.1'. ======== ======== Resolving module './cluster/ClusterOptions' from '/tmp/project/node_modules/ioredis/built/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/cluster/ClusterOptions', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/cluster/ClusterOptions.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/cluster/ClusterOptions.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/cluster/ClusterOptions.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name './cluster/ClusterOptions' was successfully resolved to '/tmp/project/node_modules/ioredis/built/cluster/ClusterOptions.d.ts' with Package ID 'ioredis/built/cluster/ClusterOptions.d.ts@5.3.1'. ======== ======== Resolving module './cluster/util' from '/tmp/project/node_modules/ioredis/built/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/cluster/util', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/cluster/util.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/cluster/util.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/cluster/util.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name './cluster/util' was successfully resolved to '/tmp/project/node_modules/ioredis/built/cluster/util.d.ts' with Package ID 'ioredis/built/cluster/util.d.ts@5.3.1'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/ioredis/built/Redis.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'events' from '/tmp/project/node_modules/ioredis/built/Redis.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'TypeScript'. File '/tmp/project/apps/api/events.ts' does not exist. File '/tmp/project/apps/api/events.tsx' does not exist. File '/tmp/project/apps/api/events.d.ts' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/ioredis/built/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/ioredis/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/events/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/events.ts' does not exist. File '/tmp/project/node_modules/events.tsx' does not exist. File '/tmp/project/node_modules/events.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field './events.js' that references '/tmp/project/node_modules/events/events.js'. File '/tmp/project/node_modules/events/events.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/events/events.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/events/events.js', target file type 'TypeScript'. File '/tmp/project/node_modules/events/events.js.ts' does not exist. File '/tmp/project/node_modules/events/events.js.tsx' does not exist. File '/tmp/project/node_modules/events/events.js.d.ts' does not exist. File name '/tmp/project/node_modules/events/events.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/events/events.ts' does not exist. File '/tmp/project/node_modules/events/events.tsx' does not exist. File '/tmp/project/node_modules/events/events.d.ts' does not exist. Directory '/tmp/project/node_modules/events/events.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/events/index.ts' does not exist. File '/tmp/project/node_modules/events/index.tsx' does not exist. File '/tmp/project/node_modules/events/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/events.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'JavaScript'. File '/tmp/project/apps/api/events.js' does not exist. File '/tmp/project/apps/api/events.jsx' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/ioredis/built/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/ioredis/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/events/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/events.js' does not exist. File '/tmp/project/node_modules/events.jsx' does not exist. 'package.json' has 'main' field './events.js' that references '/tmp/project/node_modules/events/events.js'. File '/tmp/project/node_modules/events/events.js' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/events/events.js', result '/tmp/project/node_modules/events/events.js'. ======== Module name 'events' was successfully resolved to '/tmp/project/node_modules/events/events.js' with Package ID 'events/events.js@3.3.0'. ======== ======== Resolving module './cluster' from '/tmp/project/node_modules/ioredis/built/Redis.d.ts'. ======== Resolution for module './cluster' was found in cache from location '/tmp/project/node_modules/ioredis/built'. ======== Module name './cluster' was successfully resolved to '/tmp/project/node_modules/ioredis/built/cluster/index.d.ts'. ======== ======== Resolving module './Command' from '/tmp/project/node_modules/ioredis/built/Redis.d.ts'. ======== Resolution for module './Command' was found in cache from location '/tmp/project/node_modules/ioredis/built'. ======== Module name './Command' was successfully resolved to '/tmp/project/node_modules/ioredis/built/Command.d.ts' with Package ID 'ioredis/built/Command.d.ts@5.3.1'. ======== ======== Resolving module './DataHandler' from '/tmp/project/node_modules/ioredis/built/Redis.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/DataHandler', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/DataHandler.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/DataHandler.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/DataHandler.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name './DataHandler' was successfully resolved to '/tmp/project/node_modules/ioredis/built/DataHandler.d.ts' with Package ID 'ioredis/built/DataHandler.d.ts@5.3.1'. ======== ======== Resolving module './redis/RedisOptions' from '/tmp/project/node_modules/ioredis/built/Redis.d.ts'. ======== Resolution for module './redis/RedisOptions' was found in cache from location '/tmp/project/node_modules/ioredis/built'. ======== Module name './redis/RedisOptions' was successfully resolved to '/tmp/project/node_modules/ioredis/built/redis/RedisOptions.d.ts' with Package ID 'ioredis/built/redis/RedisOptions.d.ts@5.3.1'. ======== ======== Resolving module './ScanStream' from '/tmp/project/node_modules/ioredis/built/Redis.d.ts'. ======== Resolution for module './ScanStream' was found in cache from location '/tmp/project/node_modules/ioredis/built'. ======== Module name './ScanStream' was successfully resolved to '/tmp/project/node_modules/ioredis/built/ScanStream.d.ts' with Package ID 'ioredis/built/ScanStream.d.ts@5.3.1'. ======== ======== Resolving module './transaction' from '/tmp/project/node_modules/ioredis/built/Redis.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/transaction', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/transaction.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/transaction.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/transaction.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name './transaction' was successfully resolved to '/tmp/project/node_modules/ioredis/built/transaction.d.ts' with Package ID 'ioredis/built/transaction.d.ts@5.3.1'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/ioredis/built/Redis.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/node_modules/ioredis/built'. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/ioredis/built/types.d.ts' with Package ID 'ioredis/built/types.d.ts@5.3.1'. ======== ======== Resolving module './utils/Commander' from '/tmp/project/node_modules/ioredis/built/Redis.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/utils/Commander', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/utils/Commander.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/utils/Commander.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/utils/Commander.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name './utils/Commander' was successfully resolved to '/tmp/project/node_modules/ioredis/built/utils/Commander.d.ts' with Package ID 'ioredis/built/utils/Commander.d.ts@5.3.1'. ======== ======== Resolving module 'denque' from '/tmp/project/node_modules/ioredis/built/Redis.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'denque'. 'paths' option is specified, looking for a pattern to match module name 'denque'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'denque'. Resolving module name 'denque' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/denque'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/denque', target file type 'TypeScript'. File '/tmp/project/apps/api/denque.ts' does not exist. File '/tmp/project/apps/api/denque.tsx' does not exist. File '/tmp/project/apps/api/denque.d.ts' does not exist. Directory '/tmp/project/apps/api/denque' does not exist, skipping all lookups in it. Loading module 'denque' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/ioredis/built/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/ioredis/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/denque/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/denque.ts' does not exist. File '/tmp/project/node_modules/denque.tsx' does not exist. File '/tmp/project/node_modules/denque.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'index.js' that references '/tmp/project/node_modules/denque/index.js'. File '/tmp/project/node_modules/denque/index.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/denque/index.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/denque/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/denque/index.js.ts' does not exist. File '/tmp/project/node_modules/denque/index.js.tsx' does not exist. File '/tmp/project/node_modules/denque/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/denque/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/denque/index.ts' does not exist. File '/tmp/project/node_modules/denque/index.tsx' does not exist. File '/tmp/project/node_modules/denque/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/denque/index.d.ts', result '/tmp/project/node_modules/denque/index.d.ts'. ======== Module name 'denque' was successfully resolved to '/tmp/project/node_modules/denque/index.d.ts' with Package ID 'denque/index.d.ts@2.1.0'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/ioredis/built/cluster/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'events' from '/tmp/project/node_modules/ioredis/built/cluster/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'TypeScript'. File '/tmp/project/apps/api/events.ts' does not exist. File '/tmp/project/apps/api/events.tsx' does not exist. File '/tmp/project/apps/api/events.d.ts' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/ioredis/built/cluster/node_modules' does not exist, skipping all lookups in it. Resolution for module 'events' was found in cache from location '/tmp/project/node_modules/ioredis/built'. ======== Module name 'events' was successfully resolved to '/tmp/project/node_modules/events/events.js' with Package ID 'events/events.js@3.3.0'. ======== ======== Resolving module '../Command' from '/tmp/project/node_modules/ioredis/built/cluster/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/Command', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/Command.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/Command.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/Command.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name '../Command' was successfully resolved to '/tmp/project/node_modules/ioredis/built/Command.d.ts' with Package ID 'ioredis/built/Command.d.ts@5.3.1'. ======== ======== Resolving module '../Redis' from '/tmp/project/node_modules/ioredis/built/cluster/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/Redis', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/Redis.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/Redis.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/Redis.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name '../Redis' was successfully resolved to '/tmp/project/node_modules/ioredis/built/Redis.d.ts' with Package ID 'ioredis/built/Redis.d.ts@5.3.1'. ======== ======== Resolving module '../ScanStream' from '/tmp/project/node_modules/ioredis/built/cluster/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/ScanStream', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/ScanStream.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/ScanStream.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/ScanStream.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name '../ScanStream' was successfully resolved to '/tmp/project/node_modules/ioredis/built/ScanStream.d.ts' with Package ID 'ioredis/built/ScanStream.d.ts@5.3.1'. ======== ======== Resolving module '../transaction' from '/tmp/project/node_modules/ioredis/built/cluster/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/transaction', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/transaction.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/transaction.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/transaction.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name '../transaction' was successfully resolved to '/tmp/project/node_modules/ioredis/built/transaction.d.ts' with Package ID 'ioredis/built/transaction.d.ts@5.3.1'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/ioredis/built/cluster/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/types', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/types.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/types.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/ioredis/built/types.d.ts' with Package ID 'ioredis/built/types.d.ts@5.3.1'. ======== ======== Resolving module '../utils/Commander' from '/tmp/project/node_modules/ioredis/built/cluster/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/utils/Commander', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/utils/Commander.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/utils/Commander.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/utils/Commander.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name '../utils/Commander' was successfully resolved to '/tmp/project/node_modules/ioredis/built/utils/Commander.d.ts' with Package ID 'ioredis/built/utils/Commander.d.ts@5.3.1'. ======== ======== Resolving module './ClusterOptions' from '/tmp/project/node_modules/ioredis/built/cluster/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/cluster/ClusterOptions', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/cluster/ClusterOptions.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/cluster/ClusterOptions.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/cluster/ClusterOptions.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name './ClusterOptions' was successfully resolved to '/tmp/project/node_modules/ioredis/built/cluster/ClusterOptions.d.ts' with Package ID 'ioredis/built/cluster/ClusterOptions.d.ts@5.3.1'. ======== ======== Resolving module './util' from '/tmp/project/node_modules/ioredis/built/cluster/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/cluster/util', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/cluster/util.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/cluster/util.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/cluster/util.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name './util' was successfully resolved to '/tmp/project/node_modules/ioredis/built/cluster/util.d.ts' with Package ID 'ioredis/built/cluster/util.d.ts@5.3.1'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/ioredis/built/Command.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/ioredis/built'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module './types' from '/tmp/project/node_modules/ioredis/built/Command.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/node_modules/ioredis/built'. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/ioredis/built/types.d.ts' with Package ID 'ioredis/built/types.d.ts@5.3.1'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/ioredis/built/types.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/ioredis/built'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'net' from '/tmp/project/node_modules/ioredis/built/types.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'net'. 'paths' option is specified, looking for a pattern to match module name 'net'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'net'. Resolving module name 'net' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/net'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/net', target file type 'TypeScript'. File '/tmp/project/apps/api/net.ts' does not exist. File '/tmp/project/apps/api/net.tsx' does not exist. File '/tmp/project/apps/api/net.d.ts' does not exist. Directory '/tmp/project/apps/api/net' does not exist, skipping all lookups in it. Loading module 'net' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/ioredis/built/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/ioredis/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/net.ts' does not exist. File '/tmp/project/node_modules/net.tsx' does not exist. File '/tmp/project/node_modules/net.d.ts' does not exist. File '/tmp/project/node_modules/@types/net.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'net'. 'paths' option is specified, looking for a pattern to match module name 'net'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'net'. Resolving module name 'net' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/net'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/net', target file type 'JavaScript'. File '/tmp/project/apps/api/net.js' does not exist. File '/tmp/project/apps/api/net.jsx' does not exist. Directory '/tmp/project/apps/api/net' does not exist, skipping all lookups in it. Loading module 'net' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/ioredis/built/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/ioredis/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/net.js' does not exist. File '/tmp/project/node_modules/net.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'net'. 'paths' option is specified, looking for a pattern to match module name 'net'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'net'. Resolving module name 'net' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/net'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/net', target file type 'Json'. Directory '/tmp/project/apps/api/net' does not exist, skipping all lookups in it. Loading module 'net' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/ioredis/built/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/ioredis/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'net' was not resolved. ======== ======== Resolving module 'tls' from '/tmp/project/node_modules/ioredis/built/types.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'tls'. 'paths' option is specified, looking for a pattern to match module name 'tls'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'tls'. Resolving module name 'tls' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/tls'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/tls', target file type 'TypeScript'. File '/tmp/project/apps/api/tls.ts' does not exist. File '/tmp/project/apps/api/tls.tsx' does not exist. File '/tmp/project/apps/api/tls.d.ts' does not exist. Directory '/tmp/project/apps/api/tls' does not exist, skipping all lookups in it. Loading module 'tls' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/ioredis/built/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/ioredis/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/tls.ts' does not exist. File '/tmp/project/node_modules/tls.tsx' does not exist. File '/tmp/project/node_modules/tls.d.ts' does not exist. File '/tmp/project/node_modules/@types/tls.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'tls'. 'paths' option is specified, looking for a pattern to match module name 'tls'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'tls'. Resolving module name 'tls' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/tls'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/tls', target file type 'JavaScript'. File '/tmp/project/apps/api/tls.js' does not exist. File '/tmp/project/apps/api/tls.jsx' does not exist. Directory '/tmp/project/apps/api/tls' does not exist, skipping all lookups in it. Loading module 'tls' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/ioredis/built/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/ioredis/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/tls.js' does not exist. File '/tmp/project/node_modules/tls.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'tls'. 'paths' option is specified, looking for a pattern to match module name 'tls'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'tls'. Resolving module name 'tls' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/tls'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/tls', target file type 'Json'. Directory '/tmp/project/apps/api/tls' does not exist, skipping all lookups in it. Loading module 'tls' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/ioredis/built/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/ioredis/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'tls' was not resolved. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/ioredis/built/ScanStream.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/ioredis/built'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'stream' from '/tmp/project/node_modules/ioredis/built/ScanStream.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. 'paths' option is specified, looking for a pattern to match module name 'stream'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. Resolving module name 'stream' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/stream'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/stream', target file type 'TypeScript'. File '/tmp/project/apps/api/stream.ts' does not exist. File '/tmp/project/apps/api/stream.tsx' does not exist. File '/tmp/project/apps/api/stream.d.ts' does not exist. Directory '/tmp/project/apps/api/stream' does not exist, skipping all lookups in it. Loading module 'stream' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/ioredis/built/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/ioredis/node_modules' does not exist, skipping all lookups in it. Resolution for module 'stream' was found in cache from location '/tmp/project'. ======== Module name 'stream' was not resolved. ======== ======== Resolving module './utils/RedisCommander' from '/tmp/project/node_modules/ioredis/built/transaction.d.ts'. ======== Resolution for module './utils/RedisCommander' was found in cache from location '/tmp/project/node_modules/ioredis/built'. ======== Module name './utils/RedisCommander' was successfully resolved to '/tmp/project/node_modules/ioredis/built/utils/RedisCommander.d.ts' with Package ID 'ioredis/built/utils/RedisCommander.d.ts@5.3.1'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/ioredis/built/utils/RedisCommander.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/ioredis/built/utils/RedisCommander.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/types', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/types.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/types.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/ioredis/built/types.d.ts' with Package ID 'ioredis/built/types.d.ts@5.3.1'. ======== ======== Resolving module '../Command' from '/tmp/project/node_modules/ioredis/built/utils/Commander.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/Command', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/Command.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/Command.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/Command.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name '../Command' was successfully resolved to '/tmp/project/node_modules/ioredis/built/Command.d.ts' with Package ID 'ioredis/built/Command.d.ts@5.3.1'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/ioredis/built/utils/Commander.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/ioredis/built/utils'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/ioredis/built/types.d.ts' with Package ID 'ioredis/built/types.d.ts@5.3.1'. ======== ======== Resolving module './RedisCommander' from '/tmp/project/node_modules/ioredis/built/utils/Commander.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/utils/RedisCommander', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/utils/RedisCommander.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/utils/RedisCommander.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/utils/RedisCommander.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name './RedisCommander' was successfully resolved to '/tmp/project/node_modules/ioredis/built/utils/RedisCommander.d.ts' with Package ID 'ioredis/built/utils/RedisCommander.d.ts@5.3.1'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/ioredis/built/cluster/ClusterOptions.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/ioredis/built/cluster'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'dns' from '/tmp/project/node_modules/ioredis/built/cluster/ClusterOptions.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'dns'. 'paths' option is specified, looking for a pattern to match module name 'dns'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'dns'. Resolving module name 'dns' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/dns'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/dns', target file type 'TypeScript'. File '/tmp/project/apps/api/dns.ts' does not exist. File '/tmp/project/apps/api/dns.tsx' does not exist. File '/tmp/project/apps/api/dns.d.ts' does not exist. Directory '/tmp/project/apps/api/dns' does not exist, skipping all lookups in it. Loading module 'dns' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/ioredis/built/cluster/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/ioredis/built/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/ioredis/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/dns.ts' does not exist. File '/tmp/project/node_modules/dns.tsx' does not exist. File '/tmp/project/node_modules/dns.d.ts' does not exist. File '/tmp/project/node_modules/@types/dns.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'dns'. 'paths' option is specified, looking for a pattern to match module name 'dns'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'dns'. Resolving module name 'dns' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/dns'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/dns', target file type 'JavaScript'. File '/tmp/project/apps/api/dns.js' does not exist. File '/tmp/project/apps/api/dns.jsx' does not exist. Directory '/tmp/project/apps/api/dns' does not exist, skipping all lookups in it. Loading module 'dns' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/ioredis/built/cluster/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/ioredis/built/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/ioredis/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/dns.js' does not exist. File '/tmp/project/node_modules/dns.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'dns'. 'paths' option is specified, looking for a pattern to match module name 'dns'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'dns'. Resolving module name 'dns' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/dns'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/dns', target file type 'Json'. Directory '/tmp/project/apps/api/dns' does not exist, skipping all lookups in it. Loading module 'dns' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/ioredis/built/cluster/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/ioredis/built/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/ioredis/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'dns' was not resolved. ======== ======== Resolving module '../redis/RedisOptions' from '/tmp/project/node_modules/ioredis/built/cluster/ClusterOptions.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/redis/RedisOptions', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/redis/RedisOptions.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/redis/RedisOptions.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/redis/RedisOptions.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name '../redis/RedisOptions' was successfully resolved to '/tmp/project/node_modules/ioredis/built/redis/RedisOptions.d.ts' with Package ID 'ioredis/built/redis/RedisOptions.d.ts@5.3.1'. ======== ======== Resolving module '../utils/Commander' from '/tmp/project/node_modules/ioredis/built/cluster/ClusterOptions.d.ts'. ======== Resolution for module '../utils/Commander' was found in cache from location '/tmp/project/node_modules/ioredis/built/cluster'. ======== Module name '../utils/Commander' was successfully resolved to '/tmp/project/node_modules/ioredis/built/utils/Commander.d.ts' with Package ID 'ioredis/built/utils/Commander.d.ts@5.3.1'. ======== ======== Resolving module './util' from '/tmp/project/node_modules/ioredis/built/cluster/ClusterOptions.d.ts'. ======== Resolution for module './util' was found in cache from location '/tmp/project/node_modules/ioredis/built/cluster'. ======== Module name './util' was successfully resolved to '/tmp/project/node_modules/ioredis/built/cluster/util.d.ts' with Package ID 'ioredis/built/cluster/util.d.ts@5.3.1'. ======== ======== Resolving module '../utils/Commander' from '/tmp/project/node_modules/ioredis/built/redis/RedisOptions.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/utils/Commander', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/utils/Commander.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/utils/Commander.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/utils/Commander.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name '../utils/Commander' was successfully resolved to '/tmp/project/node_modules/ioredis/built/utils/Commander.d.ts' with Package ID 'ioredis/built/utils/Commander.d.ts@5.3.1'. ======== ======== Resolving module '../connectors/ConnectorConstructor' from '/tmp/project/node_modules/ioredis/built/redis/RedisOptions.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/connectors/ConnectorConstructor', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/connectors/ConnectorConstructor.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/connectors/ConnectorConstructor.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/connectors/ConnectorConstructor.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name '../connectors/ConnectorConstructor' was successfully resolved to '/tmp/project/node_modules/ioredis/built/connectors/ConnectorConstructor.d.ts' with Package ID 'ioredis/built/connectors/ConnectorConstructor.d.ts@5.3.1'. ======== ======== Resolving module '../connectors/SentinelConnector' from '/tmp/project/node_modules/ioredis/built/redis/RedisOptions.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector.d.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/index.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/index.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/index.d.ts' exist - use it as a name resolution result. ======== Module name '../connectors/SentinelConnector' was successfully resolved to '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/index.d.ts'. ======== ======== Resolving module '../connectors/StandaloneConnector' from '/tmp/project/node_modules/ioredis/built/redis/RedisOptions.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/connectors/StandaloneConnector', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/connectors/StandaloneConnector.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/connectors/StandaloneConnector.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/connectors/StandaloneConnector.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name '../connectors/StandaloneConnector' was successfully resolved to '/tmp/project/node_modules/ioredis/built/connectors/StandaloneConnector.d.ts' with Package ID 'ioredis/built/connectors/StandaloneConnector.d.ts@5.3.1'. ======== ======== Resolving module './AbstractConnector' from '/tmp/project/node_modules/ioredis/built/connectors/ConnectorConstructor.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/connectors/AbstractConnector', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/connectors/AbstractConnector.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/connectors/AbstractConnector.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/connectors/AbstractConnector.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name './AbstractConnector' was successfully resolved to '/tmp/project/node_modules/ioredis/built/connectors/AbstractConnector.d.ts' with Package ID 'ioredis/built/connectors/AbstractConnector.d.ts@5.3.1'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/ioredis/built/connectors/AbstractConnector.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/types', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/types.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/types.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/ioredis/built/types.d.ts' with Package ID 'ioredis/built/types.d.ts@5.3.1'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'events' from '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'TypeScript'. File '/tmp/project/apps/api/events.ts' does not exist. File '/tmp/project/apps/api/events.tsx' does not exist. File '/tmp/project/apps/api/events.d.ts' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/ioredis/built/connectors/node_modules' does not exist, skipping all lookups in it. Resolution for module 'events' was found in cache from location '/tmp/project/node_modules/ioredis/built'. ======== Module name 'events' was successfully resolved to '/tmp/project/node_modules/events/events.js' with Package ID 'events/events.js@3.3.0'. ======== ======== Resolving module '../../cluster/ClusterOptions' from '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/cluster/ClusterOptions', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/cluster/ClusterOptions.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/cluster/ClusterOptions.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/cluster/ClusterOptions.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name '../../cluster/ClusterOptions' was successfully resolved to '/tmp/project/node_modules/ioredis/built/cluster/ClusterOptions.d.ts' with Package ID 'ioredis/built/cluster/ClusterOptions.d.ts@5.3.1'. ======== ======== Resolving module 'tls' from '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'tls'. 'paths' option is specified, looking for a pattern to match module name 'tls'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'tls'. Resolving module name 'tls' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/tls'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/tls', target file type 'TypeScript'. File '/tmp/project/apps/api/tls.ts' does not exist. File '/tmp/project/apps/api/tls.tsx' does not exist. File '/tmp/project/apps/api/tls.d.ts' does not exist. Directory '/tmp/project/apps/api/tls' does not exist, skipping all lookups in it. Loading module 'tls' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/ioredis/built/connectors/node_modules' does not exist, skipping all lookups in it. Resolution for module 'tls' was found in cache from location '/tmp/project/node_modules/ioredis/built'. ======== Module name 'tls' was not resolved. ======== ======== Resolving module './SentinelIterator' from '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/SentinelIterator', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/SentinelIterator.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/SentinelIterator.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/SentinelIterator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name './SentinelIterator' was successfully resolved to '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/SentinelIterator.d.ts' with Package ID 'ioredis/built/connectors/SentinelConnector/SentinelIterator.d.ts@5.3.1'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/types', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/types.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/types.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/types.d.ts' with Package ID 'ioredis/built/connectors/SentinelConnector/types.d.ts@5.3.1'. ======== ======== Resolving module '../AbstractConnector' from '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/connectors/AbstractConnector', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/connectors/AbstractConnector.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/connectors/AbstractConnector.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/connectors/AbstractConnector.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name '../AbstractConnector' was successfully resolved to '/tmp/project/node_modules/ioredis/built/connectors/AbstractConnector.d.ts' with Package ID 'ioredis/built/connectors/AbstractConnector.d.ts@5.3.1'. ======== ======== Resolving module '../../types' from '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/types', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/types.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/types.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name '../../types' was successfully resolved to '/tmp/project/node_modules/ioredis/built/types.d.ts' with Package ID 'ioredis/built/types.d.ts@5.3.1'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/SentinelIterator.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector'. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/types.d.ts' with Package ID 'ioredis/built/connectors/SentinelConnector/types.d.ts@5.3.1'. ======== ======== Resolving module '../../redis/RedisOptions' from '/tmp/project/node_modules/ioredis/built/connectors/SentinelConnector/types.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/redis/RedisOptions', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/redis/RedisOptions.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/redis/RedisOptions.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/redis/RedisOptions.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name '../../redis/RedisOptions' was successfully resolved to '/tmp/project/node_modules/ioredis/built/redis/RedisOptions.d.ts' with Package ID 'ioredis/built/redis/RedisOptions.d.ts@5.3.1'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/ioredis/built/connectors/StandaloneConnector.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'net' from '/tmp/project/node_modules/ioredis/built/connectors/StandaloneConnector.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'net'. 'paths' option is specified, looking for a pattern to match module name 'net'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'net'. Resolving module name 'net' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/net'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/net', target file type 'TypeScript'. File '/tmp/project/apps/api/net.ts' does not exist. File '/tmp/project/apps/api/net.tsx' does not exist. File '/tmp/project/apps/api/net.d.ts' does not exist. Directory '/tmp/project/apps/api/net' does not exist, skipping all lookups in it. Loading module 'net' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/ioredis/built/connectors/node_modules' does not exist, skipping all lookups in it. Resolution for module 'net' was found in cache from location '/tmp/project/node_modules/ioredis/built'. ======== Module name 'net' was not resolved. ======== ======== Resolving module 'tls' from '/tmp/project/node_modules/ioredis/built/connectors/StandaloneConnector.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'tls'. 'paths' option is specified, looking for a pattern to match module name 'tls'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'tls'. Resolving module name 'tls' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/tls'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/tls', target file type 'TypeScript'. File '/tmp/project/apps/api/tls.ts' does not exist. File '/tmp/project/apps/api/tls.tsx' does not exist. File '/tmp/project/apps/api/tls.d.ts' does not exist. Directory '/tmp/project/apps/api/tls' does not exist, skipping all lookups in it. Loading module 'tls' from 'node_modules' folder, target file type 'TypeScript'. Resolution for module 'tls' was found in cache from location '/tmp/project/node_modules/ioredis/built/connectors'. ======== Module name 'tls' was not resolved. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/ioredis/built/connectors/StandaloneConnector.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/node_modules/ioredis/built/connectors'. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/ioredis/built/types.d.ts' with Package ID 'ioredis/built/types.d.ts@5.3.1'. ======== ======== Resolving module './AbstractConnector' from '/tmp/project/node_modules/ioredis/built/connectors/StandaloneConnector.d.ts'. ======== Resolution for module './AbstractConnector' was found in cache from location '/tmp/project/node_modules/ioredis/built/connectors'. ======== Module name './AbstractConnector' was successfully resolved to '/tmp/project/node_modules/ioredis/built/connectors/AbstractConnector.d.ts' with Package ID 'ioredis/built/connectors/AbstractConnector.d.ts@5.3.1'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/ioredis/built/cluster/util.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/ioredis/built/cluster'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'dns' from '/tmp/project/node_modules/ioredis/built/cluster/util.d.ts'. ======== Resolution for module 'dns' was found in cache from location '/tmp/project/node_modules/ioredis/built/cluster'. ======== Module name 'dns' was not resolved. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/ioredis/built/DataHandler.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/ioredis/built'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module './types' from '/tmp/project/node_modules/ioredis/built/DataHandler.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/node_modules/ioredis/built'. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/ioredis/built/types.d.ts' with Package ID 'ioredis/built/types.d.ts@5.3.1'. ======== ======== Resolving module 'denque' from '/tmp/project/node_modules/ioredis/built/DataHandler.d.ts'. ======== Resolution for module 'denque' was found in cache from location '/tmp/project/node_modules/ioredis/built'. ======== Module name 'denque' was successfully resolved to '/tmp/project/node_modules/denque/index.d.ts' with Package ID 'denque/index.d.ts@2.1.0'. ======== ======== Resolving module 'events' from '/tmp/project/node_modules/ioredis/built/DataHandler.d.ts'. ======== Resolution for module 'events' was found in cache from location '/tmp/project/node_modules/ioredis/built'. ======== Module name 'events' was successfully resolved to '/tmp/project/node_modules/events/events.js' with Package ID 'events/events.js@3.3.0'. ======== ======== Resolving module './SubscriptionSet' from '/tmp/project/node_modules/ioredis/built/DataHandler.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/ioredis/built/SubscriptionSet', target file type 'TypeScript'. File '/tmp/project/node_modules/ioredis/built/SubscriptionSet.ts' does not exist. File '/tmp/project/node_modules/ioredis/built/SubscriptionSet.tsx' does not exist. File '/tmp/project/node_modules/ioredis/built/SubscriptionSet.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/ioredis/package.json' exists according to earlier cached lookups. ======== Module name './SubscriptionSet' was successfully resolved to '/tmp/project/node_modules/ioredis/built/SubscriptionSet.d.ts' with Package ID 'ioredis/built/SubscriptionSet.d.ts@5.3.1'. ======== ======== Resolving module './Command' from '/tmp/project/node_modules/ioredis/built/SubscriptionSet.d.ts'. ======== Resolution for module './Command' was found in cache from location '/tmp/project/node_modules/ioredis/built'. ======== Module name './Command' was successfully resolved to '/tmp/project/node_modules/ioredis/built/Command.d.ts' with Package ID 'ioredis/built/Command.d.ts@5.3.1'. ======== ======== Resolving module './Redis' from '/tmp/project/node_modules/ioredis/built/Pipeline.d.ts'. ======== Resolution for module './Redis' was found in cache from location '/tmp/project/node_modules/ioredis/built'. ======== Module name './Redis' was successfully resolved to '/tmp/project/node_modules/ioredis/built/Redis.d.ts' with Package ID 'ioredis/built/Redis.d.ts@5.3.1'. ======== ======== Resolving module './cluster' from '/tmp/project/node_modules/ioredis/built/Pipeline.d.ts'. ======== Resolution for module './cluster' was found in cache from location '/tmp/project/node_modules/ioredis/built'. ======== Module name './cluster' was successfully resolved to '/tmp/project/node_modules/ioredis/built/cluster/index.d.ts'. ======== ======== Resolving module './Command' from '/tmp/project/node_modules/ioredis/built/Pipeline.d.ts'. ======== Resolution for module './Command' was found in cache from location '/tmp/project/node_modules/ioredis/built'. ======== Module name './Command' was successfully resolved to '/tmp/project/node_modules/ioredis/built/Command.d.ts' with Package ID 'ioredis/built/Command.d.ts@5.3.1'. ======== ======== Resolving module './utils/Commander' from '/tmp/project/node_modules/ioredis/built/Pipeline.d.ts'. ======== Resolution for module './utils/Commander' was found in cache from location '/tmp/project/node_modules/ioredis/built'. ======== Module name './utils/Commander' was successfully resolved to '/tmp/project/node_modules/ioredis/built/utils/Commander.d.ts' with Package ID 'ioredis/built/utils/Commander.d.ts@5.3.1'. ======== ======== Resolving module './lib/createNestedMiddleware' from '/tmp/project/node_modules/prisma-nested-middleware/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/prisma-nested-middleware/dist/lib/createNestedMiddleware', target file type 'TypeScript'. File '/tmp/project/node_modules/prisma-nested-middleware/dist/lib/createNestedMiddleware.ts' does not exist. File '/tmp/project/node_modules/prisma-nested-middleware/dist/lib/createNestedMiddleware.tsx' does not exist. File '/tmp/project/node_modules/prisma-nested-middleware/dist/lib/createNestedMiddleware.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/prisma-nested-middleware/package.json' exists according to earlier cached lookups. ======== Module name './lib/createNestedMiddleware' was successfully resolved to '/tmp/project/node_modules/prisma-nested-middleware/dist/lib/createNestedMiddleware.d.ts' with Package ID 'prisma-nested-middleware/dist/lib/createNestedMiddleware.d.ts@2.3.0'. ======== ======== Resolving module './lib/types' from '/tmp/project/node_modules/prisma-nested-middleware/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/prisma-nested-middleware/dist/lib/types', target file type 'TypeScript'. File '/tmp/project/node_modules/prisma-nested-middleware/dist/lib/types.ts' does not exist. File '/tmp/project/node_modules/prisma-nested-middleware/dist/lib/types.tsx' does not exist. File '/tmp/project/node_modules/prisma-nested-middleware/dist/lib/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/prisma-nested-middleware/package.json' exists according to earlier cached lookups. ======== Module name './lib/types' was successfully resolved to '/tmp/project/node_modules/prisma-nested-middleware/dist/lib/types.d.ts' with Package ID 'prisma-nested-middleware/dist/lib/types.d.ts@2.3.0'. ======== ======== Resolving module '@prisma/client' from '/tmp/project/node_modules/prisma-nested-middleware/dist/lib/createNestedMiddleware.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@prisma/client'. 'paths' option is specified, looking for a pattern to match module name '@prisma/client'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@prisma/client'. Resolving module name '@prisma/client' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@prisma/client'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@prisma/client', target file type 'TypeScript'. Loading module '@prisma/client' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/prisma-nested-middleware/dist/lib/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'prisma__client' Directory '/tmp/project/node_modules/prisma-nested-middleware/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'prisma__client' Directory '/tmp/project/node_modules/prisma-nested-middleware/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'prisma__client' Resolution for module '@prisma/client' was found in cache from location '/tmp/project'. ======== Module name '@prisma/client' was successfully resolved to '/tmp/project/node_modules/@prisma/client/index.d.ts' with Package ID '@prisma/client/index.d.ts@4.16.2'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/prisma-nested-middleware/dist/lib/createNestedMiddleware.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/prisma-nested-middleware/dist/lib/types', target file type 'TypeScript'. File '/tmp/project/node_modules/prisma-nested-middleware/dist/lib/types.ts' does not exist. File '/tmp/project/node_modules/prisma-nested-middleware/dist/lib/types.tsx' does not exist. File '/tmp/project/node_modules/prisma-nested-middleware/dist/lib/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/prisma-nested-middleware/package.json' exists according to earlier cached lookups. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/prisma-nested-middleware/dist/lib/types.d.ts' with Package ID 'prisma-nested-middleware/dist/lib/types.d.ts@2.3.0'. ======== ======== Resolving module '@prisma/client' from '/tmp/project/node_modules/prisma-nested-middleware/dist/lib/types.d.ts'. ======== Resolution for module '@prisma/client' was found in cache from location '/tmp/project/node_modules/prisma-nested-middleware/dist/lib'. ======== Module name '@prisma/client' was successfully resolved to '/tmp/project/node_modules/@prisma/client/index.d.ts' with Package ID '@prisma/client/index.d.ts@4.16.2'. ======== ======== Resolving module '@open-draft/deferred-promise' from '/tmp/project/node_modules/prisma-nested-middleware/dist/lib/types.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@open-draft/deferred-promise'. 'paths' option is specified, looking for a pattern to match module name '@open-draft/deferred-promise'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@open-draft/deferred-promise'. Resolving module name '@open-draft/deferred-promise' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@open-draft/deferred-promise'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@open-draft/deferred-promise', target file type 'TypeScript'. Loading module '@open-draft/deferred-promise' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/prisma-nested-middleware/dist/lib/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'open-draft__deferred-promise' Directory '/tmp/project/node_modules/prisma-nested-middleware/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'open-draft__deferred-promise' Directory '/tmp/project/node_modules/prisma-nested-middleware/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'open-draft__deferred-promise' Found 'package.json' at '/tmp/project/node_modules/@open-draft/deferred-promise/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@open-draft/deferred-promise.ts' does not exist. File '/tmp/project/node_modules/@open-draft/deferred-promise.tsx' does not exist. File '/tmp/project/node_modules/@open-draft/deferred-promise.d.ts' does not exist. 'package.json' has 'typings' field './build/index.d.ts' that references '/tmp/project/node_modules/@open-draft/deferred-promise/build/index.d.ts'. File '/tmp/project/node_modules/@open-draft/deferred-promise/build/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@open-draft/deferred-promise/build/index.d.ts', result '/tmp/project/node_modules/@open-draft/deferred-promise/build/index.d.ts'. ======== Module name '@open-draft/deferred-promise' was successfully resolved to '/tmp/project/node_modules/@open-draft/deferred-promise/build/index.d.ts' with Package ID '@open-draft/deferred-promise/build/index.d.ts@2.1.0'. ======== ======== Resolving module './createDeferredExecutor' from '/tmp/project/node_modules/@open-draft/deferred-promise/build/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@open-draft/deferred-promise/build/createDeferredExecutor', target file type 'TypeScript'. File '/tmp/project/node_modules/@open-draft/deferred-promise/build/createDeferredExecutor.ts' does not exist. File '/tmp/project/node_modules/@open-draft/deferred-promise/build/createDeferredExecutor.tsx' does not exist. File '/tmp/project/node_modules/@open-draft/deferred-promise/build/createDeferredExecutor.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@open-draft/deferred-promise/package.json' exists according to earlier cached lookups. ======== Module name './createDeferredExecutor' was successfully resolved to '/tmp/project/node_modules/@open-draft/deferred-promise/build/createDeferredExecutor.d.ts' with Package ID '@open-draft/deferred-promise/build/createDeferredExecutor.d.ts@2.1.0'. ======== ======== Resolving module './DeferredPromise' from '/tmp/project/node_modules/@open-draft/deferred-promise/build/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@open-draft/deferred-promise/build/DeferredPromise', target file type 'TypeScript'. File '/tmp/project/node_modules/@open-draft/deferred-promise/build/DeferredPromise.ts' does not exist. File '/tmp/project/node_modules/@open-draft/deferred-promise/build/DeferredPromise.tsx' does not exist. File '/tmp/project/node_modules/@open-draft/deferred-promise/build/DeferredPromise.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@open-draft/deferred-promise/package.json' exists according to earlier cached lookups. ======== Module name './DeferredPromise' was successfully resolved to '/tmp/project/node_modules/@open-draft/deferred-promise/build/DeferredPromise.d.ts' with Package ID '@open-draft/deferred-promise/build/DeferredPromise.d.ts@2.1.0'. ======== ======== Resolving module './createDeferredExecutor' from '/tmp/project/node_modules/@open-draft/deferred-promise/build/DeferredPromise.d.ts'. ======== Resolution for module './createDeferredExecutor' was found in cache from location '/tmp/project/node_modules/@open-draft/deferred-promise/build'. ======== Module name './createDeferredExecutor' was successfully resolved to '/tmp/project/node_modules/@open-draft/deferred-promise/build/createDeferredExecutor.d.ts' with Package ID '@open-draft/deferred-promise/build/createDeferredExecutor.d.ts@2.1.0'. ======== ======== Resolving module 'crypto-js' from '/tmp/project/apps/api/apps/api/src/auth/randomString.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'crypto-js'. 'paths' option is specified, looking for a pattern to match module name 'crypto-js'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'crypto-js'. Resolving module name 'crypto-js' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/crypto-js'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/crypto-js', target file type 'TypeScript'. File '/tmp/project/apps/api/crypto-js.ts' does not exist. File '/tmp/project/apps/api/crypto-js.tsx' does not exist. File '/tmp/project/apps/api/crypto-js.d.ts' does not exist. Directory '/tmp/project/apps/api/crypto-js' does not exist, skipping all lookups in it. Loading module 'crypto-js' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/auth/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/crypto-js.ts' does not exist. File '/tmp/project/apps/api/node_modules/crypto-js.tsx' does not exist. File '/tmp/project/apps/api/node_modules/crypto-js.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/crypto-js/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/crypto-js.ts' does not exist. File '/tmp/project/node_modules/crypto-js.tsx' does not exist. File '/tmp/project/node_modules/crypto-js.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'index.js' that references '/tmp/project/node_modules/crypto-js/index.js'. File '/tmp/project/node_modules/crypto-js/index.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/crypto-js/index.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/crypto-js/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/crypto-js/index.js.ts' does not exist. File '/tmp/project/node_modules/crypto-js/index.js.tsx' does not exist. File '/tmp/project/node_modules/crypto-js/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/crypto-js/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/crypto-js/index.ts' does not exist. File '/tmp/project/node_modules/crypto-js/index.tsx' does not exist. File '/tmp/project/node_modules/crypto-js/index.d.ts' does not exist. Directory '/tmp/project/node_modules/crypto-js/index.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/crypto-js/index.ts' does not exist. File '/tmp/project/node_modules/crypto-js/index.tsx' does not exist. File '/tmp/project/node_modules/crypto-js/index.d.ts' does not exist. Found 'package.json' at '/tmp/project/node_modules/@types/crypto-js/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@types/crypto-js.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/crypto-js/index.d.ts'. File '/tmp/project/node_modules/@types/crypto-js/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/crypto-js/index.d.ts', result '/tmp/project/node_modules/@types/crypto-js/index.d.ts'. ======== Module name 'crypto-js' was successfully resolved to '/tmp/project/node_modules/@types/crypto-js/index.d.ts' with Package ID '@types/crypto-js/index.d.ts@4.1.1'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/apps/api/src/config/include.defaults.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. 'paths' option is specified, looking for a pattern to match module name 'prismas'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. Resolving module name 'prismas' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/prismas'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/prismas', target file type 'TypeScript'. File '/tmp/project/apps/api/prismas.ts' does not exist. File '/tmp/project/apps/api/prismas.tsx' does not exist. File '/tmp/project/apps/api/prismas.d.ts' does not exist. Directory '/tmp/project/apps/api/prismas' does not exist, skipping all lookups in it. Loading module 'prismas' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/config/node_modules' does not exist, skipping all lookups in it. Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '@socket.io/redis-adapter' from '/tmp/project/apps/api/apps/api/src/redis.adapter.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@socket.io/redis-adapter'. 'paths' option is specified, looking for a pattern to match module name '@socket.io/redis-adapter'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@socket.io/redis-adapter'. Resolving module name '@socket.io/redis-adapter' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@socket.io/redis-adapter'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@socket.io/redis-adapter', target file type 'TypeScript'. Loading module '@socket.io/redis-adapter' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'socket.io__redis-adapter' Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'socket.io__redis-adapter' Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'socket.io__redis-adapter' Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'socket.io__redis-adapter' Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'socket.io__redis-adapter' Found 'package.json' at '/tmp/project/node_modules/@socket.io/redis-adapter/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@socket.io/redis-adapter.ts' does not exist. File '/tmp/project/node_modules/@socket.io/redis-adapter.tsx' does not exist. File '/tmp/project/node_modules/@socket.io/redis-adapter.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist/index.d.ts' that references '/tmp/project/node_modules/@socket.io/redis-adapter/dist/index.d.ts'. File '/tmp/project/node_modules/@socket.io/redis-adapter/dist/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@socket.io/redis-adapter/dist/index.d.ts', result '/tmp/project/node_modules/@socket.io/redis-adapter/dist/index.d.ts'. ======== Module name '@socket.io/redis-adapter' was successfully resolved to '/tmp/project/node_modules/@socket.io/redis-adapter/dist/index.d.ts' with Package ID '@socket.io/redis-adapter/dist/index.d.ts@8.1.0'. ======== ======== Resolving module 'redis' from '/tmp/project/apps/api/apps/api/src/redis.adapter.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'redis'. 'paths' option is specified, looking for a pattern to match module name 'redis'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'redis'. Resolving module name 'redis' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/redis'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/redis', target file type 'TypeScript'. File '/tmp/project/apps/api/redis.ts' does not exist. File '/tmp/project/apps/api/redis.tsx' does not exist. File '/tmp/project/apps/api/redis.d.ts' does not exist. Directory '/tmp/project/apps/api/redis' does not exist, skipping all lookups in it. Loading module 'redis' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/redis.ts' does not exist. File '/tmp/project/apps/api/node_modules/redis.tsx' does not exist. File '/tmp/project/apps/api/node_modules/redis.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/redis/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/redis.ts' does not exist. File '/tmp/project/node_modules/redis.tsx' does not exist. File '/tmp/project/node_modules/redis.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist/index.d.ts' that references '/tmp/project/node_modules/redis/dist/index.d.ts'. File '/tmp/project/node_modules/redis/dist/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/redis/dist/index.d.ts', result '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Module name 'redis' was successfully resolved to '/tmp/project/node_modules/redis/dist/index.d.ts' with Package ID 'redis/dist/index.d.ts@4.6.5'. ======== ======== Resolving module '@nestjs/platform-socket.io' from '/tmp/project/apps/api/apps/api/src/redis.adapter.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/platform-socket.io'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/platform-socket.io'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/platform-socket.io'. Resolving module name '@nestjs/platform-socket.io' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/platform-socket.io'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/platform-socket.io', target file type 'TypeScript'. Loading module '@nestjs/platform-socket.io' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__platform-socket.io' Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__platform-socket.io' Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__platform-socket.io' Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__platform-socket.io' Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__platform-socket.io' Found 'package.json' at '/tmp/project/node_modules/@nestjs/platform-socket.io/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@nestjs/platform-socket.io.ts' does not exist. File '/tmp/project/node_modules/@nestjs/platform-socket.io.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/platform-socket.io.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' does not have a 'main' field. File '/tmp/project/node_modules/@nestjs/platform-socket.io/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/platform-socket.io/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/platform-socket.io/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@nestjs/platform-socket.io/index.d.ts', result '/tmp/project/node_modules/@nestjs/platform-socket.io/index.d.ts'. ======== Module name '@nestjs/platform-socket.io' was successfully resolved to '/tmp/project/node_modules/@nestjs/platform-socket.io/index.d.ts' with Package ID '@nestjs/platform-socket.io/index.d.ts@9.3.10'. ======== ======== Resolving module 'socket.io' from '/tmp/project/apps/api/apps/api/src/redis.adapter.ts'. ======== Resolution for module 'socket.io' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'socket.io' was successfully resolved to '/tmp/project/node_modules/socket.io/dist/index.d.ts' with Package ID 'socket.io/dist/index.d.ts@4.6.1'. ======== ======== Resolving module 'private-environment' from '/tmp/project/apps/api/apps/api/src/redis.adapter.ts'. ======== Resolution for module 'private-environment' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'private-environment' was successfully resolved to '/tmp/project/packages/private-environment/dist/index.d.ts' with Package ID 'private-environment/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'cookie-parser' from '/tmp/project/apps/api/apps/api/src/redis.adapter.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'cookie-parser'. 'paths' option is specified, looking for a pattern to match module name 'cookie-parser'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'cookie-parser'. Resolving module name 'cookie-parser' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/cookie-parser'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/cookie-parser', target file type 'TypeScript'. File '/tmp/project/apps/api/cookie-parser.ts' does not exist. File '/tmp/project/apps/api/cookie-parser.tsx' does not exist. File '/tmp/project/apps/api/cookie-parser.d.ts' does not exist. Directory '/tmp/project/apps/api/cookie-parser' does not exist, skipping all lookups in it. Loading module 'cookie-parser' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/cookie-parser.ts' does not exist. File '/tmp/project/apps/api/node_modules/cookie-parser.tsx' does not exist. File '/tmp/project/apps/api/node_modules/cookie-parser.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/cookie-parser/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/cookie-parser.ts' does not exist. File '/tmp/project/node_modules/cookie-parser.tsx' does not exist. File '/tmp/project/node_modules/cookie-parser.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' does not have a 'main' field. File '/tmp/project/node_modules/cookie-parser/index.ts' does not exist. File '/tmp/project/node_modules/cookie-parser/index.tsx' does not exist. File '/tmp/project/node_modules/cookie-parser/index.d.ts' does not exist. Found 'package.json' at '/tmp/project/node_modules/@types/cookie-parser/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@types/cookie-parser.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/cookie-parser/index.d.ts'. File '/tmp/project/node_modules/@types/cookie-parser/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/cookie-parser/index.d.ts', result '/tmp/project/node_modules/@types/cookie-parser/index.d.ts'. ======== Module name 'cookie-parser' was successfully resolved to '/tmp/project/node_modules/@types/cookie-parser/index.d.ts' with Package ID '@types/cookie-parser/index.d.ts@1.4.3'. ======== ======== Resolving module 'cookie' from '/tmp/project/apps/api/apps/api/src/redis.adapter.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'cookie'. 'paths' option is specified, looking for a pattern to match module name 'cookie'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'cookie'. Resolving module name 'cookie' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/cookie'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/cookie', target file type 'TypeScript'. File '/tmp/project/apps/api/cookie.ts' does not exist. File '/tmp/project/apps/api/cookie.tsx' does not exist. File '/tmp/project/apps/api/cookie.d.ts' does not exist. Directory '/tmp/project/apps/api/cookie' does not exist, skipping all lookups in it. Loading module 'cookie' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/cookie.ts' does not exist. File '/tmp/project/apps/api/node_modules/cookie.tsx' does not exist. File '/tmp/project/apps/api/node_modules/cookie.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/cookie/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/cookie.ts' does not exist. File '/tmp/project/node_modules/cookie.tsx' does not exist. File '/tmp/project/node_modules/cookie.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' does not have a 'main' field. File '/tmp/project/node_modules/cookie/index.ts' does not exist. File '/tmp/project/node_modules/cookie/index.tsx' does not exist. File '/tmp/project/node_modules/cookie/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/cookie/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/cookie.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/cookie/index.d.ts'. File '/tmp/project/node_modules/@types/cookie/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/cookie/index.d.ts', result '/tmp/project/node_modules/@types/cookie/index.d.ts'. ======== Module name 'cookie' was successfully resolved to '/tmp/project/node_modules/@types/cookie/index.d.ts' with Package ID '@types/cookie/index.d.ts@0.4.1'. ======== ======== Resolving module '@nestjs/jwt' from '/tmp/project/apps/api/apps/api/src/redis.adapter.ts'. ======== Resolution for module '@nestjs/jwt' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name '@nestjs/jwt' was successfully resolved to '/tmp/project/node_modules/@nestjs/jwt/index.d.ts' with Package ID '@nestjs/jwt/index.d.ts@10.0.2'. ======== ======== Resolving module './auth/auth.service' from '/tmp/project/apps/api/apps/api/src/redis.adapter.ts'. ======== Resolution for module './auth/auth.service' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name './auth/auth.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/auth.service.ts'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/apps/api/src/redis.adapter.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. 'paths' option is specified, looking for a pattern to match module name 'prismas'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. Resolving module name 'prismas' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/prismas'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/prismas', target file type 'TypeScript'. File '/tmp/project/apps/api/prismas.ts' does not exist. File '/tmp/project/apps/api/prismas.tsx' does not exist. File '/tmp/project/apps/api/prismas.d.ts' does not exist. Directory '/tmp/project/apps/api/prismas' does not exist, skipping all lookups in it. Loading module 'prismas' from 'node_modules' folder, target file type 'TypeScript'. Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module './config/include.defaults' from '/tmp/project/apps/api/apps/api/src/redis.adapter.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/config/include.defaults', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/config/include.defaults.ts' exist - use it as a name resolution result. ======== Module name './config/include.defaults' was successfully resolved to '/tmp/project/apps/api/apps/api/src/config/include.defaults.ts'. ======== ======== Resolving module 'types' from '/tmp/project/apps/api/apps/api/src/redis.adapter.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'types'. 'paths' option is specified, looking for a pattern to match module name 'types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'types'. Resolving module name 'types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/types', target file type 'TypeScript'. File '/tmp/project/apps/api/types.ts' does not exist. File '/tmp/project/apps/api/types.tsx' does not exist. File '/tmp/project/apps/api/types.d.ts' does not exist. Directory '/tmp/project/apps/api/types' does not exist, skipping all lookups in it. Loading module 'types' from 'node_modules' folder, target file type 'TypeScript'. Resolution for module 'types' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'types' was successfully resolved to '/tmp/project/packages/types/dist/index.d.ts' with Package ID 'types/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'socket.io-adapter' from '/tmp/project/node_modules/@socket.io/redis-adapter/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'socket.io-adapter'. 'paths' option is specified, looking for a pattern to match module name 'socket.io-adapter'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'socket.io-adapter'. Resolving module name 'socket.io-adapter' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/socket.io-adapter'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/socket.io-adapter', target file type 'TypeScript'. File '/tmp/project/apps/api/socket.io-adapter.ts' does not exist. File '/tmp/project/apps/api/socket.io-adapter.tsx' does not exist. File '/tmp/project/apps/api/socket.io-adapter.d.ts' does not exist. Directory '/tmp/project/apps/api/socket.io-adapter' does not exist, skipping all lookups in it. Loading module 'socket.io-adapter' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@socket.io/redis-adapter/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@socket.io/redis-adapter/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@socket.io/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/socket.io-adapter/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/socket.io-adapter.ts' does not exist. File '/tmp/project/node_modules/socket.io-adapter.tsx' does not exist. File '/tmp/project/node_modules/socket.io-adapter.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist/index.d.ts' that references '/tmp/project/node_modules/socket.io-adapter/dist/index.d.ts'. File '/tmp/project/node_modules/socket.io-adapter/dist/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/socket.io-adapter/dist/index.d.ts', result '/tmp/project/node_modules/socket.io-adapter/dist/index.d.ts'. ======== Module name 'socket.io-adapter' was successfully resolved to '/tmp/project/node_modules/socket.io-adapter/dist/index.d.ts' with Package ID 'socket.io-adapter/dist/index.d.ts@2.5.2'. ======== ======== Resolving module '@redis/client' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client'. 'paths' option is specified, looking for a pattern to match module name '@redis/client'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client'. Resolving module name '@redis/client' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/client'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/client', target file type 'TypeScript'. Loading module '@redis/client' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client' Found 'package.json' at '/tmp/project/node_modules/@redis/client/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@redis/client.ts' does not exist. File '/tmp/project/node_modules/@redis/client.tsx' does not exist. File '/tmp/project/node_modules/@redis/client.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist/index.d.ts' that references '/tmp/project/node_modules/@redis/client/dist/index.d.ts'. File '/tmp/project/node_modules/@redis/client/dist/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/client/dist/index.d.ts', result '/tmp/project/node_modules/@redis/client/dist/index.d.ts'. ======== Module name '@redis/client' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/index.d.ts' with Package ID '@redis/client/dist/index.d.ts@1.5.6'. ======== ======== Resolving module '@redis/bloom' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom'. Resolving module name '@redis/bloom' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom', target file type 'TypeScript'. Loading module '@redis/bloom' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom' Found 'package.json' at '/tmp/project/node_modules/@redis/bloom/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@redis/bloom.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist/index.d.ts' that references '/tmp/project/node_modules/@redis/bloom/dist/index.d.ts'. File '/tmp/project/node_modules/@redis/bloom/dist/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/index.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/index.d.ts'. ======== Module name '@redis/bloom' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/index.d.ts' with Package ID '@redis/bloom/dist/index.d.ts@1.2.0'. ======== ======== Resolving module '@redis/graph' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/graph'. 'paths' option is specified, looking for a pattern to match module name '@redis/graph'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/graph'. Resolving module name '@redis/graph' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/graph'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/graph', target file type 'TypeScript'. Loading module '@redis/graph' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__graph' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__graph' Found 'package.json' at '/tmp/project/node_modules/@redis/graph/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@redis/graph.ts' does not exist. File '/tmp/project/node_modules/@redis/graph.tsx' does not exist. File '/tmp/project/node_modules/@redis/graph.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist/index.d.ts' that references '/tmp/project/node_modules/@redis/graph/dist/index.d.ts'. File '/tmp/project/node_modules/@redis/graph/dist/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/graph/dist/index.d.ts', result '/tmp/project/node_modules/@redis/graph/dist/index.d.ts'. ======== Module name '@redis/graph' was successfully resolved to '/tmp/project/node_modules/@redis/graph/dist/index.d.ts' with Package ID '@redis/graph/dist/index.d.ts@1.1.0'. ======== ======== Resolving module '@redis/json' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json'. 'paths' option is specified, looking for a pattern to match module name '@redis/json'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json'. Resolving module name '@redis/json' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/json'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/json', target file type 'TypeScript'. Loading module '@redis/json' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json' Found 'package.json' at '/tmp/project/node_modules/@redis/json/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@redis/json.ts' does not exist. File '/tmp/project/node_modules/@redis/json.tsx' does not exist. File '/tmp/project/node_modules/@redis/json.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist/index.d.ts' that references '/tmp/project/node_modules/@redis/json/dist/index.d.ts'. File '/tmp/project/node_modules/@redis/json/dist/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/json/dist/index.d.ts', result '/tmp/project/node_modules/@redis/json/dist/index.d.ts'. ======== Module name '@redis/json' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/index.d.ts' with Package ID '@redis/json/dist/index.d.ts@1.0.4'. ======== ======== Resolving module '@redis/search' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search'. 'paths' option is specified, looking for a pattern to match module name '@redis/search'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search'. Resolving module name '@redis/search' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search', target file type 'TypeScript'. Loading module '@redis/search' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search' Found 'package.json' at '/tmp/project/node_modules/@redis/search/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@redis/search.ts' does not exist. File '/tmp/project/node_modules/@redis/search.tsx' does not exist. File '/tmp/project/node_modules/@redis/search.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist/index.d.ts' that references '/tmp/project/node_modules/@redis/search/dist/index.d.ts'. File '/tmp/project/node_modules/@redis/search/dist/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/index.d.ts', result '/tmp/project/node_modules/@redis/search/dist/index.d.ts'. ======== Module name '@redis/search' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/index.d.ts' with Package ID '@redis/search/dist/index.d.ts@1.1.2'. ======== ======== Resolving module '@redis/time-series' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series'. 'paths' option is specified, looking for a pattern to match module name '@redis/time-series'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series'. Resolving module name '@redis/time-series' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/time-series'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/time-series', target file type 'TypeScript'. Loading module '@redis/time-series' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series' Found 'package.json' at '/tmp/project/node_modules/@redis/time-series/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@redis/time-series.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist/index.d.ts' that references '/tmp/project/node_modules/@redis/time-series/dist/index.d.ts'. File '/tmp/project/node_modules/@redis/time-series/dist/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/time-series/dist/index.d.ts', result '/tmp/project/node_modules/@redis/time-series/dist/index.d.ts'. ======== Module name '@redis/time-series' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/index.d.ts' with Package ID '@redis/time-series/dist/index.d.ts@1.0.4'. ======== ======== Resolving module '@redis/graph/dist/commands/CONFIG_GET' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/graph/dist/commands/CONFIG_GET'. 'paths' option is specified, looking for a pattern to match module name '@redis/graph/dist/commands/CONFIG_GET'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/graph/dist/commands/CONFIG_GET'. Resolving module name '@redis/graph/dist/commands/CONFIG_GET' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/graph/dist/commands/CONFIG_GET'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/graph/dist/commands/CONFIG_GET', target file type 'TypeScript'. Loading module '@redis/graph/dist/commands/CONFIG_GET' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__graph/dist/commands/CONFIG_GET' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__graph/dist/commands/CONFIG_GET' File '/tmp/project/node_modules/@redis/graph/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/graph/dist/commands/CONFIG_GET.ts' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/CONFIG_GET.tsx' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/CONFIG_GET.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/graph/dist/commands/CONFIG_GET.d.ts', result '/tmp/project/node_modules/@redis/graph/dist/commands/CONFIG_GET.d.ts'. ======== Module name '@redis/graph/dist/commands/CONFIG_GET' was successfully resolved to '/tmp/project/node_modules/@redis/graph/dist/commands/CONFIG_GET.d.ts' with Package ID '@redis/graph/dist/commands/CONFIG_GET.d.ts@1.1.0'. ======== ======== Resolving module '@redis/graph/dist/commands/CONFIG_SET' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/graph/dist/commands/CONFIG_SET'. 'paths' option is specified, looking for a pattern to match module name '@redis/graph/dist/commands/CONFIG_SET'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/graph/dist/commands/CONFIG_SET'. Resolving module name '@redis/graph/dist/commands/CONFIG_SET' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/graph/dist/commands/CONFIG_SET'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/graph/dist/commands/CONFIG_SET', target file type 'TypeScript'. Loading module '@redis/graph/dist/commands/CONFIG_SET' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__graph/dist/commands/CONFIG_SET' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__graph/dist/commands/CONFIG_SET' File '/tmp/project/node_modules/@redis/graph/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/graph/dist/commands/CONFIG_SET.ts' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/CONFIG_SET.tsx' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/CONFIG_SET.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/graph/dist/commands/CONFIG_SET.d.ts', result '/tmp/project/node_modules/@redis/graph/dist/commands/CONFIG_SET.d.ts'. ======== Module name '@redis/graph/dist/commands/CONFIG_SET' was successfully resolved to '/tmp/project/node_modules/@redis/graph/dist/commands/CONFIG_SET.d.ts' with Package ID '@redis/graph/dist/commands/CONFIG_SET.d.ts@1.1.0'. ======== ======== Resolving module '@redis/graph/dist/commands/DELETE' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/graph/dist/commands/DELETE'. 'paths' option is specified, looking for a pattern to match module name '@redis/graph/dist/commands/DELETE'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/graph/dist/commands/DELETE'. Resolving module name '@redis/graph/dist/commands/DELETE' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/graph/dist/commands/DELETE'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/graph/dist/commands/DELETE', target file type 'TypeScript'. Loading module '@redis/graph/dist/commands/DELETE' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__graph/dist/commands/DELETE' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__graph/dist/commands/DELETE' File '/tmp/project/node_modules/@redis/graph/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/graph/dist/commands/DELETE.ts' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/DELETE.tsx' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/DELETE.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/graph/dist/commands/DELETE.d.ts', result '/tmp/project/node_modules/@redis/graph/dist/commands/DELETE.d.ts'. ======== Module name '@redis/graph/dist/commands/DELETE' was successfully resolved to '/tmp/project/node_modules/@redis/graph/dist/commands/DELETE.d.ts' with Package ID '@redis/graph/dist/commands/DELETE.d.ts@1.1.0'. ======== ======== Resolving module '@redis/graph/dist/commands/EXPLAIN' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/graph/dist/commands/EXPLAIN'. 'paths' option is specified, looking for a pattern to match module name '@redis/graph/dist/commands/EXPLAIN'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/graph/dist/commands/EXPLAIN'. Resolving module name '@redis/graph/dist/commands/EXPLAIN' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/graph/dist/commands/EXPLAIN'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/graph/dist/commands/EXPLAIN', target file type 'TypeScript'. Loading module '@redis/graph/dist/commands/EXPLAIN' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__graph/dist/commands/EXPLAIN' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__graph/dist/commands/EXPLAIN' File '/tmp/project/node_modules/@redis/graph/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/graph/dist/commands/EXPLAIN.ts' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/EXPLAIN.tsx' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/EXPLAIN.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/graph/dist/commands/EXPLAIN.d.ts', result '/tmp/project/node_modules/@redis/graph/dist/commands/EXPLAIN.d.ts'. ======== Module name '@redis/graph/dist/commands/EXPLAIN' was successfully resolved to '/tmp/project/node_modules/@redis/graph/dist/commands/EXPLAIN.d.ts' with Package ID '@redis/graph/dist/commands/EXPLAIN.d.ts@1.1.0'. ======== ======== Resolving module '@redis/graph/dist/commands/LIST' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/graph/dist/commands/LIST'. 'paths' option is specified, looking for a pattern to match module name '@redis/graph/dist/commands/LIST'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/graph/dist/commands/LIST'. Resolving module name '@redis/graph/dist/commands/LIST' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/graph/dist/commands/LIST'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/graph/dist/commands/LIST', target file type 'TypeScript'. Loading module '@redis/graph/dist/commands/LIST' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__graph/dist/commands/LIST' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__graph/dist/commands/LIST' File '/tmp/project/node_modules/@redis/graph/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/graph/dist/commands/LIST.ts' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/LIST.tsx' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/LIST.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/graph/dist/commands/LIST.d.ts', result '/tmp/project/node_modules/@redis/graph/dist/commands/LIST.d.ts'. ======== Module name '@redis/graph/dist/commands/LIST' was successfully resolved to '/tmp/project/node_modules/@redis/graph/dist/commands/LIST.d.ts' with Package ID '@redis/graph/dist/commands/LIST.d.ts@1.1.0'. ======== ======== Resolving module '@redis/graph/dist/commands/PROFILE' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/graph/dist/commands/PROFILE'. 'paths' option is specified, looking for a pattern to match module name '@redis/graph/dist/commands/PROFILE'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/graph/dist/commands/PROFILE'. Resolving module name '@redis/graph/dist/commands/PROFILE' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/graph/dist/commands/PROFILE'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/graph/dist/commands/PROFILE', target file type 'TypeScript'. Loading module '@redis/graph/dist/commands/PROFILE' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__graph/dist/commands/PROFILE' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__graph/dist/commands/PROFILE' File '/tmp/project/node_modules/@redis/graph/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/graph/dist/commands/PROFILE.ts' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/PROFILE.tsx' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/PROFILE.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/graph/dist/commands/PROFILE.d.ts', result '/tmp/project/node_modules/@redis/graph/dist/commands/PROFILE.d.ts'. ======== Module name '@redis/graph/dist/commands/PROFILE' was successfully resolved to '/tmp/project/node_modules/@redis/graph/dist/commands/PROFILE.d.ts' with Package ID '@redis/graph/dist/commands/PROFILE.d.ts@1.1.0'. ======== ======== Resolving module '@redis/graph/dist/commands/QUERY' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/graph/dist/commands/QUERY'. 'paths' option is specified, looking for a pattern to match module name '@redis/graph/dist/commands/QUERY'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/graph/dist/commands/QUERY'. Resolving module name '@redis/graph/dist/commands/QUERY' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/graph/dist/commands/QUERY'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/graph/dist/commands/QUERY', target file type 'TypeScript'. Loading module '@redis/graph/dist/commands/QUERY' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__graph/dist/commands/QUERY' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__graph/dist/commands/QUERY' File '/tmp/project/node_modules/@redis/graph/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/graph/dist/commands/QUERY.ts' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/QUERY.tsx' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/QUERY.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/graph/dist/commands/QUERY.d.ts', result '/tmp/project/node_modules/@redis/graph/dist/commands/QUERY.d.ts'. ======== Module name '@redis/graph/dist/commands/QUERY' was successfully resolved to '/tmp/project/node_modules/@redis/graph/dist/commands/QUERY.d.ts' with Package ID '@redis/graph/dist/commands/QUERY.d.ts@1.1.0'. ======== ======== Resolving module '@redis/graph/dist/commands/RO_QUERY' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/graph/dist/commands/RO_QUERY'. 'paths' option is specified, looking for a pattern to match module name '@redis/graph/dist/commands/RO_QUERY'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/graph/dist/commands/RO_QUERY'. Resolving module name '@redis/graph/dist/commands/RO_QUERY' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/graph/dist/commands/RO_QUERY'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/graph/dist/commands/RO_QUERY', target file type 'TypeScript'. Loading module '@redis/graph/dist/commands/RO_QUERY' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__graph/dist/commands/RO_QUERY' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__graph/dist/commands/RO_QUERY' File '/tmp/project/node_modules/@redis/graph/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/graph/dist/commands/RO_QUERY.ts' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/RO_QUERY.tsx' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/RO_QUERY.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/graph/dist/commands/RO_QUERY.d.ts', result '/tmp/project/node_modules/@redis/graph/dist/commands/RO_QUERY.d.ts'. ======== Module name '@redis/graph/dist/commands/RO_QUERY' was successfully resolved to '/tmp/project/node_modules/@redis/graph/dist/commands/RO_QUERY.d.ts' with Package ID '@redis/graph/dist/commands/RO_QUERY.d.ts@1.1.0'. ======== ======== Resolving module '@redis/graph/dist/commands/SLOWLOG' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/graph/dist/commands/SLOWLOG'. 'paths' option is specified, looking for a pattern to match module name '@redis/graph/dist/commands/SLOWLOG'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/graph/dist/commands/SLOWLOG'. Resolving module name '@redis/graph/dist/commands/SLOWLOG' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/graph/dist/commands/SLOWLOG'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/graph/dist/commands/SLOWLOG', target file type 'TypeScript'. Loading module '@redis/graph/dist/commands/SLOWLOG' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__graph/dist/commands/SLOWLOG' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__graph/dist/commands/SLOWLOG' File '/tmp/project/node_modules/@redis/graph/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/graph/dist/commands/SLOWLOG.ts' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/SLOWLOG.tsx' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/SLOWLOG.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/graph/dist/commands/SLOWLOG.d.ts', result '/tmp/project/node_modules/@redis/graph/dist/commands/SLOWLOG.d.ts'. ======== Module name '@redis/graph/dist/commands/SLOWLOG' was successfully resolved to '/tmp/project/node_modules/@redis/graph/dist/commands/SLOWLOG.d.ts' with Package ID '@redis/graph/dist/commands/SLOWLOG.d.ts@1.1.0'. ======== ======== Resolving module '@redis/json/dist/commands/ARRAPPEND' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/ARRAPPEND'. 'paths' option is specified, looking for a pattern to match module name '@redis/json/dist/commands/ARRAPPEND'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/ARRAPPEND'. Resolving module name '@redis/json/dist/commands/ARRAPPEND' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/json/dist/commands/ARRAPPEND'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/json/dist/commands/ARRAPPEND', target file type 'TypeScript'. Loading module '@redis/json/dist/commands/ARRAPPEND' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/ARRAPPEND' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/ARRAPPEND' File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRAPPEND.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRAPPEND.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRAPPEND.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/json/dist/commands/ARRAPPEND.d.ts', result '/tmp/project/node_modules/@redis/json/dist/commands/ARRAPPEND.d.ts'. ======== Module name '@redis/json/dist/commands/ARRAPPEND' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/ARRAPPEND.d.ts' with Package ID '@redis/json/dist/commands/ARRAPPEND.d.ts@1.0.4'. ======== ======== Resolving module '@redis/json/dist/commands/ARRINDEX' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/ARRINDEX'. 'paths' option is specified, looking for a pattern to match module name '@redis/json/dist/commands/ARRINDEX'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/ARRINDEX'. Resolving module name '@redis/json/dist/commands/ARRINDEX' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/json/dist/commands/ARRINDEX'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/json/dist/commands/ARRINDEX', target file type 'TypeScript'. Loading module '@redis/json/dist/commands/ARRINDEX' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/ARRINDEX' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/ARRINDEX' File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRINDEX.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRINDEX.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRINDEX.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/json/dist/commands/ARRINDEX.d.ts', result '/tmp/project/node_modules/@redis/json/dist/commands/ARRINDEX.d.ts'. ======== Module name '@redis/json/dist/commands/ARRINDEX' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/ARRINDEX.d.ts' with Package ID '@redis/json/dist/commands/ARRINDEX.d.ts@1.0.4'. ======== ======== Resolving module '@redis/json/dist/commands/ARRINSERT' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/ARRINSERT'. 'paths' option is specified, looking for a pattern to match module name '@redis/json/dist/commands/ARRINSERT'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/ARRINSERT'. Resolving module name '@redis/json/dist/commands/ARRINSERT' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/json/dist/commands/ARRINSERT'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/json/dist/commands/ARRINSERT', target file type 'TypeScript'. Loading module '@redis/json/dist/commands/ARRINSERT' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/ARRINSERT' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/ARRINSERT' File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRINSERT.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRINSERT.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRINSERT.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/json/dist/commands/ARRINSERT.d.ts', result '/tmp/project/node_modules/@redis/json/dist/commands/ARRINSERT.d.ts'. ======== Module name '@redis/json/dist/commands/ARRINSERT' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/ARRINSERT.d.ts' with Package ID '@redis/json/dist/commands/ARRINSERT.d.ts@1.0.4'. ======== ======== Resolving module '@redis/json/dist/commands/ARRLEN' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/ARRLEN'. 'paths' option is specified, looking for a pattern to match module name '@redis/json/dist/commands/ARRLEN'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/ARRLEN'. Resolving module name '@redis/json/dist/commands/ARRLEN' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/json/dist/commands/ARRLEN'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/json/dist/commands/ARRLEN', target file type 'TypeScript'. Loading module '@redis/json/dist/commands/ARRLEN' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/ARRLEN' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/ARRLEN' File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRLEN.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRLEN.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRLEN.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/json/dist/commands/ARRLEN.d.ts', result '/tmp/project/node_modules/@redis/json/dist/commands/ARRLEN.d.ts'. ======== Module name '@redis/json/dist/commands/ARRLEN' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/ARRLEN.d.ts' with Package ID '@redis/json/dist/commands/ARRLEN.d.ts@1.0.4'. ======== ======== Resolving module '@redis/json/dist/commands/ARRPOP' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/ARRPOP'. 'paths' option is specified, looking for a pattern to match module name '@redis/json/dist/commands/ARRPOP'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/ARRPOP'. Resolving module name '@redis/json/dist/commands/ARRPOP' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/json/dist/commands/ARRPOP'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/json/dist/commands/ARRPOP', target file type 'TypeScript'. Loading module '@redis/json/dist/commands/ARRPOP' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/ARRPOP' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/ARRPOP' File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRPOP.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRPOP.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRPOP.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/json/dist/commands/ARRPOP.d.ts', result '/tmp/project/node_modules/@redis/json/dist/commands/ARRPOP.d.ts'. ======== Module name '@redis/json/dist/commands/ARRPOP' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/ARRPOP.d.ts' with Package ID '@redis/json/dist/commands/ARRPOP.d.ts@1.0.4'. ======== ======== Resolving module '@redis/json/dist/commands/ARRTRIM' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/ARRTRIM'. 'paths' option is specified, looking for a pattern to match module name '@redis/json/dist/commands/ARRTRIM'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/ARRTRIM'. Resolving module name '@redis/json/dist/commands/ARRTRIM' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/json/dist/commands/ARRTRIM'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/json/dist/commands/ARRTRIM', target file type 'TypeScript'. Loading module '@redis/json/dist/commands/ARRTRIM' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/ARRTRIM' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/ARRTRIM' File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRTRIM.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRTRIM.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRTRIM.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/json/dist/commands/ARRTRIM.d.ts', result '/tmp/project/node_modules/@redis/json/dist/commands/ARRTRIM.d.ts'. ======== Module name '@redis/json/dist/commands/ARRTRIM' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/ARRTRIM.d.ts' with Package ID '@redis/json/dist/commands/ARRTRIM.d.ts@1.0.4'. ======== ======== Resolving module '@redis/json/dist/commands/DEBUG_MEMORY' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/DEBUG_MEMORY'. 'paths' option is specified, looking for a pattern to match module name '@redis/json/dist/commands/DEBUG_MEMORY'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/DEBUG_MEMORY'. Resolving module name '@redis/json/dist/commands/DEBUG_MEMORY' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/json/dist/commands/DEBUG_MEMORY'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/json/dist/commands/DEBUG_MEMORY', target file type 'TypeScript'. Loading module '@redis/json/dist/commands/DEBUG_MEMORY' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/DEBUG_MEMORY' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/DEBUG_MEMORY' File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/json/dist/commands/DEBUG_MEMORY.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/DEBUG_MEMORY.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/DEBUG_MEMORY.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/json/dist/commands/DEBUG_MEMORY.d.ts', result '/tmp/project/node_modules/@redis/json/dist/commands/DEBUG_MEMORY.d.ts'. ======== Module name '@redis/json/dist/commands/DEBUG_MEMORY' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/DEBUG_MEMORY.d.ts' with Package ID '@redis/json/dist/commands/DEBUG_MEMORY.d.ts@1.0.4'. ======== ======== Resolving module '@redis/json/dist/commands/DEL' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/DEL'. 'paths' option is specified, looking for a pattern to match module name '@redis/json/dist/commands/DEL'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/DEL'. Resolving module name '@redis/json/dist/commands/DEL' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/json/dist/commands/DEL'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/json/dist/commands/DEL', target file type 'TypeScript'. Loading module '@redis/json/dist/commands/DEL' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/DEL' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/DEL' File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/json/dist/commands/DEL.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/DEL.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/DEL.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/json/dist/commands/DEL.d.ts', result '/tmp/project/node_modules/@redis/json/dist/commands/DEL.d.ts'. ======== Module name '@redis/json/dist/commands/DEL' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/DEL.d.ts' with Package ID '@redis/json/dist/commands/DEL.d.ts@1.0.4'. ======== ======== Resolving module '@redis/json/dist/commands/FORGET' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/FORGET'. 'paths' option is specified, looking for a pattern to match module name '@redis/json/dist/commands/FORGET'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/FORGET'. Resolving module name '@redis/json/dist/commands/FORGET' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/json/dist/commands/FORGET'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/json/dist/commands/FORGET', target file type 'TypeScript'. Loading module '@redis/json/dist/commands/FORGET' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/FORGET' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/FORGET' File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/json/dist/commands/FORGET.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/FORGET.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/FORGET.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/json/dist/commands/FORGET.d.ts', result '/tmp/project/node_modules/@redis/json/dist/commands/FORGET.d.ts'. ======== Module name '@redis/json/dist/commands/FORGET' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/FORGET.d.ts' with Package ID '@redis/json/dist/commands/FORGET.d.ts@1.0.4'. ======== ======== Resolving module '@redis/json/dist/commands/GET' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/GET'. 'paths' option is specified, looking for a pattern to match module name '@redis/json/dist/commands/GET'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/GET'. Resolving module name '@redis/json/dist/commands/GET' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/json/dist/commands/GET'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/json/dist/commands/GET', target file type 'TypeScript'. Loading module '@redis/json/dist/commands/GET' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/GET' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/GET' File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/json/dist/commands/GET.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/GET.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/GET.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/json/dist/commands/GET.d.ts', result '/tmp/project/node_modules/@redis/json/dist/commands/GET.d.ts'. ======== Module name '@redis/json/dist/commands/GET' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/GET.d.ts' with Package ID '@redis/json/dist/commands/GET.d.ts@1.0.4'. ======== ======== Resolving module '@redis/json/dist/commands/MGET' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/MGET'. 'paths' option is specified, looking for a pattern to match module name '@redis/json/dist/commands/MGET'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/MGET'. Resolving module name '@redis/json/dist/commands/MGET' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/json/dist/commands/MGET'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/json/dist/commands/MGET', target file type 'TypeScript'. Loading module '@redis/json/dist/commands/MGET' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/MGET' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/MGET' File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/json/dist/commands/MGET.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/MGET.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/MGET.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/json/dist/commands/MGET.d.ts', result '/tmp/project/node_modules/@redis/json/dist/commands/MGET.d.ts'. ======== Module name '@redis/json/dist/commands/MGET' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/MGET.d.ts' with Package ID '@redis/json/dist/commands/MGET.d.ts@1.0.4'. ======== ======== Resolving module '@redis/json/dist/commands/NUMINCRBY' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/NUMINCRBY'. 'paths' option is specified, looking for a pattern to match module name '@redis/json/dist/commands/NUMINCRBY'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/NUMINCRBY'. Resolving module name '@redis/json/dist/commands/NUMINCRBY' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/json/dist/commands/NUMINCRBY'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/json/dist/commands/NUMINCRBY', target file type 'TypeScript'. Loading module '@redis/json/dist/commands/NUMINCRBY' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/NUMINCRBY' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/NUMINCRBY' File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/json/dist/commands/NUMINCRBY.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/NUMINCRBY.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/NUMINCRBY.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/json/dist/commands/NUMINCRBY.d.ts', result '/tmp/project/node_modules/@redis/json/dist/commands/NUMINCRBY.d.ts'. ======== Module name '@redis/json/dist/commands/NUMINCRBY' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/NUMINCRBY.d.ts' with Package ID '@redis/json/dist/commands/NUMINCRBY.d.ts@1.0.4'. ======== ======== Resolving module '@redis/json/dist/commands/NUMMULTBY' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/NUMMULTBY'. 'paths' option is specified, looking for a pattern to match module name '@redis/json/dist/commands/NUMMULTBY'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/NUMMULTBY'. Resolving module name '@redis/json/dist/commands/NUMMULTBY' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/json/dist/commands/NUMMULTBY'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/json/dist/commands/NUMMULTBY', target file type 'TypeScript'. Loading module '@redis/json/dist/commands/NUMMULTBY' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/NUMMULTBY' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/NUMMULTBY' File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/json/dist/commands/NUMMULTBY.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/NUMMULTBY.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/NUMMULTBY.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/json/dist/commands/NUMMULTBY.d.ts', result '/tmp/project/node_modules/@redis/json/dist/commands/NUMMULTBY.d.ts'. ======== Module name '@redis/json/dist/commands/NUMMULTBY' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/NUMMULTBY.d.ts' with Package ID '@redis/json/dist/commands/NUMMULTBY.d.ts@1.0.4'. ======== ======== Resolving module '@redis/json/dist/commands/OBJKEYS' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/OBJKEYS'. 'paths' option is specified, looking for a pattern to match module name '@redis/json/dist/commands/OBJKEYS'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/OBJKEYS'. Resolving module name '@redis/json/dist/commands/OBJKEYS' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/json/dist/commands/OBJKEYS'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/json/dist/commands/OBJKEYS', target file type 'TypeScript'. Loading module '@redis/json/dist/commands/OBJKEYS' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/OBJKEYS' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/OBJKEYS' File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/json/dist/commands/OBJKEYS.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/OBJKEYS.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/OBJKEYS.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/json/dist/commands/OBJKEYS.d.ts', result '/tmp/project/node_modules/@redis/json/dist/commands/OBJKEYS.d.ts'. ======== Module name '@redis/json/dist/commands/OBJKEYS' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/OBJKEYS.d.ts' with Package ID '@redis/json/dist/commands/OBJKEYS.d.ts@1.0.4'. ======== ======== Resolving module '@redis/json/dist/commands/OBJLEN' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/OBJLEN'. 'paths' option is specified, looking for a pattern to match module name '@redis/json/dist/commands/OBJLEN'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/OBJLEN'. Resolving module name '@redis/json/dist/commands/OBJLEN' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/json/dist/commands/OBJLEN'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/json/dist/commands/OBJLEN', target file type 'TypeScript'. Loading module '@redis/json/dist/commands/OBJLEN' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/OBJLEN' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/OBJLEN' File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/json/dist/commands/OBJLEN.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/OBJLEN.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/OBJLEN.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/json/dist/commands/OBJLEN.d.ts', result '/tmp/project/node_modules/@redis/json/dist/commands/OBJLEN.d.ts'. ======== Module name '@redis/json/dist/commands/OBJLEN' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/OBJLEN.d.ts' with Package ID '@redis/json/dist/commands/OBJLEN.d.ts@1.0.4'. ======== ======== Resolving module '@redis/json/dist/commands/RESP' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/RESP'. 'paths' option is specified, looking for a pattern to match module name '@redis/json/dist/commands/RESP'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/RESP'. Resolving module name '@redis/json/dist/commands/RESP' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/json/dist/commands/RESP'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/json/dist/commands/RESP', target file type 'TypeScript'. Loading module '@redis/json/dist/commands/RESP' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/RESP' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/RESP' File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/json/dist/commands/RESP.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/RESP.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/RESP.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/json/dist/commands/RESP.d.ts', result '/tmp/project/node_modules/@redis/json/dist/commands/RESP.d.ts'. ======== Module name '@redis/json/dist/commands/RESP' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/RESP.d.ts' with Package ID '@redis/json/dist/commands/RESP.d.ts@1.0.4'. ======== ======== Resolving module '@redis/json/dist/commands/SET' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/SET'. 'paths' option is specified, looking for a pattern to match module name '@redis/json/dist/commands/SET'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/SET'. Resolving module name '@redis/json/dist/commands/SET' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/json/dist/commands/SET'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/json/dist/commands/SET', target file type 'TypeScript'. Loading module '@redis/json/dist/commands/SET' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/SET' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/SET' File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/json/dist/commands/SET.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/SET.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/SET.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/json/dist/commands/SET.d.ts', result '/tmp/project/node_modules/@redis/json/dist/commands/SET.d.ts'. ======== Module name '@redis/json/dist/commands/SET' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/SET.d.ts' with Package ID '@redis/json/dist/commands/SET.d.ts@1.0.4'. ======== ======== Resolving module '@redis/json/dist/commands/STRAPPEND' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/STRAPPEND'. 'paths' option is specified, looking for a pattern to match module name '@redis/json/dist/commands/STRAPPEND'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/STRAPPEND'. Resolving module name '@redis/json/dist/commands/STRAPPEND' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/json/dist/commands/STRAPPEND'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/json/dist/commands/STRAPPEND', target file type 'TypeScript'. Loading module '@redis/json/dist/commands/STRAPPEND' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/STRAPPEND' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/STRAPPEND' File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/json/dist/commands/STRAPPEND.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/STRAPPEND.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/STRAPPEND.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/json/dist/commands/STRAPPEND.d.ts', result '/tmp/project/node_modules/@redis/json/dist/commands/STRAPPEND.d.ts'. ======== Module name '@redis/json/dist/commands/STRAPPEND' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/STRAPPEND.d.ts' with Package ID '@redis/json/dist/commands/STRAPPEND.d.ts@1.0.4'. ======== ======== Resolving module '@redis/json/dist/commands/STRLEN' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/STRLEN'. 'paths' option is specified, looking for a pattern to match module name '@redis/json/dist/commands/STRLEN'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/STRLEN'. Resolving module name '@redis/json/dist/commands/STRLEN' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/json/dist/commands/STRLEN'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/json/dist/commands/STRLEN', target file type 'TypeScript'. Loading module '@redis/json/dist/commands/STRLEN' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/STRLEN' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/STRLEN' File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/json/dist/commands/STRLEN.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/STRLEN.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/STRLEN.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/json/dist/commands/STRLEN.d.ts', result '/tmp/project/node_modules/@redis/json/dist/commands/STRLEN.d.ts'. ======== Module name '@redis/json/dist/commands/STRLEN' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/STRLEN.d.ts' with Package ID '@redis/json/dist/commands/STRLEN.d.ts@1.0.4'. ======== ======== Resolving module '@redis/json/dist/commands/TYPE' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/TYPE'. 'paths' option is specified, looking for a pattern to match module name '@redis/json/dist/commands/TYPE'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/json/dist/commands/TYPE'. Resolving module name '@redis/json/dist/commands/TYPE' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/json/dist/commands/TYPE'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/json/dist/commands/TYPE', target file type 'TypeScript'. Loading module '@redis/json/dist/commands/TYPE' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/TYPE' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__json/dist/commands/TYPE' File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/json/dist/commands/TYPE.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/TYPE.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/TYPE.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/json/dist/commands/TYPE.d.ts', result '/tmp/project/node_modules/@redis/json/dist/commands/TYPE.d.ts'. ======== Module name '@redis/json/dist/commands/TYPE' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/TYPE.d.ts' with Package ID '@redis/json/dist/commands/TYPE.d.ts@1.0.4'. ======== ======== Resolving module '@redis/search/dist/commands/_LIST' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/_LIST'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/_LIST'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/_LIST'. Resolving module name '@redis/search/dist/commands/_LIST' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/_LIST'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/_LIST', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/_LIST' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/_LIST' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/_LIST' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/_LIST.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/_LIST.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/_LIST.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/_LIST.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/_LIST.d.ts'. ======== Module name '@redis/search/dist/commands/_LIST' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/_LIST.d.ts' with Package ID '@redis/search/dist/commands/_LIST.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/ALTER' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/ALTER'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/ALTER'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/ALTER'. Resolving module name '@redis/search/dist/commands/ALTER' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/ALTER'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/ALTER', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/ALTER' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/ALTER' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/ALTER' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/ALTER.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/ALTER.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/ALTER.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/ALTER.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/ALTER.d.ts'. ======== Module name '@redis/search/dist/commands/ALTER' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/ALTER.d.ts' with Package ID '@redis/search/dist/commands/ALTER.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/AGGREGATE_WITHCURSOR' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/AGGREGATE_WITHCURSOR'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/AGGREGATE_WITHCURSOR'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/AGGREGATE_WITHCURSOR'. Resolving module name '@redis/search/dist/commands/AGGREGATE_WITHCURSOR' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/AGGREGATE_WITHCURSOR'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/AGGREGATE_WITHCURSOR', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/AGGREGATE_WITHCURSOR' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/AGGREGATE_WITHCURSOR' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/AGGREGATE_WITHCURSOR' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE_WITHCURSOR.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE_WITHCURSOR.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE_WITHCURSOR.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE_WITHCURSOR.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE_WITHCURSOR.d.ts'. ======== Module name '@redis/search/dist/commands/AGGREGATE_WITHCURSOR' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE_WITHCURSOR.d.ts' with Package ID '@redis/search/dist/commands/AGGREGATE_WITHCURSOR.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/AGGREGATE' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/AGGREGATE'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/AGGREGATE'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/AGGREGATE'. Resolving module name '@redis/search/dist/commands/AGGREGATE' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/AGGREGATE'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/AGGREGATE', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/AGGREGATE' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/AGGREGATE' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/AGGREGATE' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE.d.ts'. ======== Module name '@redis/search/dist/commands/AGGREGATE' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE.d.ts' with Package ID '@redis/search/dist/commands/AGGREGATE.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/ALIASADD' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/ALIASADD'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/ALIASADD'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/ALIASADD'. Resolving module name '@redis/search/dist/commands/ALIASADD' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/ALIASADD'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/ALIASADD', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/ALIASADD' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/ALIASADD' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/ALIASADD' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/ALIASADD.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/ALIASADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/ALIASADD.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/ALIASADD.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/ALIASADD.d.ts'. ======== Module name '@redis/search/dist/commands/ALIASADD' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/ALIASADD.d.ts' with Package ID '@redis/search/dist/commands/ALIASADD.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/ALIASDEL' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/ALIASDEL'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/ALIASDEL'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/ALIASDEL'. Resolving module name '@redis/search/dist/commands/ALIASDEL' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/ALIASDEL'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/ALIASDEL', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/ALIASDEL' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/ALIASDEL' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/ALIASDEL' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/ALIASDEL.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/ALIASDEL.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/ALIASDEL.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/ALIASDEL.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/ALIASDEL.d.ts'. ======== Module name '@redis/search/dist/commands/ALIASDEL' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/ALIASDEL.d.ts' with Package ID '@redis/search/dist/commands/ALIASDEL.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/ALIASUPDATE' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/ALIASUPDATE'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/ALIASUPDATE'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/ALIASUPDATE'. Resolving module name '@redis/search/dist/commands/ALIASUPDATE' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/ALIASUPDATE'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/ALIASUPDATE', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/ALIASUPDATE' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/ALIASUPDATE' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/ALIASUPDATE' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/ALIASUPDATE.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/ALIASUPDATE.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/ALIASUPDATE.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/ALIASUPDATE.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/ALIASUPDATE.d.ts'. ======== Module name '@redis/search/dist/commands/ALIASUPDATE' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/ALIASUPDATE.d.ts' with Package ID '@redis/search/dist/commands/ALIASUPDATE.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/CONFIG_GET' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/CONFIG_GET'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/CONFIG_GET'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/CONFIG_GET'. Resolving module name '@redis/search/dist/commands/CONFIG_GET' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/CONFIG_GET'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/CONFIG_GET', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/CONFIG_GET' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/CONFIG_GET' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/CONFIG_GET' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/CONFIG_GET.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/CONFIG_GET.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/CONFIG_GET.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/CONFIG_GET.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/CONFIG_GET.d.ts'. ======== Module name '@redis/search/dist/commands/CONFIG_GET' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/CONFIG_GET.d.ts' with Package ID '@redis/search/dist/commands/CONFIG_GET.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/CONFIG_SET' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/CONFIG_SET'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/CONFIG_SET'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/CONFIG_SET'. Resolving module name '@redis/search/dist/commands/CONFIG_SET' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/CONFIG_SET'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/CONFIG_SET', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/CONFIG_SET' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/CONFIG_SET' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/CONFIG_SET' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/CONFIG_SET.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/CONFIG_SET.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/CONFIG_SET.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/CONFIG_SET.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/CONFIG_SET.d.ts'. ======== Module name '@redis/search/dist/commands/CONFIG_SET' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/CONFIG_SET.d.ts' with Package ID '@redis/search/dist/commands/CONFIG_SET.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/CREATE' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/CREATE'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/CREATE'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/CREATE'. Resolving module name '@redis/search/dist/commands/CREATE' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/CREATE'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/CREATE', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/CREATE' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/CREATE' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/CREATE' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/CREATE.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/CREATE.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/CREATE.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/CREATE.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/CREATE.d.ts'. ======== Module name '@redis/search/dist/commands/CREATE' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/CREATE.d.ts' with Package ID '@redis/search/dist/commands/CREATE.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/CURSOR_DEL' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/CURSOR_DEL'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/CURSOR_DEL'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/CURSOR_DEL'. Resolving module name '@redis/search/dist/commands/CURSOR_DEL' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/CURSOR_DEL'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/CURSOR_DEL', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/CURSOR_DEL' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/CURSOR_DEL' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/CURSOR_DEL' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/CURSOR_DEL.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/CURSOR_DEL.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/CURSOR_DEL.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/CURSOR_DEL.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/CURSOR_DEL.d.ts'. ======== Module name '@redis/search/dist/commands/CURSOR_DEL' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/CURSOR_DEL.d.ts' with Package ID '@redis/search/dist/commands/CURSOR_DEL.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/CURSOR_READ' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/CURSOR_READ'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/CURSOR_READ'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/CURSOR_READ'. Resolving module name '@redis/search/dist/commands/CURSOR_READ' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/CURSOR_READ'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/CURSOR_READ', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/CURSOR_READ' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/CURSOR_READ' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/CURSOR_READ' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/CURSOR_READ.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/CURSOR_READ.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/CURSOR_READ.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/CURSOR_READ.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/CURSOR_READ.d.ts'. ======== Module name '@redis/search/dist/commands/CURSOR_READ' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/CURSOR_READ.d.ts' with Package ID '@redis/search/dist/commands/CURSOR_READ.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/DICTADD' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/DICTADD'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/DICTADD'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/DICTADD'. Resolving module name '@redis/search/dist/commands/DICTADD' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/DICTADD'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/DICTADD', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/DICTADD' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/DICTADD' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/DICTADD' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/DICTADD.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/DICTADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/DICTADD.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/DICTADD.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/DICTADD.d.ts'. ======== Module name '@redis/search/dist/commands/DICTADD' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/DICTADD.d.ts' with Package ID '@redis/search/dist/commands/DICTADD.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/DICTDEL' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/DICTDEL'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/DICTDEL'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/DICTDEL'. Resolving module name '@redis/search/dist/commands/DICTDEL' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/DICTDEL'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/DICTDEL', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/DICTDEL' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/DICTDEL' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/DICTDEL' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/DICTDEL.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/DICTDEL.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/DICTDEL.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/DICTDEL.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/DICTDEL.d.ts'. ======== Module name '@redis/search/dist/commands/DICTDEL' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/DICTDEL.d.ts' with Package ID '@redis/search/dist/commands/DICTDEL.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/DICTDUMP' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/DICTDUMP'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/DICTDUMP'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/DICTDUMP'. Resolving module name '@redis/search/dist/commands/DICTDUMP' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/DICTDUMP'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/DICTDUMP', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/DICTDUMP' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/DICTDUMP' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/DICTDUMP' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/DICTDUMP.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/DICTDUMP.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/DICTDUMP.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/DICTDUMP.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/DICTDUMP.d.ts'. ======== Module name '@redis/search/dist/commands/DICTDUMP' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/DICTDUMP.d.ts' with Package ID '@redis/search/dist/commands/DICTDUMP.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/DROPINDEX' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/DROPINDEX'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/DROPINDEX'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/DROPINDEX'. Resolving module name '@redis/search/dist/commands/DROPINDEX' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/DROPINDEX'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/DROPINDEX', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/DROPINDEX' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/DROPINDEX' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/DROPINDEX' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/DROPINDEX.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/DROPINDEX.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/DROPINDEX.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/DROPINDEX.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/DROPINDEX.d.ts'. ======== Module name '@redis/search/dist/commands/DROPINDEX' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/DROPINDEX.d.ts' with Package ID '@redis/search/dist/commands/DROPINDEX.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/EXPLAIN' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/EXPLAIN'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/EXPLAIN'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/EXPLAIN'. Resolving module name '@redis/search/dist/commands/EXPLAIN' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/EXPLAIN'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/EXPLAIN', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/EXPLAIN' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/EXPLAIN' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/EXPLAIN' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/EXPLAIN.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/EXPLAIN.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/EXPLAIN.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/EXPLAIN.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/EXPLAIN.d.ts'. ======== Module name '@redis/search/dist/commands/EXPLAIN' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/EXPLAIN.d.ts' with Package ID '@redis/search/dist/commands/EXPLAIN.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/EXPLAINCLI' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/EXPLAINCLI'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/EXPLAINCLI'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/EXPLAINCLI'. Resolving module name '@redis/search/dist/commands/EXPLAINCLI' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/EXPLAINCLI'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/EXPLAINCLI', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/EXPLAINCLI' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/EXPLAINCLI' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/EXPLAINCLI' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/EXPLAINCLI.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/EXPLAINCLI.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/EXPLAINCLI.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/EXPLAINCLI.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/EXPLAINCLI.d.ts'. ======== Module name '@redis/search/dist/commands/EXPLAINCLI' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/EXPLAINCLI.d.ts' with Package ID '@redis/search/dist/commands/EXPLAINCLI.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/INFO' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/INFO'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/INFO'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/INFO'. Resolving module name '@redis/search/dist/commands/INFO' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/INFO'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/INFO', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/INFO' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/INFO' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/INFO' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/INFO.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/INFO.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/INFO.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/INFO.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/INFO.d.ts'. ======== Module name '@redis/search/dist/commands/INFO' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/INFO.d.ts' with Package ID '@redis/search/dist/commands/INFO.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/PROFILE_SEARCH' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/PROFILE_SEARCH'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/PROFILE_SEARCH'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/PROFILE_SEARCH'. Resolving module name '@redis/search/dist/commands/PROFILE_SEARCH' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/PROFILE_SEARCH'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/PROFILE_SEARCH', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/PROFILE_SEARCH' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/PROFILE_SEARCH' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/PROFILE_SEARCH' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/PROFILE_SEARCH.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/PROFILE_SEARCH.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/PROFILE_SEARCH.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/PROFILE_SEARCH.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/PROFILE_SEARCH.d.ts'. ======== Module name '@redis/search/dist/commands/PROFILE_SEARCH' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/PROFILE_SEARCH.d.ts' with Package ID '@redis/search/dist/commands/PROFILE_SEARCH.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/PROFILE_AGGREGATE' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/PROFILE_AGGREGATE'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/PROFILE_AGGREGATE'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/PROFILE_AGGREGATE'. Resolving module name '@redis/search/dist/commands/PROFILE_AGGREGATE' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/PROFILE_AGGREGATE'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/PROFILE_AGGREGATE', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/PROFILE_AGGREGATE' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/PROFILE_AGGREGATE' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/PROFILE_AGGREGATE' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/PROFILE_AGGREGATE.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/PROFILE_AGGREGATE.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/PROFILE_AGGREGATE.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/PROFILE_AGGREGATE.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/PROFILE_AGGREGATE.d.ts'. ======== Module name '@redis/search/dist/commands/PROFILE_AGGREGATE' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/PROFILE_AGGREGATE.d.ts' with Package ID '@redis/search/dist/commands/PROFILE_AGGREGATE.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/SEARCH' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/SEARCH'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/SEARCH'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/SEARCH'. Resolving module name '@redis/search/dist/commands/SEARCH' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/SEARCH'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/SEARCH', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/SEARCH' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/SEARCH' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/SEARCH' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/SEARCH.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SEARCH.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SEARCH.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/SEARCH.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/SEARCH.d.ts'. ======== Module name '@redis/search/dist/commands/SEARCH' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SEARCH.d.ts' with Package ID '@redis/search/dist/commands/SEARCH.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/SPELLCHECK' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/SPELLCHECK'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/SPELLCHECK'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/SPELLCHECK'. Resolving module name '@redis/search/dist/commands/SPELLCHECK' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/SPELLCHECK'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/SPELLCHECK', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/SPELLCHECK' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/SPELLCHECK' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/SPELLCHECK' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/SPELLCHECK.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SPELLCHECK.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SPELLCHECK.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/SPELLCHECK.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/SPELLCHECK.d.ts'. ======== Module name '@redis/search/dist/commands/SPELLCHECK' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SPELLCHECK.d.ts' with Package ID '@redis/search/dist/commands/SPELLCHECK.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/SUGADD' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/SUGADD'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/SUGADD'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/SUGADD'. Resolving module name '@redis/search/dist/commands/SUGADD' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/SUGADD'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/SUGADD', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/SUGADD' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/SUGADD' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/SUGADD' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGADD.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGADD.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/SUGADD.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/SUGADD.d.ts'. ======== Module name '@redis/search/dist/commands/SUGADD' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SUGADD.d.ts' with Package ID '@redis/search/dist/commands/SUGADD.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/SUGDEL' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/SUGDEL'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/SUGDEL'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/SUGDEL'. Resolving module name '@redis/search/dist/commands/SUGDEL' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/SUGDEL'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/SUGDEL', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/SUGDEL' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/SUGDEL' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/SUGDEL' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGDEL.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGDEL.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGDEL.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/SUGDEL.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/SUGDEL.d.ts'. ======== Module name '@redis/search/dist/commands/SUGDEL' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SUGDEL.d.ts' with Package ID '@redis/search/dist/commands/SUGDEL.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/SUGGET_WITHPAYLOADS' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/SUGGET_WITHPAYLOADS'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/SUGGET_WITHPAYLOADS'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/SUGGET_WITHPAYLOADS'. Resolving module name '@redis/search/dist/commands/SUGGET_WITHPAYLOADS' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/SUGGET_WITHPAYLOADS'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/SUGGET_WITHPAYLOADS', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/SUGGET_WITHPAYLOADS' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/SUGGET_WITHPAYLOADS' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/SUGGET_WITHPAYLOADS' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHPAYLOADS.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHPAYLOADS.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHPAYLOADS.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHPAYLOADS.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHPAYLOADS.d.ts'. ======== Module name '@redis/search/dist/commands/SUGGET_WITHPAYLOADS' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHPAYLOADS.d.ts' with Package ID '@redis/search/dist/commands/SUGGET_WITHPAYLOADS.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS'. Resolving module name '@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS.d.ts'. ======== Module name '@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS.d.ts' with Package ID '@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/SUGGET_WITHSCORES' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/SUGGET_WITHSCORES'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/SUGGET_WITHSCORES'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/SUGGET_WITHSCORES'. Resolving module name '@redis/search/dist/commands/SUGGET_WITHSCORES' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/SUGGET_WITHSCORES'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/SUGGET_WITHSCORES', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/SUGGET_WITHSCORES' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/SUGGET_WITHSCORES' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/SUGGET_WITHSCORES' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES.d.ts'. ======== Module name '@redis/search/dist/commands/SUGGET_WITHSCORES' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES.d.ts' with Package ID '@redis/search/dist/commands/SUGGET_WITHSCORES.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/SUGGET' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/SUGGET'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/SUGGET'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/SUGGET'. Resolving module name '@redis/search/dist/commands/SUGGET' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/SUGGET'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/SUGGET', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/SUGGET' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/SUGGET' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/SUGGET' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET.d.ts'. ======== Module name '@redis/search/dist/commands/SUGGET' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET.d.ts' with Package ID '@redis/search/dist/commands/SUGGET.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/SUGLEN' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/SUGLEN'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/SUGLEN'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/SUGLEN'. Resolving module name '@redis/search/dist/commands/SUGLEN' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/SUGLEN'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/SUGLEN', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/SUGLEN' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/SUGLEN' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/SUGLEN' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGLEN.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGLEN.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGLEN.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/SUGLEN.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/SUGLEN.d.ts'. ======== Module name '@redis/search/dist/commands/SUGLEN' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SUGLEN.d.ts' with Package ID '@redis/search/dist/commands/SUGLEN.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/SYNDUMP' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/SYNDUMP'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/SYNDUMP'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/SYNDUMP'. Resolving module name '@redis/search/dist/commands/SYNDUMP' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/SYNDUMP'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/SYNDUMP', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/SYNDUMP' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/SYNDUMP' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/SYNDUMP' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/SYNDUMP.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SYNDUMP.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SYNDUMP.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/SYNDUMP.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/SYNDUMP.d.ts'. ======== Module name '@redis/search/dist/commands/SYNDUMP' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SYNDUMP.d.ts' with Package ID '@redis/search/dist/commands/SYNDUMP.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/SYNUPDATE' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/SYNUPDATE'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/SYNUPDATE'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/SYNUPDATE'. Resolving module name '@redis/search/dist/commands/SYNUPDATE' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/SYNUPDATE'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/SYNUPDATE', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/SYNUPDATE' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/SYNUPDATE' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/SYNUPDATE' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/SYNUPDATE.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SYNUPDATE.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SYNUPDATE.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/SYNUPDATE.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/SYNUPDATE.d.ts'. ======== Module name '@redis/search/dist/commands/SYNUPDATE' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SYNUPDATE.d.ts' with Package ID '@redis/search/dist/commands/SYNUPDATE.d.ts@1.1.2'. ======== ======== Resolving module '@redis/search/dist/commands/TAGVALS' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/TAGVALS'. 'paths' option is specified, looking for a pattern to match module name '@redis/search/dist/commands/TAGVALS'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/search/dist/commands/TAGVALS'. Resolving module name '@redis/search/dist/commands/TAGVALS' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/search/dist/commands/TAGVALS'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/search/dist/commands/TAGVALS', target file type 'TypeScript'. Loading module '@redis/search/dist/commands/TAGVALS' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/TAGVALS' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__search/dist/commands/TAGVALS' File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/TAGVALS.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/TAGVALS.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/TAGVALS.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/search/dist/commands/TAGVALS.d.ts', result '/tmp/project/node_modules/@redis/search/dist/commands/TAGVALS.d.ts'. ======== Module name '@redis/search/dist/commands/TAGVALS' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/TAGVALS.d.ts' with Package ID '@redis/search/dist/commands/TAGVALS.d.ts@1.1.2'. ======== ======== Resolving module '@redis/time-series/dist/commands/ADD' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/ADD'. 'paths' option is specified, looking for a pattern to match module name '@redis/time-series/dist/commands/ADD'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/ADD'. Resolving module name '@redis/time-series/dist/commands/ADD' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/time-series/dist/commands/ADD'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/time-series/dist/commands/ADD', target file type 'TypeScript'. Loading module '@redis/time-series/dist/commands/ADD' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/ADD' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/ADD' File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/time-series/dist/commands/ADD.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/ADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/ADD.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/time-series/dist/commands/ADD.d.ts', result '/tmp/project/node_modules/@redis/time-series/dist/commands/ADD.d.ts'. ======== Module name '@redis/time-series/dist/commands/ADD' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/ADD.d.ts' with Package ID '@redis/time-series/dist/commands/ADD.d.ts@1.0.4'. ======== ======== Resolving module '@redis/time-series/dist/commands/ALTER' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/ALTER'. 'paths' option is specified, looking for a pattern to match module name '@redis/time-series/dist/commands/ALTER'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/ALTER'. Resolving module name '@redis/time-series/dist/commands/ALTER' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/time-series/dist/commands/ALTER'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/time-series/dist/commands/ALTER', target file type 'TypeScript'. Loading module '@redis/time-series/dist/commands/ALTER' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/ALTER' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/ALTER' File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/time-series/dist/commands/ALTER.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/ALTER.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/ALTER.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/time-series/dist/commands/ALTER.d.ts', result '/tmp/project/node_modules/@redis/time-series/dist/commands/ALTER.d.ts'. ======== Module name '@redis/time-series/dist/commands/ALTER' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/ALTER.d.ts' with Package ID '@redis/time-series/dist/commands/ALTER.d.ts@1.0.4'. ======== ======== Resolving module '@redis/time-series/dist/commands/CREATE' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/CREATE'. 'paths' option is specified, looking for a pattern to match module name '@redis/time-series/dist/commands/CREATE'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/CREATE'. Resolving module name '@redis/time-series/dist/commands/CREATE' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/time-series/dist/commands/CREATE'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/time-series/dist/commands/CREATE', target file type 'TypeScript'. Loading module '@redis/time-series/dist/commands/CREATE' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/CREATE' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/CREATE' File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/time-series/dist/commands/CREATE.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/CREATE.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/CREATE.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/time-series/dist/commands/CREATE.d.ts', result '/tmp/project/node_modules/@redis/time-series/dist/commands/CREATE.d.ts'. ======== Module name '@redis/time-series/dist/commands/CREATE' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/CREATE.d.ts' with Package ID '@redis/time-series/dist/commands/CREATE.d.ts@1.0.4'. ======== ======== Resolving module '@redis/time-series/dist/commands/CREATERULE' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/CREATERULE'. 'paths' option is specified, looking for a pattern to match module name '@redis/time-series/dist/commands/CREATERULE'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/CREATERULE'. Resolving module name '@redis/time-series/dist/commands/CREATERULE' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/time-series/dist/commands/CREATERULE'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/time-series/dist/commands/CREATERULE', target file type 'TypeScript'. Loading module '@redis/time-series/dist/commands/CREATERULE' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/CREATERULE' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/CREATERULE' File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/time-series/dist/commands/CREATERULE.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/CREATERULE.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/CREATERULE.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/time-series/dist/commands/CREATERULE.d.ts', result '/tmp/project/node_modules/@redis/time-series/dist/commands/CREATERULE.d.ts'. ======== Module name '@redis/time-series/dist/commands/CREATERULE' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/CREATERULE.d.ts' with Package ID '@redis/time-series/dist/commands/CREATERULE.d.ts@1.0.4'. ======== ======== Resolving module '@redis/time-series/dist/commands/DECRBY' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/DECRBY'. 'paths' option is specified, looking for a pattern to match module name '@redis/time-series/dist/commands/DECRBY'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/DECRBY'. Resolving module name '@redis/time-series/dist/commands/DECRBY' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/time-series/dist/commands/DECRBY'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/time-series/dist/commands/DECRBY', target file type 'TypeScript'. Loading module '@redis/time-series/dist/commands/DECRBY' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/DECRBY' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/DECRBY' File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/time-series/dist/commands/DECRBY.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/DECRBY.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/DECRBY.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/time-series/dist/commands/DECRBY.d.ts', result '/tmp/project/node_modules/@redis/time-series/dist/commands/DECRBY.d.ts'. ======== Module name '@redis/time-series/dist/commands/DECRBY' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/DECRBY.d.ts' with Package ID '@redis/time-series/dist/commands/DECRBY.d.ts@1.0.4'. ======== ======== Resolving module '@redis/time-series/dist/commands/DEL' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/DEL'. 'paths' option is specified, looking for a pattern to match module name '@redis/time-series/dist/commands/DEL'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/DEL'. Resolving module name '@redis/time-series/dist/commands/DEL' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/time-series/dist/commands/DEL'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/time-series/dist/commands/DEL', target file type 'TypeScript'. Loading module '@redis/time-series/dist/commands/DEL' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/DEL' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/DEL' File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/time-series/dist/commands/DEL.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/DEL.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/DEL.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/time-series/dist/commands/DEL.d.ts', result '/tmp/project/node_modules/@redis/time-series/dist/commands/DEL.d.ts'. ======== Module name '@redis/time-series/dist/commands/DEL' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/DEL.d.ts' with Package ID '@redis/time-series/dist/commands/DEL.d.ts@1.0.4'. ======== ======== Resolving module '@redis/time-series/dist/commands/DELETERULE' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/DELETERULE'. 'paths' option is specified, looking for a pattern to match module name '@redis/time-series/dist/commands/DELETERULE'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/DELETERULE'. Resolving module name '@redis/time-series/dist/commands/DELETERULE' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/time-series/dist/commands/DELETERULE'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/time-series/dist/commands/DELETERULE', target file type 'TypeScript'. Loading module '@redis/time-series/dist/commands/DELETERULE' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/DELETERULE' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/DELETERULE' File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/time-series/dist/commands/DELETERULE.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/DELETERULE.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/DELETERULE.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/time-series/dist/commands/DELETERULE.d.ts', result '/tmp/project/node_modules/@redis/time-series/dist/commands/DELETERULE.d.ts'. ======== Module name '@redis/time-series/dist/commands/DELETERULE' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/DELETERULE.d.ts' with Package ID '@redis/time-series/dist/commands/DELETERULE.d.ts@1.0.4'. ======== ======== Resolving module '@redis/time-series/dist/commands/GET' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/GET'. 'paths' option is specified, looking for a pattern to match module name '@redis/time-series/dist/commands/GET'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/GET'. Resolving module name '@redis/time-series/dist/commands/GET' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/time-series/dist/commands/GET'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/time-series/dist/commands/GET', target file type 'TypeScript'. Loading module '@redis/time-series/dist/commands/GET' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/GET' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/GET' File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/time-series/dist/commands/GET.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/GET.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/GET.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/time-series/dist/commands/GET.d.ts', result '/tmp/project/node_modules/@redis/time-series/dist/commands/GET.d.ts'. ======== Module name '@redis/time-series/dist/commands/GET' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/GET.d.ts' with Package ID '@redis/time-series/dist/commands/GET.d.ts@1.0.4'. ======== ======== Resolving module '@redis/time-series/dist/commands/INCRBY' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/INCRBY'. 'paths' option is specified, looking for a pattern to match module name '@redis/time-series/dist/commands/INCRBY'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/INCRBY'. Resolving module name '@redis/time-series/dist/commands/INCRBY' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/time-series/dist/commands/INCRBY'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/time-series/dist/commands/INCRBY', target file type 'TypeScript'. Loading module '@redis/time-series/dist/commands/INCRBY' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/INCRBY' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/INCRBY' File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/time-series/dist/commands/INCRBY.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/INCRBY.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/INCRBY.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/time-series/dist/commands/INCRBY.d.ts', result '/tmp/project/node_modules/@redis/time-series/dist/commands/INCRBY.d.ts'. ======== Module name '@redis/time-series/dist/commands/INCRBY' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/INCRBY.d.ts' with Package ID '@redis/time-series/dist/commands/INCRBY.d.ts@1.0.4'. ======== ======== Resolving module '@redis/time-series/dist/commands/INFO_DEBUG' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/INFO_DEBUG'. 'paths' option is specified, looking for a pattern to match module name '@redis/time-series/dist/commands/INFO_DEBUG'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/INFO_DEBUG'. Resolving module name '@redis/time-series/dist/commands/INFO_DEBUG' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/time-series/dist/commands/INFO_DEBUG'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/time-series/dist/commands/INFO_DEBUG', target file type 'TypeScript'. Loading module '@redis/time-series/dist/commands/INFO_DEBUG' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/INFO_DEBUG' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/INFO_DEBUG' File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/time-series/dist/commands/INFO_DEBUG.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/INFO_DEBUG.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/INFO_DEBUG.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/time-series/dist/commands/INFO_DEBUG.d.ts', result '/tmp/project/node_modules/@redis/time-series/dist/commands/INFO_DEBUG.d.ts'. ======== Module name '@redis/time-series/dist/commands/INFO_DEBUG' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/INFO_DEBUG.d.ts' with Package ID '@redis/time-series/dist/commands/INFO_DEBUG.d.ts@1.0.4'. ======== ======== Resolving module '@redis/time-series/dist/commands/INFO' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/INFO'. 'paths' option is specified, looking for a pattern to match module name '@redis/time-series/dist/commands/INFO'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/INFO'. Resolving module name '@redis/time-series/dist/commands/INFO' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/time-series/dist/commands/INFO'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/time-series/dist/commands/INFO', target file type 'TypeScript'. Loading module '@redis/time-series/dist/commands/INFO' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/INFO' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/INFO' File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/time-series/dist/commands/INFO.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/INFO.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/INFO.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/time-series/dist/commands/INFO.d.ts', result '/tmp/project/node_modules/@redis/time-series/dist/commands/INFO.d.ts'. ======== Module name '@redis/time-series/dist/commands/INFO' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/INFO.d.ts' with Package ID '@redis/time-series/dist/commands/INFO.d.ts@1.0.4'. ======== ======== Resolving module '@redis/time-series/dist/commands/MADD' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/MADD'. 'paths' option is specified, looking for a pattern to match module name '@redis/time-series/dist/commands/MADD'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/MADD'. Resolving module name '@redis/time-series/dist/commands/MADD' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/time-series/dist/commands/MADD'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/time-series/dist/commands/MADD', target file type 'TypeScript'. Loading module '@redis/time-series/dist/commands/MADD' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/MADD' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/MADD' File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MADD.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MADD.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/time-series/dist/commands/MADD.d.ts', result '/tmp/project/node_modules/@redis/time-series/dist/commands/MADD.d.ts'. ======== Module name '@redis/time-series/dist/commands/MADD' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/MADD.d.ts' with Package ID '@redis/time-series/dist/commands/MADD.d.ts@1.0.4'. ======== ======== Resolving module '@redis/time-series/dist/commands/MGET' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/MGET'. 'paths' option is specified, looking for a pattern to match module name '@redis/time-series/dist/commands/MGET'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/MGET'. Resolving module name '@redis/time-series/dist/commands/MGET' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/time-series/dist/commands/MGET'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/time-series/dist/commands/MGET', target file type 'TypeScript'. Loading module '@redis/time-series/dist/commands/MGET' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/MGET' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/MGET' File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MGET.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MGET.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MGET.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/time-series/dist/commands/MGET.d.ts', result '/tmp/project/node_modules/@redis/time-series/dist/commands/MGET.d.ts'. ======== Module name '@redis/time-series/dist/commands/MGET' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/MGET.d.ts' with Package ID '@redis/time-series/dist/commands/MGET.d.ts@1.0.4'. ======== ======== Resolving module '@redis/time-series/dist/commands/MGET_WITHLABELS' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/MGET_WITHLABELS'. 'paths' option is specified, looking for a pattern to match module name '@redis/time-series/dist/commands/MGET_WITHLABELS'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/MGET_WITHLABELS'. Resolving module name '@redis/time-series/dist/commands/MGET_WITHLABELS' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/time-series/dist/commands/MGET_WITHLABELS'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/time-series/dist/commands/MGET_WITHLABELS', target file type 'TypeScript'. Loading module '@redis/time-series/dist/commands/MGET_WITHLABELS' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/MGET_WITHLABELS' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/MGET_WITHLABELS' File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MGET_WITHLABELS.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MGET_WITHLABELS.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MGET_WITHLABELS.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/time-series/dist/commands/MGET_WITHLABELS.d.ts', result '/tmp/project/node_modules/@redis/time-series/dist/commands/MGET_WITHLABELS.d.ts'. ======== Module name '@redis/time-series/dist/commands/MGET_WITHLABELS' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/MGET_WITHLABELS.d.ts' with Package ID '@redis/time-series/dist/commands/MGET_WITHLABELS.d.ts@1.0.4'. ======== ======== Resolving module '@redis/time-series/dist/commands/QUERYINDEX' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/QUERYINDEX'. 'paths' option is specified, looking for a pattern to match module name '@redis/time-series/dist/commands/QUERYINDEX'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/QUERYINDEX'. Resolving module name '@redis/time-series/dist/commands/QUERYINDEX' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/time-series/dist/commands/QUERYINDEX'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/time-series/dist/commands/QUERYINDEX', target file type 'TypeScript'. Loading module '@redis/time-series/dist/commands/QUERYINDEX' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/QUERYINDEX' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/QUERYINDEX' File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/time-series/dist/commands/QUERYINDEX.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/QUERYINDEX.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/QUERYINDEX.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/time-series/dist/commands/QUERYINDEX.d.ts', result '/tmp/project/node_modules/@redis/time-series/dist/commands/QUERYINDEX.d.ts'. ======== Module name '@redis/time-series/dist/commands/QUERYINDEX' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/QUERYINDEX.d.ts' with Package ID '@redis/time-series/dist/commands/QUERYINDEX.d.ts@1.0.4'. ======== ======== Resolving module '@redis/time-series/dist/commands/RANGE' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/RANGE'. 'paths' option is specified, looking for a pattern to match module name '@redis/time-series/dist/commands/RANGE'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/RANGE'. Resolving module name '@redis/time-series/dist/commands/RANGE' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/time-series/dist/commands/RANGE'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/time-series/dist/commands/RANGE', target file type 'TypeScript'. Loading module '@redis/time-series/dist/commands/RANGE' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/RANGE' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/RANGE' File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/time-series/dist/commands/RANGE.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/RANGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/RANGE.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/time-series/dist/commands/RANGE.d.ts', result '/tmp/project/node_modules/@redis/time-series/dist/commands/RANGE.d.ts'. ======== Module name '@redis/time-series/dist/commands/RANGE' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/RANGE.d.ts' with Package ID '@redis/time-series/dist/commands/RANGE.d.ts@1.0.4'. ======== ======== Resolving module '@redis/time-series/dist/commands/REVRANGE' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/REVRANGE'. 'paths' option is specified, looking for a pattern to match module name '@redis/time-series/dist/commands/REVRANGE'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/REVRANGE'. Resolving module name '@redis/time-series/dist/commands/REVRANGE' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/time-series/dist/commands/REVRANGE'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/time-series/dist/commands/REVRANGE', target file type 'TypeScript'. Loading module '@redis/time-series/dist/commands/REVRANGE' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/REVRANGE' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/REVRANGE' File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/time-series/dist/commands/REVRANGE.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/REVRANGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/REVRANGE.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/time-series/dist/commands/REVRANGE.d.ts', result '/tmp/project/node_modules/@redis/time-series/dist/commands/REVRANGE.d.ts'. ======== Module name '@redis/time-series/dist/commands/REVRANGE' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/REVRANGE.d.ts' with Package ID '@redis/time-series/dist/commands/REVRANGE.d.ts@1.0.4'. ======== ======== Resolving module '@redis/time-series/dist/commands/MRANGE' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/MRANGE'. 'paths' option is specified, looking for a pattern to match module name '@redis/time-series/dist/commands/MRANGE'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/MRANGE'. Resolving module name '@redis/time-series/dist/commands/MRANGE' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/time-series/dist/commands/MRANGE'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/time-series/dist/commands/MRANGE', target file type 'TypeScript'. Loading module '@redis/time-series/dist/commands/MRANGE' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/MRANGE' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/MRANGE' File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MRANGE.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MRANGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MRANGE.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/time-series/dist/commands/MRANGE.d.ts', result '/tmp/project/node_modules/@redis/time-series/dist/commands/MRANGE.d.ts'. ======== Module name '@redis/time-series/dist/commands/MRANGE' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/MRANGE.d.ts' with Package ID '@redis/time-series/dist/commands/MRANGE.d.ts@1.0.4'. ======== ======== Resolving module '@redis/time-series/dist/commands/MRANGE_WITHLABELS' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/MRANGE_WITHLABELS'. 'paths' option is specified, looking for a pattern to match module name '@redis/time-series/dist/commands/MRANGE_WITHLABELS'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/MRANGE_WITHLABELS'. Resolving module name '@redis/time-series/dist/commands/MRANGE_WITHLABELS' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/time-series/dist/commands/MRANGE_WITHLABELS'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/time-series/dist/commands/MRANGE_WITHLABELS', target file type 'TypeScript'. Loading module '@redis/time-series/dist/commands/MRANGE_WITHLABELS' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/MRANGE_WITHLABELS' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/MRANGE_WITHLABELS' File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MRANGE_WITHLABELS.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MRANGE_WITHLABELS.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MRANGE_WITHLABELS.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/time-series/dist/commands/MRANGE_WITHLABELS.d.ts', result '/tmp/project/node_modules/@redis/time-series/dist/commands/MRANGE_WITHLABELS.d.ts'. ======== Module name '@redis/time-series/dist/commands/MRANGE_WITHLABELS' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/MRANGE_WITHLABELS.d.ts' with Package ID '@redis/time-series/dist/commands/MRANGE_WITHLABELS.d.ts@1.0.4'. ======== ======== Resolving module '@redis/time-series/dist/commands/MREVRANGE' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/MREVRANGE'. 'paths' option is specified, looking for a pattern to match module name '@redis/time-series/dist/commands/MREVRANGE'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/MREVRANGE'. Resolving module name '@redis/time-series/dist/commands/MREVRANGE' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/time-series/dist/commands/MREVRANGE'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/time-series/dist/commands/MREVRANGE', target file type 'TypeScript'. Loading module '@redis/time-series/dist/commands/MREVRANGE' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/MREVRANGE' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/MREVRANGE' File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MREVRANGE.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MREVRANGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MREVRANGE.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/time-series/dist/commands/MREVRANGE.d.ts', result '/tmp/project/node_modules/@redis/time-series/dist/commands/MREVRANGE.d.ts'. ======== Module name '@redis/time-series/dist/commands/MREVRANGE' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/MREVRANGE.d.ts' with Package ID '@redis/time-series/dist/commands/MREVRANGE.d.ts@1.0.4'. ======== ======== Resolving module '@redis/time-series/dist/commands/MREVRANGE_WITHLABELS' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/MREVRANGE_WITHLABELS'. 'paths' option is specified, looking for a pattern to match module name '@redis/time-series/dist/commands/MREVRANGE_WITHLABELS'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/time-series/dist/commands/MREVRANGE_WITHLABELS'. Resolving module name '@redis/time-series/dist/commands/MREVRANGE_WITHLABELS' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/time-series/dist/commands/MREVRANGE_WITHLABELS'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/time-series/dist/commands/MREVRANGE_WITHLABELS', target file type 'TypeScript'. Loading module '@redis/time-series/dist/commands/MREVRANGE_WITHLABELS' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/MREVRANGE_WITHLABELS' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__time-series/dist/commands/MREVRANGE_WITHLABELS' File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MREVRANGE_WITHLABELS.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MREVRANGE_WITHLABELS.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MREVRANGE_WITHLABELS.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/time-series/dist/commands/MREVRANGE_WITHLABELS.d.ts', result '/tmp/project/node_modules/@redis/time-series/dist/commands/MREVRANGE_WITHLABELS.d.ts'. ======== Module name '@redis/time-series/dist/commands/MREVRANGE_WITHLABELS' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/MREVRANGE_WITHLABELS.d.ts' with Package ID '@redis/time-series/dist/commands/MREVRANGE_WITHLABELS.d.ts@1.0.4'. ======== ======== Resolving module '@redis/bloom/dist/commands/bloom/ADD' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/bloom/ADD'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/bloom/ADD'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/bloom/ADD'. Resolving module name '@redis/bloom/dist/commands/bloom/ADD' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/bloom/ADD'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/bloom/ADD', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/bloom/ADD' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/bloom/ADD' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/bloom/ADD' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/ADD.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/ADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/ADD.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/ADD.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/ADD.d.ts'. ======== Module name '@redis/bloom/dist/commands/bloom/ADD' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/ADD.d.ts' with Package ID '@redis/bloom/dist/commands/bloom/ADD.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/bloom/CARD' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/bloom/CARD'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/bloom/CARD'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/bloom/CARD'. Resolving module name '@redis/bloom/dist/commands/bloom/CARD' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/bloom/CARD'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/bloom/CARD', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/bloom/CARD' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/bloom/CARD' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/bloom/CARD' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/CARD.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/CARD.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/CARD.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/CARD.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/CARD.d.ts'. ======== Module name '@redis/bloom/dist/commands/bloom/CARD' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/CARD.d.ts' with Package ID '@redis/bloom/dist/commands/bloom/CARD.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/bloom/EXISTS' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/bloom/EXISTS'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/bloom/EXISTS'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/bloom/EXISTS'. Resolving module name '@redis/bloom/dist/commands/bloom/EXISTS' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/bloom/EXISTS'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/bloom/EXISTS', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/bloom/EXISTS' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/bloom/EXISTS' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/bloom/EXISTS' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/EXISTS.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/EXISTS.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/EXISTS.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/EXISTS.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/EXISTS.d.ts'. ======== Module name '@redis/bloom/dist/commands/bloom/EXISTS' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/EXISTS.d.ts' with Package ID '@redis/bloom/dist/commands/bloom/EXISTS.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/bloom/INFO' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/bloom/INFO'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/bloom/INFO'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/bloom/INFO'. Resolving module name '@redis/bloom/dist/commands/bloom/INFO' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/bloom/INFO'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/bloom/INFO', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/bloom/INFO' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/bloom/INFO' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/bloom/INFO' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/INFO.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/INFO.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/INFO.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/INFO.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/INFO.d.ts'. ======== Module name '@redis/bloom/dist/commands/bloom/INFO' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/INFO.d.ts' with Package ID '@redis/bloom/dist/commands/bloom/INFO.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/bloom/INSERT' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/bloom/INSERT'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/bloom/INSERT'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/bloom/INSERT'. Resolving module name '@redis/bloom/dist/commands/bloom/INSERT' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/bloom/INSERT'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/bloom/INSERT', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/bloom/INSERT' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/bloom/INSERT' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/bloom/INSERT' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/INSERT.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/INSERT.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/INSERT.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/INSERT.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/INSERT.d.ts'. ======== Module name '@redis/bloom/dist/commands/bloom/INSERT' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/INSERT.d.ts' with Package ID '@redis/bloom/dist/commands/bloom/INSERT.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/bloom/LOADCHUNK' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/bloom/LOADCHUNK'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/bloom/LOADCHUNK'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/bloom/LOADCHUNK'. Resolving module name '@redis/bloom/dist/commands/bloom/LOADCHUNK' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/bloom/LOADCHUNK'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/bloom/LOADCHUNK', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/bloom/LOADCHUNK' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/bloom/LOADCHUNK' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/bloom/LOADCHUNK' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/LOADCHUNK.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/LOADCHUNK.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/LOADCHUNK.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/LOADCHUNK.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/LOADCHUNK.d.ts'. ======== Module name '@redis/bloom/dist/commands/bloom/LOADCHUNK' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/LOADCHUNK.d.ts' with Package ID '@redis/bloom/dist/commands/bloom/LOADCHUNK.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/bloom/MADD' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/bloom/MADD'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/bloom/MADD'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/bloom/MADD'. Resolving module name '@redis/bloom/dist/commands/bloom/MADD' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/bloom/MADD'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/bloom/MADD', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/bloom/MADD' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/bloom/MADD' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/bloom/MADD' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/MADD.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/MADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/MADD.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/MADD.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/MADD.d.ts'. ======== Module name '@redis/bloom/dist/commands/bloom/MADD' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/MADD.d.ts' with Package ID '@redis/bloom/dist/commands/bloom/MADD.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/bloom/MEXISTS' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/bloom/MEXISTS'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/bloom/MEXISTS'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/bloom/MEXISTS'. Resolving module name '@redis/bloom/dist/commands/bloom/MEXISTS' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/bloom/MEXISTS'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/bloom/MEXISTS', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/bloom/MEXISTS' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/bloom/MEXISTS' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/bloom/MEXISTS' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/MEXISTS.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/MEXISTS.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/MEXISTS.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/MEXISTS.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/MEXISTS.d.ts'. ======== Module name '@redis/bloom/dist/commands/bloom/MEXISTS' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/MEXISTS.d.ts' with Package ID '@redis/bloom/dist/commands/bloom/MEXISTS.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/bloom/RESERVE' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/bloom/RESERVE'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/bloom/RESERVE'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/bloom/RESERVE'. Resolving module name '@redis/bloom/dist/commands/bloom/RESERVE' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/bloom/RESERVE'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/bloom/RESERVE', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/bloom/RESERVE' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/bloom/RESERVE' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/bloom/RESERVE' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/RESERVE.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/RESERVE.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/RESERVE.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/RESERVE.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/RESERVE.d.ts'. ======== Module name '@redis/bloom/dist/commands/bloom/RESERVE' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/RESERVE.d.ts' with Package ID '@redis/bloom/dist/commands/bloom/RESERVE.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/bloom/SCANDUMP' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/bloom/SCANDUMP'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/bloom/SCANDUMP'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/bloom/SCANDUMP'. Resolving module name '@redis/bloom/dist/commands/bloom/SCANDUMP' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/bloom/SCANDUMP'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/bloom/SCANDUMP', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/bloom/SCANDUMP' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/bloom/SCANDUMP' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/bloom/SCANDUMP' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/SCANDUMP.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/SCANDUMP.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/SCANDUMP.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/SCANDUMP.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/SCANDUMP.d.ts'. ======== Module name '@redis/bloom/dist/commands/bloom/SCANDUMP' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/SCANDUMP.d.ts' with Package ID '@redis/bloom/dist/commands/bloom/SCANDUMP.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/count-min-sketch/INCRBY' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/count-min-sketch/INCRBY'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/count-min-sketch/INCRBY'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/count-min-sketch/INCRBY'. Resolving module name '@redis/bloom/dist/commands/count-min-sketch/INCRBY' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/count-min-sketch/INCRBY'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/count-min-sketch/INCRBY', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/count-min-sketch/INCRBY' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/count-min-sketch/INCRBY' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/count-min-sketch/INCRBY' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INCRBY.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INCRBY.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INCRBY.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INCRBY.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INCRBY.d.ts'. ======== Module name '@redis/bloom/dist/commands/count-min-sketch/INCRBY' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INCRBY.d.ts' with Package ID '@redis/bloom/dist/commands/count-min-sketch/INCRBY.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/count-min-sketch/INFO' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/count-min-sketch/INFO'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/count-min-sketch/INFO'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/count-min-sketch/INFO'. Resolving module name '@redis/bloom/dist/commands/count-min-sketch/INFO' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/count-min-sketch/INFO'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/count-min-sketch/INFO', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/count-min-sketch/INFO' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/count-min-sketch/INFO' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/count-min-sketch/INFO' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INFO.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INFO.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INFO.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INFO.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INFO.d.ts'. ======== Module name '@redis/bloom/dist/commands/count-min-sketch/INFO' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INFO.d.ts' with Package ID '@redis/bloom/dist/commands/count-min-sketch/INFO.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/count-min-sketch/INITBYDIM' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/count-min-sketch/INITBYDIM'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/count-min-sketch/INITBYDIM'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/count-min-sketch/INITBYDIM'. Resolving module name '@redis/bloom/dist/commands/count-min-sketch/INITBYDIM' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/count-min-sketch/INITBYDIM'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/count-min-sketch/INITBYDIM', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/count-min-sketch/INITBYDIM' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/count-min-sketch/INITBYDIM' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/count-min-sketch/INITBYDIM' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INITBYDIM.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INITBYDIM.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INITBYDIM.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INITBYDIM.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INITBYDIM.d.ts'. ======== Module name '@redis/bloom/dist/commands/count-min-sketch/INITBYDIM' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INITBYDIM.d.ts' with Package ID '@redis/bloom/dist/commands/count-min-sketch/INITBYDIM.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/count-min-sketch/INITBYPROB' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/count-min-sketch/INITBYPROB'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/count-min-sketch/INITBYPROB'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/count-min-sketch/INITBYPROB'. Resolving module name '@redis/bloom/dist/commands/count-min-sketch/INITBYPROB' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/count-min-sketch/INITBYPROB'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/count-min-sketch/INITBYPROB', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/count-min-sketch/INITBYPROB' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/count-min-sketch/INITBYPROB' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/count-min-sketch/INITBYPROB' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INITBYPROB.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INITBYPROB.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INITBYPROB.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INITBYPROB.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INITBYPROB.d.ts'. ======== Module name '@redis/bloom/dist/commands/count-min-sketch/INITBYPROB' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INITBYPROB.d.ts' with Package ID '@redis/bloom/dist/commands/count-min-sketch/INITBYPROB.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/count-min-sketch/MERGE' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/count-min-sketch/MERGE'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/count-min-sketch/MERGE'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/count-min-sketch/MERGE'. Resolving module name '@redis/bloom/dist/commands/count-min-sketch/MERGE' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/count-min-sketch/MERGE'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/count-min-sketch/MERGE', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/count-min-sketch/MERGE' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/count-min-sketch/MERGE' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/count-min-sketch/MERGE' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/MERGE.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/MERGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/MERGE.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/MERGE.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/MERGE.d.ts'. ======== Module name '@redis/bloom/dist/commands/count-min-sketch/MERGE' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/MERGE.d.ts' with Package ID '@redis/bloom/dist/commands/count-min-sketch/MERGE.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/count-min-sketch/QUERY' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/count-min-sketch/QUERY'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/count-min-sketch/QUERY'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/count-min-sketch/QUERY'. Resolving module name '@redis/bloom/dist/commands/count-min-sketch/QUERY' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/count-min-sketch/QUERY'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/count-min-sketch/QUERY', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/count-min-sketch/QUERY' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/count-min-sketch/QUERY' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/count-min-sketch/QUERY' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/QUERY.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/QUERY.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/QUERY.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/QUERY.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/QUERY.d.ts'. ======== Module name '@redis/bloom/dist/commands/count-min-sketch/QUERY' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/QUERY.d.ts' with Package ID '@redis/bloom/dist/commands/count-min-sketch/QUERY.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/cuckoo/ADD' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/cuckoo/ADD'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/cuckoo/ADD'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/cuckoo/ADD'. Resolving module name '@redis/bloom/dist/commands/cuckoo/ADD' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/cuckoo/ADD'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/cuckoo/ADD', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/cuckoo/ADD' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/cuckoo/ADD' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/cuckoo/ADD' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADD.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADD.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADD.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADD.d.ts'. ======== Module name '@redis/bloom/dist/commands/cuckoo/ADD' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADD.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/ADD.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/cuckoo/ADDNX' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/cuckoo/ADDNX'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/cuckoo/ADDNX'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/cuckoo/ADDNX'. Resolving module name '@redis/bloom/dist/commands/cuckoo/ADDNX' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/cuckoo/ADDNX'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/cuckoo/ADDNX', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/cuckoo/ADDNX' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/cuckoo/ADDNX' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/cuckoo/ADDNX' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADDNX.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADDNX.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADDNX.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADDNX.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADDNX.d.ts'. ======== Module name '@redis/bloom/dist/commands/cuckoo/ADDNX' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADDNX.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/ADDNX.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/cuckoo/COUNT' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/cuckoo/COUNT'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/cuckoo/COUNT'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/cuckoo/COUNT'. Resolving module name '@redis/bloom/dist/commands/cuckoo/COUNT' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/cuckoo/COUNT'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/cuckoo/COUNT', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/cuckoo/COUNT' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/cuckoo/COUNT' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/cuckoo/COUNT' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/COUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/COUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/COUNT.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/COUNT.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/COUNT.d.ts'. ======== Module name '@redis/bloom/dist/commands/cuckoo/COUNT' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/COUNT.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/COUNT.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/cuckoo/DEL' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/cuckoo/DEL'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/cuckoo/DEL'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/cuckoo/DEL'. Resolving module name '@redis/bloom/dist/commands/cuckoo/DEL' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/cuckoo/DEL'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/cuckoo/DEL', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/cuckoo/DEL' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/cuckoo/DEL' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/cuckoo/DEL' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/DEL.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/DEL.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/DEL.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/DEL.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/DEL.d.ts'. ======== Module name '@redis/bloom/dist/commands/cuckoo/DEL' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/DEL.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/DEL.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/cuckoo/EXISTS' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/cuckoo/EXISTS'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/cuckoo/EXISTS'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/cuckoo/EXISTS'. Resolving module name '@redis/bloom/dist/commands/cuckoo/EXISTS' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/cuckoo/EXISTS'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/cuckoo/EXISTS', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/cuckoo/EXISTS' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/cuckoo/EXISTS' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/cuckoo/EXISTS' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/EXISTS.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/EXISTS.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/EXISTS.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/EXISTS.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/EXISTS.d.ts'. ======== Module name '@redis/bloom/dist/commands/cuckoo/EXISTS' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/EXISTS.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/EXISTS.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/cuckoo/INFO' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/cuckoo/INFO'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/cuckoo/INFO'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/cuckoo/INFO'. Resolving module name '@redis/bloom/dist/commands/cuckoo/INFO' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/cuckoo/INFO'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/cuckoo/INFO', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/cuckoo/INFO' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/cuckoo/INFO' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/cuckoo/INFO' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INFO.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INFO.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INFO.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INFO.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INFO.d.ts'. ======== Module name '@redis/bloom/dist/commands/cuckoo/INFO' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INFO.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/INFO.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/cuckoo/INSERT' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/cuckoo/INSERT'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/cuckoo/INSERT'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/cuckoo/INSERT'. Resolving module name '@redis/bloom/dist/commands/cuckoo/INSERT' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/cuckoo/INSERT'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/cuckoo/INSERT', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/cuckoo/INSERT' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/cuckoo/INSERT' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/cuckoo/INSERT' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERT.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERT.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERT.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERT.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERT.d.ts'. ======== Module name '@redis/bloom/dist/commands/cuckoo/INSERT' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERT.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/INSERT.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/cuckoo/INSERTNX' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/cuckoo/INSERTNX'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/cuckoo/INSERTNX'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/cuckoo/INSERTNX'. Resolving module name '@redis/bloom/dist/commands/cuckoo/INSERTNX' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/cuckoo/INSERTNX'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/cuckoo/INSERTNX', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/cuckoo/INSERTNX' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/cuckoo/INSERTNX' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/cuckoo/INSERTNX' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERTNX.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERTNX.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERTNX.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERTNX.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERTNX.d.ts'. ======== Module name '@redis/bloom/dist/commands/cuckoo/INSERTNX' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERTNX.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/INSERTNX.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/cuckoo/LOADCHUNK' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/cuckoo/LOADCHUNK'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/cuckoo/LOADCHUNK'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/cuckoo/LOADCHUNK'. Resolving module name '@redis/bloom/dist/commands/cuckoo/LOADCHUNK' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/cuckoo/LOADCHUNK'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/cuckoo/LOADCHUNK', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/cuckoo/LOADCHUNK' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/cuckoo/LOADCHUNK' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/cuckoo/LOADCHUNK' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/LOADCHUNK.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/LOADCHUNK.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/LOADCHUNK.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/LOADCHUNK.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/LOADCHUNK.d.ts'. ======== Module name '@redis/bloom/dist/commands/cuckoo/LOADCHUNK' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/LOADCHUNK.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/LOADCHUNK.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/cuckoo/RESERVE' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/cuckoo/RESERVE'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/cuckoo/RESERVE'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/cuckoo/RESERVE'. Resolving module name '@redis/bloom/dist/commands/cuckoo/RESERVE' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/cuckoo/RESERVE'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/cuckoo/RESERVE', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/cuckoo/RESERVE' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/cuckoo/RESERVE' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/cuckoo/RESERVE' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/RESERVE.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/RESERVE.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/RESERVE.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/RESERVE.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/RESERVE.d.ts'. ======== Module name '@redis/bloom/dist/commands/cuckoo/RESERVE' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/RESERVE.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/RESERVE.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/cuckoo/SCANDUMP' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/cuckoo/SCANDUMP'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/cuckoo/SCANDUMP'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/cuckoo/SCANDUMP'. Resolving module name '@redis/bloom/dist/commands/cuckoo/SCANDUMP' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/cuckoo/SCANDUMP'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/cuckoo/SCANDUMP', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/cuckoo/SCANDUMP' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/cuckoo/SCANDUMP' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/cuckoo/SCANDUMP' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/SCANDUMP.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/SCANDUMP.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/SCANDUMP.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/SCANDUMP.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/SCANDUMP.d.ts'. ======== Module name '@redis/bloom/dist/commands/cuckoo/SCANDUMP' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/SCANDUMP.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/SCANDUMP.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/t-digest/ADD' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/t-digest/ADD'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/t-digest/ADD'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/t-digest/ADD'. Resolving module name '@redis/bloom/dist/commands/t-digest/ADD' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/t-digest/ADD'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/t-digest/ADD', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/t-digest/ADD' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/t-digest/ADD' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/t-digest/ADD' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/ADD.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/ADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/ADD.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/ADD.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/ADD.d.ts'. ======== Module name '@redis/bloom/dist/commands/t-digest/ADD' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/ADD.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/ADD.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/t-digest/BYRANK' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/t-digest/BYRANK'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/t-digest/BYRANK'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/t-digest/BYRANK'. Resolving module name '@redis/bloom/dist/commands/t-digest/BYRANK' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/t-digest/BYRANK'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/t-digest/BYRANK', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/t-digest/BYRANK' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/t-digest/BYRANK' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/t-digest/BYRANK' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYRANK.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYRANK.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYRANK.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYRANK.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYRANK.d.ts'. ======== Module name '@redis/bloom/dist/commands/t-digest/BYRANK' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYRANK.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/BYRANK.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/t-digest/BYREVRANK' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/t-digest/BYREVRANK'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/t-digest/BYREVRANK'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/t-digest/BYREVRANK'. Resolving module name '@redis/bloom/dist/commands/t-digest/BYREVRANK' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/t-digest/BYREVRANK'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/t-digest/BYREVRANK', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/t-digest/BYREVRANK' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/t-digest/BYREVRANK' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/t-digest/BYREVRANK' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYREVRANK.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYREVRANK.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYREVRANK.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYREVRANK.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYREVRANK.d.ts'. ======== Module name '@redis/bloom/dist/commands/t-digest/BYREVRANK' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYREVRANK.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/BYREVRANK.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/t-digest/CDF' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/t-digest/CDF'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/t-digest/CDF'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/t-digest/CDF'. Resolving module name '@redis/bloom/dist/commands/t-digest/CDF' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/t-digest/CDF'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/t-digest/CDF', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/t-digest/CDF' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/t-digest/CDF' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/t-digest/CDF' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CDF.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CDF.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CDF.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CDF.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CDF.d.ts'. ======== Module name '@redis/bloom/dist/commands/t-digest/CDF' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CDF.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/CDF.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/t-digest/CREATE' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/t-digest/CREATE'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/t-digest/CREATE'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/t-digest/CREATE'. Resolving module name '@redis/bloom/dist/commands/t-digest/CREATE' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/t-digest/CREATE'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/t-digest/CREATE', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/t-digest/CREATE' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/t-digest/CREATE' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/t-digest/CREATE' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CREATE.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CREATE.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CREATE.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CREATE.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CREATE.d.ts'. ======== Module name '@redis/bloom/dist/commands/t-digest/CREATE' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CREATE.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/CREATE.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/t-digest/INFO' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/t-digest/INFO'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/t-digest/INFO'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/t-digest/INFO'. Resolving module name '@redis/bloom/dist/commands/t-digest/INFO' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/t-digest/INFO'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/t-digest/INFO', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/t-digest/INFO' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/t-digest/INFO' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/t-digest/INFO' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/INFO.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/INFO.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/INFO.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/INFO.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/INFO.d.ts'. ======== Module name '@redis/bloom/dist/commands/t-digest/INFO' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/INFO.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/INFO.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/t-digest/MAX' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/t-digest/MAX'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/t-digest/MAX'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/t-digest/MAX'. Resolving module name '@redis/bloom/dist/commands/t-digest/MAX' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/t-digest/MAX'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/t-digest/MAX', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/t-digest/MAX' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/t-digest/MAX' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/t-digest/MAX' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MAX.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MAX.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MAX.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MAX.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MAX.d.ts'. ======== Module name '@redis/bloom/dist/commands/t-digest/MAX' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MAX.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/MAX.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/t-digest/MERGE' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/t-digest/MERGE'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/t-digest/MERGE'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/t-digest/MERGE'. Resolving module name '@redis/bloom/dist/commands/t-digest/MERGE' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/t-digest/MERGE'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/t-digest/MERGE', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/t-digest/MERGE' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/t-digest/MERGE' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/t-digest/MERGE' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MERGE.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MERGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MERGE.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MERGE.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MERGE.d.ts'. ======== Module name '@redis/bloom/dist/commands/t-digest/MERGE' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MERGE.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/MERGE.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/t-digest/MIN' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/t-digest/MIN'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/t-digest/MIN'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/t-digest/MIN'. Resolving module name '@redis/bloom/dist/commands/t-digest/MIN' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/t-digest/MIN'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/t-digest/MIN', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/t-digest/MIN' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/t-digest/MIN' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/t-digest/MIN' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MIN.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MIN.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MIN.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MIN.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MIN.d.ts'. ======== Module name '@redis/bloom/dist/commands/t-digest/MIN' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MIN.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/MIN.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/t-digest/QUANTILE' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/t-digest/QUANTILE'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/t-digest/QUANTILE'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/t-digest/QUANTILE'. Resolving module name '@redis/bloom/dist/commands/t-digest/QUANTILE' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/t-digest/QUANTILE'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/t-digest/QUANTILE', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/t-digest/QUANTILE' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/t-digest/QUANTILE' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/t-digest/QUANTILE' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/QUANTILE.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/QUANTILE.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/QUANTILE.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/QUANTILE.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/QUANTILE.d.ts'. ======== Module name '@redis/bloom/dist/commands/t-digest/QUANTILE' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/QUANTILE.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/QUANTILE.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/t-digest/RANK' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/t-digest/RANK'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/t-digest/RANK'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/t-digest/RANK'. Resolving module name '@redis/bloom/dist/commands/t-digest/RANK' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/t-digest/RANK'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/t-digest/RANK', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/t-digest/RANK' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/t-digest/RANK' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/t-digest/RANK' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RANK.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RANK.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RANK.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RANK.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RANK.d.ts'. ======== Module name '@redis/bloom/dist/commands/t-digest/RANK' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RANK.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/RANK.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/t-digest/RESET' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/t-digest/RESET'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/t-digest/RESET'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/t-digest/RESET'. Resolving module name '@redis/bloom/dist/commands/t-digest/RESET' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/t-digest/RESET'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/t-digest/RESET', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/t-digest/RESET' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/t-digest/RESET' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/t-digest/RESET' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RESET.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RESET.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RESET.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RESET.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RESET.d.ts'. ======== Module name '@redis/bloom/dist/commands/t-digest/RESET' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RESET.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/RESET.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/t-digest/REVRANK' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/t-digest/REVRANK'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/t-digest/REVRANK'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/t-digest/REVRANK'. Resolving module name '@redis/bloom/dist/commands/t-digest/REVRANK' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/t-digest/REVRANK'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/t-digest/REVRANK', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/t-digest/REVRANK' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/t-digest/REVRANK' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/t-digest/REVRANK' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/REVRANK.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/REVRANK.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/REVRANK.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/REVRANK.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/REVRANK.d.ts'. ======== Module name '@redis/bloom/dist/commands/t-digest/REVRANK' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/REVRANK.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/REVRANK.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN'. Resolving module name '@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/t-digest/TRIMMED_MEAN' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/t-digest/TRIMMED_MEAN' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN.d.ts'. ======== Module name '@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/top-k/ADD' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/top-k/ADD'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/top-k/ADD'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/top-k/ADD'. Resolving module name '@redis/bloom/dist/commands/top-k/ADD' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/top-k/ADD'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/top-k/ADD', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/top-k/ADD' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/top-k/ADD' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/top-k/ADD' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/ADD.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/ADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/ADD.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/ADD.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/ADD.d.ts'. ======== Module name '@redis/bloom/dist/commands/top-k/ADD' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/ADD.d.ts' with Package ID '@redis/bloom/dist/commands/top-k/ADD.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/top-k/COUNT' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/top-k/COUNT'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/top-k/COUNT'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/top-k/COUNT'. Resolving module name '@redis/bloom/dist/commands/top-k/COUNT' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/top-k/COUNT'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/top-k/COUNT', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/top-k/COUNT' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/top-k/COUNT' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/top-k/COUNT' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/COUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/COUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/COUNT.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/COUNT.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/COUNT.d.ts'. ======== Module name '@redis/bloom/dist/commands/top-k/COUNT' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/COUNT.d.ts' with Package ID '@redis/bloom/dist/commands/top-k/COUNT.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/top-k/INCRBY' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/top-k/INCRBY'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/top-k/INCRBY'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/top-k/INCRBY'. Resolving module name '@redis/bloom/dist/commands/top-k/INCRBY' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/top-k/INCRBY'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/top-k/INCRBY', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/top-k/INCRBY' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/top-k/INCRBY' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/top-k/INCRBY' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/INCRBY.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/INCRBY.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/INCRBY.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/INCRBY.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/INCRBY.d.ts'. ======== Module name '@redis/bloom/dist/commands/top-k/INCRBY' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/INCRBY.d.ts' with Package ID '@redis/bloom/dist/commands/top-k/INCRBY.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/top-k/INFO' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/top-k/INFO'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/top-k/INFO'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/top-k/INFO'. Resolving module name '@redis/bloom/dist/commands/top-k/INFO' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/top-k/INFO'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/top-k/INFO', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/top-k/INFO' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/top-k/INFO' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/top-k/INFO' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/INFO.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/INFO.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/INFO.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/INFO.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/INFO.d.ts'. ======== Module name '@redis/bloom/dist/commands/top-k/INFO' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/INFO.d.ts' with Package ID '@redis/bloom/dist/commands/top-k/INFO.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/top-k/LIST_WITHCOUNT' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/top-k/LIST_WITHCOUNT'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/top-k/LIST_WITHCOUNT'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/top-k/LIST_WITHCOUNT'. Resolving module name '@redis/bloom/dist/commands/top-k/LIST_WITHCOUNT' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/top-k/LIST_WITHCOUNT'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/top-k/LIST_WITHCOUNT', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/top-k/LIST_WITHCOUNT' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/top-k/LIST_WITHCOUNT' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/top-k/LIST_WITHCOUNT' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/LIST_WITHCOUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/LIST_WITHCOUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/LIST_WITHCOUNT.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/LIST_WITHCOUNT.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/LIST_WITHCOUNT.d.ts'. ======== Module name '@redis/bloom/dist/commands/top-k/LIST_WITHCOUNT' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/LIST_WITHCOUNT.d.ts' with Package ID '@redis/bloom/dist/commands/top-k/LIST_WITHCOUNT.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/top-k/LIST' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/top-k/LIST'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/top-k/LIST'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/top-k/LIST'. Resolving module name '@redis/bloom/dist/commands/top-k/LIST' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/top-k/LIST'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/top-k/LIST', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/top-k/LIST' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/top-k/LIST' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/top-k/LIST' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/LIST.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/LIST.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/LIST.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/LIST.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/LIST.d.ts'. ======== Module name '@redis/bloom/dist/commands/top-k/LIST' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/LIST.d.ts' with Package ID '@redis/bloom/dist/commands/top-k/LIST.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/top-k/QUERY' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/top-k/QUERY'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/top-k/QUERY'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/top-k/QUERY'. Resolving module name '@redis/bloom/dist/commands/top-k/QUERY' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/top-k/QUERY'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/top-k/QUERY', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/top-k/QUERY' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/top-k/QUERY' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/top-k/QUERY' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/QUERY.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/QUERY.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/QUERY.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/QUERY.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/QUERY.d.ts'. ======== Module name '@redis/bloom/dist/commands/top-k/QUERY' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/QUERY.d.ts' with Package ID '@redis/bloom/dist/commands/top-k/QUERY.d.ts@1.2.0'. ======== ======== Resolving module '@redis/bloom/dist/commands/top-k/RESERVE' from '/tmp/project/node_modules/redis/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/top-k/RESERVE'. 'paths' option is specified, looking for a pattern to match module name '@redis/bloom/dist/commands/top-k/RESERVE'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/bloom/dist/commands/top-k/RESERVE'. Resolving module name '@redis/bloom/dist/commands/top-k/RESERVE' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/bloom/dist/commands/top-k/RESERVE'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/bloom/dist/commands/top-k/RESERVE', target file type 'TypeScript'. Loading module '@redis/bloom/dist/commands/top-k/RESERVE' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/redis/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/top-k/RESERVE' Directory '/tmp/project/node_modules/redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__bloom/dist/commands/top-k/RESERVE' File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/RESERVE.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/RESERVE.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/RESERVE.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/RESERVE.d.ts', result '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/RESERVE.d.ts'. ======== Module name '@redis/bloom/dist/commands/top-k/RESERVE' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/RESERVE.d.ts' with Package ID '@redis/bloom/dist/commands/top-k/RESERVE.d.ts@1.2.0'. ======== ======== Resolving module './lib/client' from '/tmp/project/node_modules/@redis/client/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/client', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/client.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client.d.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client/package.json' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client/index.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client/index.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client/index.d.ts' exist - use it as a name resolution result. ======== Module name './lib/client' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/client/index.d.ts'. ======== ======== Resolving module './lib/cluster' from '/tmp/project/node_modules/@redis/client/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/cluster', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/cluster.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/cluster.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/cluster.d.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/cluster/package.json' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/cluster/index.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/cluster/index.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/cluster/index.d.ts' exist - use it as a name resolution result. ======== Module name './lib/cluster' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/cluster/index.d.ts'. ======== ======== Resolving module './lib/commands' from '/tmp/project/node_modules/@redis/client/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands.d.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/package.json' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' exist - use it as a name resolution result. ======== Module name './lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './lib/lua-script' from '/tmp/project/node_modules/@redis/client/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/lua-script', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/lua-script.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/lua-script.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/lua-script.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './lib/lua-script' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/lua-script.d.ts' with Package ID '@redis/client/dist/lib/lua-script.d.ts@1.5.6'. ======== ======== Resolving module './lib/errors' from '/tmp/project/node_modules/@redis/client/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/errors', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/errors.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/errors.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/errors.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './lib/errors' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/errors.d.ts' with Package ID '@redis/client/dist/lib/errors.d.ts@1.5.6'. ======== ======== Resolving module './lib/commands/generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './lib/commands/generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module './lib/commands/SET' from '/tmp/project/node_modules/@redis/client/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SET.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SET.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './lib/commands/SET' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SET.d.ts' with Package ID '@redis/client/dist/lib/commands/SET.d.ts@1.5.6'. ======== ======== Resolving module './lib/commands/FLUSHALL' from '/tmp/project/node_modules/@redis/client/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/FLUSHALL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FLUSHALL.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FLUSHALL.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FLUSHALL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './lib/commands/FLUSHALL' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/FLUSHALL.d.ts' with Package ID '@redis/client/dist/lib/commands/FLUSHALL.d.ts@1.5.6'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@redis/client/dist/lib/client/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module './commands' from '/tmp/project/node_modules/@redis/client/dist/lib/client/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/client/commands', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts' with Package ID '@redis/client/dist/lib/client/commands.d.ts@1.5.6'. ======== ======== Resolving module '../commands' from '/tmp/project/node_modules/@redis/client/dist/lib/client/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands.d.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' exist - use it as a name resolution result. ======== Module name '../commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './socket' from '/tmp/project/node_modules/@redis/client/dist/lib/client/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/client/socket', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/client/socket.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client/socket.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client/socket.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './socket' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/client/socket.d.ts' with Package ID '@redis/client/dist/lib/client/socket.d.ts@1.5.6'. ======== ======== Resolving module './commands-queue' from '/tmp/project/node_modules/@redis/client/dist/lib/client/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/client/commands-queue', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/client/commands-queue.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client/commands-queue.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client/commands-queue.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './commands-queue' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/client/commands-queue.d.ts' with Package ID '@redis/client/dist/lib/client/commands-queue.d.ts@1.5.6'. ======== ======== Resolving module './multi-command' from '/tmp/project/node_modules/@redis/client/dist/lib/client/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/client/multi-command', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/client/multi-command.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client/multi-command.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client/multi-command.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './multi-command' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/client/multi-command.d.ts' with Package ID '@redis/client/dist/lib/client/multi-command.d.ts@1.5.6'. ======== ======== Resolving module '../multi-command' from '/tmp/project/node_modules/@redis/client/dist/lib/client/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/multi-command', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/multi-command.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/multi-command.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/multi-command.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../multi-command' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/multi-command.d.ts' with Package ID '@redis/client/dist/lib/multi-command.d.ts@1.5.6'. ======== ======== Resolving module 'events' from '/tmp/project/node_modules/@redis/client/dist/lib/client/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'TypeScript'. File '/tmp/project/apps/api/events.ts' does not exist. File '/tmp/project/apps/api/events.tsx' does not exist. File '/tmp/project/apps/api/events.d.ts' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@redis/client/dist/lib/client/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@redis/client/dist/lib/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@redis/client/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@redis/client/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@redis/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/events/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/events.ts' does not exist. File '/tmp/project/node_modules/events.tsx' does not exist. File '/tmp/project/node_modules/events.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field './events.js' that references '/tmp/project/node_modules/events/events.js'. File '/tmp/project/node_modules/events/events.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/events/events.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/events/events.js', target file type 'TypeScript'. File '/tmp/project/node_modules/events/events.js.ts' does not exist. File '/tmp/project/node_modules/events/events.js.tsx' does not exist. File '/tmp/project/node_modules/events/events.js.d.ts' does not exist. File name '/tmp/project/node_modules/events/events.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/events/events.ts' does not exist. File '/tmp/project/node_modules/events/events.tsx' does not exist. File '/tmp/project/node_modules/events/events.d.ts' does not exist. Directory '/tmp/project/node_modules/events/events.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/events/index.ts' does not exist. File '/tmp/project/node_modules/events/index.tsx' does not exist. File '/tmp/project/node_modules/events/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/events.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'JavaScript'. File '/tmp/project/apps/api/events.js' does not exist. File '/tmp/project/apps/api/events.jsx' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@redis/client/dist/lib/client/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@redis/client/dist/lib/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@redis/client/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@redis/client/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@redis/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/events/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/events.js' does not exist. File '/tmp/project/node_modules/events.jsx' does not exist. 'package.json' has 'main' field './events.js' that references '/tmp/project/node_modules/events/events.js'. File '/tmp/project/node_modules/events/events.js' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/events/events.js', result '/tmp/project/node_modules/events/events.js'. ======== Module name 'events' was successfully resolved to '/tmp/project/node_modules/events/events.js' with Package ID 'events/events.js@3.3.0'. ======== ======== Resolving module '../command-options' from '/tmp/project/node_modules/@redis/client/dist/lib/client/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/command-options', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/command-options.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/command-options.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/command-options.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../command-options' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/command-options.d.ts' with Package ID '@redis/client/dist/lib/command-options.d.ts@1.5.6'. ======== ======== Resolving module '../commands/generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/client/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SCAN' from '/tmp/project/node_modules/@redis/client/dist/lib/client/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCAN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCAN.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCAN.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCAN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SCAN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCAN.d.ts' with Package ID '@redis/client/dist/lib/commands/SCAN.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HSCAN' from '/tmp/project/node_modules/@redis/client/dist/lib/client/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSCAN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSCAN.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSCAN.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSCAN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HSCAN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSCAN.d.ts' with Package ID '@redis/client/dist/lib/commands/HSCAN.d.ts@1.5.6'. ======== ======== Resolving module 'generic-pool' from '/tmp/project/node_modules/@redis/client/dist/lib/client/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'generic-pool'. 'paths' option is specified, looking for a pattern to match module name 'generic-pool'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'generic-pool'. Resolving module name 'generic-pool' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/generic-pool'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/generic-pool', target file type 'TypeScript'. File '/tmp/project/apps/api/generic-pool.ts' does not exist. File '/tmp/project/apps/api/generic-pool.tsx' does not exist. File '/tmp/project/apps/api/generic-pool.d.ts' does not exist. Directory '/tmp/project/apps/api/generic-pool' does not exist, skipping all lookups in it. Loading module 'generic-pool' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@redis/client/dist/lib/client/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@redis/client/dist/lib/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@redis/client/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@redis/client/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@redis/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/generic-pool/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/generic-pool.ts' does not exist. File '/tmp/project/node_modules/generic-pool.tsx' does not exist. File '/tmp/project/node_modules/generic-pool.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'index.js' that references '/tmp/project/node_modules/generic-pool/index.js'. File '/tmp/project/node_modules/generic-pool/index.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/generic-pool/index.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/generic-pool/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/generic-pool/index.js.ts' does not exist. File '/tmp/project/node_modules/generic-pool/index.js.tsx' does not exist. File '/tmp/project/node_modules/generic-pool/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/generic-pool/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/generic-pool/index.ts' does not exist. File '/tmp/project/node_modules/generic-pool/index.tsx' does not exist. File '/tmp/project/node_modules/generic-pool/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/generic-pool/index.d.ts', result '/tmp/project/node_modules/generic-pool/index.d.ts'. ======== Module name 'generic-pool' was successfully resolved to '/tmp/project/node_modules/generic-pool/index.d.ts' with Package ID 'generic-pool/index.d.ts@3.9.0'. ======== ======== Resolving module './pub-sub' from '/tmp/project/node_modules/@redis/client/dist/lib/client/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/client/pub-sub', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/client/pub-sub.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client/pub-sub.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client/pub-sub.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './pub-sub' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/client/pub-sub.d.ts' with Package ID '@redis/client/dist/lib/client/pub-sub.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ACL_CAT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_CAT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_CAT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_CAT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_CAT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ACL_CAT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_CAT.d.ts' with Package ID '@redis/client/dist/lib/commands/ACL_CAT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ACL_DELUSER' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_DELUSER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_DELUSER.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_DELUSER.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_DELUSER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ACL_DELUSER' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_DELUSER.d.ts' with Package ID '@redis/client/dist/lib/commands/ACL_DELUSER.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ACL_DRYRUN' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_DRYRUN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_DRYRUN.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_DRYRUN.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_DRYRUN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ACL_DRYRUN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_DRYRUN.d.ts' with Package ID '@redis/client/dist/lib/commands/ACL_DRYRUN.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ACL_GENPASS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_GENPASS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_GENPASS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_GENPASS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_GENPASS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ACL_GENPASS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_GENPASS.d.ts' with Package ID '@redis/client/dist/lib/commands/ACL_GENPASS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ACL_GETUSER' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_GETUSER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_GETUSER.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_GETUSER.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_GETUSER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ACL_GETUSER' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_GETUSER.d.ts' with Package ID '@redis/client/dist/lib/commands/ACL_GETUSER.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ACL_LIST' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_LIST', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_LIST.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_LIST.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_LIST.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ACL_LIST' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_LIST.d.ts' with Package ID '@redis/client/dist/lib/commands/ACL_LIST.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ACL_LOAD' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_LOAD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_LOAD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_LOAD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_LOAD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ACL_LOAD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_LOAD.d.ts' with Package ID '@redis/client/dist/lib/commands/ACL_LOAD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ACL_LOG_RESET' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_LOG_RESET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_LOG_RESET.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_LOG_RESET.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_LOG_RESET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ACL_LOG_RESET' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_LOG_RESET.d.ts' with Package ID '@redis/client/dist/lib/commands/ACL_LOG_RESET.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ACL_LOG' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_LOG', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_LOG.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_LOG.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_LOG.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ACL_LOG' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_LOG.d.ts' with Package ID '@redis/client/dist/lib/commands/ACL_LOG.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ACL_SAVE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_SAVE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_SAVE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_SAVE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_SAVE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ACL_SAVE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_SAVE.d.ts' with Package ID '@redis/client/dist/lib/commands/ACL_SAVE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ACL_SETUSER' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_SETUSER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_SETUSER.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_SETUSER.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_SETUSER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ACL_SETUSER' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_SETUSER.d.ts' with Package ID '@redis/client/dist/lib/commands/ACL_SETUSER.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ACL_USERS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_USERS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_USERS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_USERS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_USERS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ACL_USERS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_USERS.d.ts' with Package ID '@redis/client/dist/lib/commands/ACL_USERS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ACL_WHOAMI' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_WHOAMI', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_WHOAMI.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_WHOAMI.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_WHOAMI.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ACL_WHOAMI' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_WHOAMI.d.ts' with Package ID '@redis/client/dist/lib/commands/ACL_WHOAMI.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ASKING' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ASKING', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ASKING.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ASKING.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ASKING.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ASKING' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ASKING.d.ts' with Package ID '@redis/client/dist/lib/commands/ASKING.d.ts@1.5.6'. ======== ======== Resolving module '../commands/AUTH' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/AUTH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/AUTH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/AUTH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/AUTH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/AUTH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/AUTH.d.ts' with Package ID '@redis/client/dist/lib/commands/AUTH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/BGREWRITEAOF' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BGREWRITEAOF', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BGREWRITEAOF.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BGREWRITEAOF.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BGREWRITEAOF.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/BGREWRITEAOF' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BGREWRITEAOF.d.ts' with Package ID '@redis/client/dist/lib/commands/BGREWRITEAOF.d.ts@1.5.6'. ======== ======== Resolving module '../commands/BGSAVE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BGSAVE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BGSAVE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BGSAVE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BGSAVE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/BGSAVE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BGSAVE.d.ts' with Package ID '@redis/client/dist/lib/commands/BGSAVE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLIENT_CACHING' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_CACHING', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_CACHING.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_CACHING.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_CACHING.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLIENT_CACHING' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_CACHING.d.ts' with Package ID '@redis/client/dist/lib/commands/CLIENT_CACHING.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLIENT_GETNAME' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_GETNAME', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_GETNAME.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_GETNAME.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_GETNAME.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLIENT_GETNAME' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_GETNAME.d.ts' with Package ID '@redis/client/dist/lib/commands/CLIENT_GETNAME.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLIENT_GETREDIR' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_GETREDIR', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_GETREDIR.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_GETREDIR.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_GETREDIR.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLIENT_GETREDIR' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_GETREDIR.d.ts' with Package ID '@redis/client/dist/lib/commands/CLIENT_GETREDIR.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLIENT_ID' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_ID', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_ID.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_ID.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_ID.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLIENT_ID' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_ID.d.ts' with Package ID '@redis/client/dist/lib/commands/CLIENT_ID.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLIENT_KILL' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_KILL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_KILL.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_KILL.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_KILL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLIENT_KILL' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_KILL.d.ts' with Package ID '@redis/client/dist/lib/commands/CLIENT_KILL.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLIENT_LIST' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_LIST', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_LIST.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_LIST.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_LIST.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLIENT_LIST' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_LIST.d.ts' with Package ID '@redis/client/dist/lib/commands/CLIENT_LIST.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLIENT_NO-EVICT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_NO-EVICT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_NO-EVICT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_NO-EVICT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_NO-EVICT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLIENT_NO-EVICT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_NO-EVICT.d.ts' with Package ID '@redis/client/dist/lib/commands/CLIENT_NO-EVICT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLIENT_PAUSE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_PAUSE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_PAUSE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_PAUSE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_PAUSE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLIENT_PAUSE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_PAUSE.d.ts' with Package ID '@redis/client/dist/lib/commands/CLIENT_PAUSE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLIENT_SETNAME' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_SETNAME', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_SETNAME.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_SETNAME.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_SETNAME.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLIENT_SETNAME' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_SETNAME.d.ts' with Package ID '@redis/client/dist/lib/commands/CLIENT_SETNAME.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLIENT_TRACKING' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_TRACKING', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_TRACKING.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_TRACKING.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_TRACKING.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLIENT_TRACKING' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_TRACKING.d.ts' with Package ID '@redis/client/dist/lib/commands/CLIENT_TRACKING.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLIENT_TRACKINGINFO' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_TRACKINGINFO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_TRACKINGINFO.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_TRACKINGINFO.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_TRACKINGINFO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLIENT_TRACKINGINFO' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_TRACKINGINFO.d.ts' with Package ID '@redis/client/dist/lib/commands/CLIENT_TRACKINGINFO.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLIENT_UNPAUSE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_UNPAUSE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_UNPAUSE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_UNPAUSE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_UNPAUSE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLIENT_UNPAUSE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_UNPAUSE.d.ts' with Package ID '@redis/client/dist/lib/commands/CLIENT_UNPAUSE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLIENT_INFO' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_INFO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_INFO.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_INFO.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_INFO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLIENT_INFO' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_INFO.d.ts' with Package ID '@redis/client/dist/lib/commands/CLIENT_INFO.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLUSTER_ADDSLOTS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_ADDSLOTS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_ADDSLOTS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_ADDSLOTS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_ADDSLOTS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLUSTER_ADDSLOTS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_ADDSLOTS.d.ts' with Package ID '@redis/client/dist/lib/commands/CLUSTER_ADDSLOTS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLUSTER_ADDSLOTSRANGE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_ADDSLOTSRANGE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_ADDSLOTSRANGE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_ADDSLOTSRANGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_ADDSLOTSRANGE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLUSTER_ADDSLOTSRANGE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_ADDSLOTSRANGE.d.ts' with Package ID '@redis/client/dist/lib/commands/CLUSTER_ADDSLOTSRANGE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLUSTER_BUMPEPOCH' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_BUMPEPOCH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_BUMPEPOCH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_BUMPEPOCH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_BUMPEPOCH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLUSTER_BUMPEPOCH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_BUMPEPOCH.d.ts' with Package ID '@redis/client/dist/lib/commands/CLUSTER_BUMPEPOCH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLUSTER_COUNT-FAILURE-REPORTS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_COUNT-FAILURE-REPORTS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_COUNT-FAILURE-REPORTS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_COUNT-FAILURE-REPORTS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_COUNT-FAILURE-REPORTS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLUSTER_COUNT-FAILURE-REPORTS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_COUNT-FAILURE-REPORTS.d.ts' with Package ID '@redis/client/dist/lib/commands/CLUSTER_COUNT-FAILURE-REPORTS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLUSTER_COUNTKEYSINSLOT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_COUNTKEYSINSLOT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_COUNTKEYSINSLOT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_COUNTKEYSINSLOT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_COUNTKEYSINSLOT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLUSTER_COUNTKEYSINSLOT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_COUNTKEYSINSLOT.d.ts' with Package ID '@redis/client/dist/lib/commands/CLUSTER_COUNTKEYSINSLOT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLUSTER_DELSLOTS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_DELSLOTS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_DELSLOTS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_DELSLOTS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_DELSLOTS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLUSTER_DELSLOTS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_DELSLOTS.d.ts' with Package ID '@redis/client/dist/lib/commands/CLUSTER_DELSLOTS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLUSTER_DELSLOTSRANGE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_DELSLOTSRANGE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_DELSLOTSRANGE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_DELSLOTSRANGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_DELSLOTSRANGE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLUSTER_DELSLOTSRANGE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_DELSLOTSRANGE.d.ts' with Package ID '@redis/client/dist/lib/commands/CLUSTER_DELSLOTSRANGE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLUSTER_FAILOVER' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_FAILOVER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_FAILOVER.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_FAILOVER.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_FAILOVER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLUSTER_FAILOVER' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_FAILOVER.d.ts' with Package ID '@redis/client/dist/lib/commands/CLUSTER_FAILOVER.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLUSTER_FLUSHSLOTS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_FLUSHSLOTS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_FLUSHSLOTS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_FLUSHSLOTS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_FLUSHSLOTS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLUSTER_FLUSHSLOTS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_FLUSHSLOTS.d.ts' with Package ID '@redis/client/dist/lib/commands/CLUSTER_FLUSHSLOTS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLUSTER_FORGET' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_FORGET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_FORGET.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_FORGET.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_FORGET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLUSTER_FORGET' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_FORGET.d.ts' with Package ID '@redis/client/dist/lib/commands/CLUSTER_FORGET.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLUSTER_GETKEYSINSLOT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_GETKEYSINSLOT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_GETKEYSINSLOT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_GETKEYSINSLOT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_GETKEYSINSLOT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLUSTER_GETKEYSINSLOT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_GETKEYSINSLOT.d.ts' with Package ID '@redis/client/dist/lib/commands/CLUSTER_GETKEYSINSLOT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLUSTER_INFO' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_INFO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_INFO.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_INFO.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_INFO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLUSTER_INFO' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_INFO.d.ts' with Package ID '@redis/client/dist/lib/commands/CLUSTER_INFO.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLUSTER_KEYSLOT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_KEYSLOT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_KEYSLOT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_KEYSLOT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_KEYSLOT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLUSTER_KEYSLOT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_KEYSLOT.d.ts' with Package ID '@redis/client/dist/lib/commands/CLUSTER_KEYSLOT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLUSTER_LINKS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_LINKS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_LINKS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_LINKS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_LINKS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLUSTER_LINKS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_LINKS.d.ts' with Package ID '@redis/client/dist/lib/commands/CLUSTER_LINKS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLUSTER_MEET' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_MEET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_MEET.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_MEET.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_MEET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLUSTER_MEET' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_MEET.d.ts' with Package ID '@redis/client/dist/lib/commands/CLUSTER_MEET.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLUSTER_MYID' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_MYID', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_MYID.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_MYID.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_MYID.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLUSTER_MYID' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_MYID.d.ts' with Package ID '@redis/client/dist/lib/commands/CLUSTER_MYID.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLUSTER_NODES' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_NODES', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_NODES.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_NODES.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_NODES.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLUSTER_NODES' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_NODES.d.ts' with Package ID '@redis/client/dist/lib/commands/CLUSTER_NODES.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLUSTER_REPLICAS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_REPLICAS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_REPLICAS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_REPLICAS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_REPLICAS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLUSTER_REPLICAS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_REPLICAS.d.ts' with Package ID '@redis/client/dist/lib/commands/CLUSTER_REPLICAS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLUSTER_REPLICATE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_REPLICATE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_REPLICATE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_REPLICATE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_REPLICATE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLUSTER_REPLICATE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_REPLICATE.d.ts' with Package ID '@redis/client/dist/lib/commands/CLUSTER_REPLICATE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLUSTER_RESET' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_RESET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_RESET.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_RESET.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_RESET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLUSTER_RESET' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_RESET.d.ts' with Package ID '@redis/client/dist/lib/commands/CLUSTER_RESET.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLUSTER_SAVECONFIG' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_SAVECONFIG', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_SAVECONFIG.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_SAVECONFIG.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_SAVECONFIG.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLUSTER_SAVECONFIG' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_SAVECONFIG.d.ts' with Package ID '@redis/client/dist/lib/commands/CLUSTER_SAVECONFIG.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLUSTER_SET-CONFIG-EPOCH' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_SET-CONFIG-EPOCH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_SET-CONFIG-EPOCH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_SET-CONFIG-EPOCH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_SET-CONFIG-EPOCH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLUSTER_SET-CONFIG-EPOCH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_SET-CONFIG-EPOCH.d.ts' with Package ID '@redis/client/dist/lib/commands/CLUSTER_SET-CONFIG-EPOCH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLUSTER_SETSLOT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_SETSLOT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_SETSLOT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_SETSLOT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_SETSLOT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLUSTER_SETSLOT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_SETSLOT.d.ts' with Package ID '@redis/client/dist/lib/commands/CLUSTER_SETSLOT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CLUSTER_SLOTS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_SLOTS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_SLOTS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_SLOTS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_SLOTS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CLUSTER_SLOTS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_SLOTS.d.ts' with Package ID '@redis/client/dist/lib/commands/CLUSTER_SLOTS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/COMMAND_COUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_COUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_COUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_COUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_COUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/COMMAND_COUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_COUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/COMMAND_COUNT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/COMMAND_GETKEYS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_GETKEYS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_GETKEYS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_GETKEYS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_GETKEYS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/COMMAND_GETKEYS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_GETKEYS.d.ts' with Package ID '@redis/client/dist/lib/commands/COMMAND_GETKEYS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/COMMAND_GETKEYSANDFLAGS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_GETKEYSANDFLAGS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_GETKEYSANDFLAGS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_GETKEYSANDFLAGS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_GETKEYSANDFLAGS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/COMMAND_GETKEYSANDFLAGS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_GETKEYSANDFLAGS.d.ts' with Package ID '@redis/client/dist/lib/commands/COMMAND_GETKEYSANDFLAGS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/COMMAND_INFO' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_INFO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_INFO.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_INFO.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_INFO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/COMMAND_INFO' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_INFO.d.ts' with Package ID '@redis/client/dist/lib/commands/COMMAND_INFO.d.ts@1.5.6'. ======== ======== Resolving module '../commands/COMMAND_LIST' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_LIST', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_LIST.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_LIST.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_LIST.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/COMMAND_LIST' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_LIST.d.ts' with Package ID '@redis/client/dist/lib/commands/COMMAND_LIST.d.ts@1.5.6'. ======== ======== Resolving module '../commands/COMMAND' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/COMMAND' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND.d.ts' with Package ID '@redis/client/dist/lib/commands/COMMAND.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CONFIG_GET' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CONFIG_GET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CONFIG_GET.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CONFIG_GET.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CONFIG_GET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CONFIG_GET' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CONFIG_GET.d.ts' with Package ID '@redis/client/dist/lib/commands/CONFIG_GET.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CONFIG_RESETSTAT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CONFIG_RESETSTAT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CONFIG_RESETSTAT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CONFIG_RESETSTAT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CONFIG_RESETSTAT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CONFIG_RESETSTAT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CONFIG_RESETSTAT.d.ts' with Package ID '@redis/client/dist/lib/commands/CONFIG_RESETSTAT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CONFIG_REWRITE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CONFIG_REWRITE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CONFIG_REWRITE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CONFIG_REWRITE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CONFIG_REWRITE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CONFIG_REWRITE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CONFIG_REWRITE.d.ts' with Package ID '@redis/client/dist/lib/commands/CONFIG_REWRITE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/CONFIG_SET' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CONFIG_SET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CONFIG_SET.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CONFIG_SET.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CONFIG_SET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/CONFIG_SET' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CONFIG_SET.d.ts' with Package ID '@redis/client/dist/lib/commands/CONFIG_SET.d.ts@1.5.6'. ======== ======== Resolving module '../commands/DBSIZE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/DBSIZE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DBSIZE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DBSIZE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DBSIZE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/DBSIZE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/DBSIZE.d.ts' with Package ID '@redis/client/dist/lib/commands/DBSIZE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/DISCARD' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/DISCARD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DISCARD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DISCARD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DISCARD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/DISCARD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/DISCARD.d.ts' with Package ID '@redis/client/dist/lib/commands/DISCARD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ECHO' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ECHO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ECHO.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ECHO.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ECHO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ECHO' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ECHO.d.ts' with Package ID '@redis/client/dist/lib/commands/ECHO.d.ts@1.5.6'. ======== ======== Resolving module '../commands/FAILOVER' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/FAILOVER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FAILOVER.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FAILOVER.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FAILOVER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/FAILOVER' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/FAILOVER.d.ts' with Package ID '@redis/client/dist/lib/commands/FAILOVER.d.ts@1.5.6'. ======== ======== Resolving module '../commands/FLUSHALL' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/FLUSHALL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FLUSHALL.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FLUSHALL.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FLUSHALL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/FLUSHALL' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/FLUSHALL.d.ts' with Package ID '@redis/client/dist/lib/commands/FLUSHALL.d.ts@1.5.6'. ======== ======== Resolving module '../commands/FLUSHDB' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/FLUSHDB', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FLUSHDB.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FLUSHDB.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FLUSHDB.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/FLUSHDB' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/FLUSHDB.d.ts' with Package ID '@redis/client/dist/lib/commands/FLUSHDB.d.ts@1.5.6'. ======== ======== Resolving module '../commands/FUNCTION_DELETE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_DELETE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_DELETE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_DELETE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_DELETE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/FUNCTION_DELETE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_DELETE.d.ts' with Package ID '@redis/client/dist/lib/commands/FUNCTION_DELETE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/FUNCTION_DUMP' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_DUMP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_DUMP.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_DUMP.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_DUMP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/FUNCTION_DUMP' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_DUMP.d.ts' with Package ID '@redis/client/dist/lib/commands/FUNCTION_DUMP.d.ts@1.5.6'. ======== ======== Resolving module '../commands/FUNCTION_FLUSH' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_FLUSH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_FLUSH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_FLUSH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_FLUSH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/FUNCTION_FLUSH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_FLUSH.d.ts' with Package ID '@redis/client/dist/lib/commands/FUNCTION_FLUSH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/FUNCTION_KILL' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_KILL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_KILL.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_KILL.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_KILL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/FUNCTION_KILL' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_KILL.d.ts' with Package ID '@redis/client/dist/lib/commands/FUNCTION_KILL.d.ts@1.5.6'. ======== ======== Resolving module '../commands/FUNCTION_LIST_WITHCODE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_LIST_WITHCODE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_LIST_WITHCODE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_LIST_WITHCODE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_LIST_WITHCODE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/FUNCTION_LIST_WITHCODE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_LIST_WITHCODE.d.ts' with Package ID '@redis/client/dist/lib/commands/FUNCTION_LIST_WITHCODE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/FUNCTION_LIST' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_LIST', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_LIST.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_LIST.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_LIST.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/FUNCTION_LIST' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_LIST.d.ts' with Package ID '@redis/client/dist/lib/commands/FUNCTION_LIST.d.ts@1.5.6'. ======== ======== Resolving module '../commands/FUNCTION_LOAD' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_LOAD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_LOAD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_LOAD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_LOAD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/FUNCTION_LOAD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_LOAD.d.ts' with Package ID '@redis/client/dist/lib/commands/FUNCTION_LOAD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/FUNCTION_RESTORE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_RESTORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_RESTORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_RESTORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_RESTORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/FUNCTION_RESTORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_RESTORE.d.ts' with Package ID '@redis/client/dist/lib/commands/FUNCTION_RESTORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/FUNCTION_STATS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_STATS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_STATS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_STATS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_STATS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/FUNCTION_STATS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_STATS.d.ts' with Package ID '@redis/client/dist/lib/commands/FUNCTION_STATS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HELLO' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HELLO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HELLO.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HELLO.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HELLO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HELLO' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HELLO.d.ts' with Package ID '@redis/client/dist/lib/commands/HELLO.d.ts@1.5.6'. ======== ======== Resolving module '../commands/INFO' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/INFO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/INFO.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/INFO.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/INFO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/INFO' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/INFO.d.ts' with Package ID '@redis/client/dist/lib/commands/INFO.d.ts@1.5.6'. ======== ======== Resolving module '../commands/KEYS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/KEYS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/KEYS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/KEYS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/KEYS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/KEYS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/KEYS.d.ts' with Package ID '@redis/client/dist/lib/commands/KEYS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LASTSAVE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LASTSAVE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LASTSAVE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LASTSAVE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LASTSAVE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LASTSAVE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LASTSAVE.d.ts' with Package ID '@redis/client/dist/lib/commands/LASTSAVE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LATENCY_DOCTOR' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LATENCY_DOCTOR', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LATENCY_DOCTOR.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LATENCY_DOCTOR.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LATENCY_DOCTOR.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LATENCY_DOCTOR' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LATENCY_DOCTOR.d.ts' with Package ID '@redis/client/dist/lib/commands/LATENCY_DOCTOR.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LATENCY_GRAPH' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LATENCY_GRAPH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LATENCY_GRAPH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LATENCY_GRAPH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LATENCY_GRAPH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LATENCY_GRAPH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LATENCY_GRAPH.d.ts' with Package ID '@redis/client/dist/lib/commands/LATENCY_GRAPH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LOLWUT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LOLWUT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LOLWUT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LOLWUT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LOLWUT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LOLWUT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LOLWUT.d.ts' with Package ID '@redis/client/dist/lib/commands/LOLWUT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/MEMORY_DOCTOR' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/MEMORY_DOCTOR', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MEMORY_DOCTOR.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MEMORY_DOCTOR.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MEMORY_DOCTOR.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/MEMORY_DOCTOR' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/MEMORY_DOCTOR.d.ts' with Package ID '@redis/client/dist/lib/commands/MEMORY_DOCTOR.d.ts@1.5.6'. ======== ======== Resolving module '../commands/MEMORY_MALLOC-STATS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/MEMORY_MALLOC-STATS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MEMORY_MALLOC-STATS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MEMORY_MALLOC-STATS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MEMORY_MALLOC-STATS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/MEMORY_MALLOC-STATS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/MEMORY_MALLOC-STATS.d.ts' with Package ID '@redis/client/dist/lib/commands/MEMORY_MALLOC-STATS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/MEMORY_PURGE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/MEMORY_PURGE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MEMORY_PURGE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MEMORY_PURGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MEMORY_PURGE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/MEMORY_PURGE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/MEMORY_PURGE.d.ts' with Package ID '@redis/client/dist/lib/commands/MEMORY_PURGE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/MEMORY_STATS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/MEMORY_STATS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MEMORY_STATS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MEMORY_STATS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MEMORY_STATS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/MEMORY_STATS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/MEMORY_STATS.d.ts' with Package ID '@redis/client/dist/lib/commands/MEMORY_STATS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/MEMORY_USAGE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/MEMORY_USAGE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MEMORY_USAGE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MEMORY_USAGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MEMORY_USAGE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/MEMORY_USAGE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/MEMORY_USAGE.d.ts' with Package ID '@redis/client/dist/lib/commands/MEMORY_USAGE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/MODULE_LIST' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/MODULE_LIST', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MODULE_LIST.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MODULE_LIST.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MODULE_LIST.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/MODULE_LIST' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/MODULE_LIST.d.ts' with Package ID '@redis/client/dist/lib/commands/MODULE_LIST.d.ts@1.5.6'. ======== ======== Resolving module '../commands/MODULE_LOAD' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/MODULE_LOAD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MODULE_LOAD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MODULE_LOAD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MODULE_LOAD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/MODULE_LOAD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/MODULE_LOAD.d.ts' with Package ID '@redis/client/dist/lib/commands/MODULE_LOAD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/MODULE_UNLOAD' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/MODULE_UNLOAD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MODULE_UNLOAD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MODULE_UNLOAD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MODULE_UNLOAD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/MODULE_UNLOAD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/MODULE_UNLOAD.d.ts' with Package ID '@redis/client/dist/lib/commands/MODULE_UNLOAD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/MOVE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/MOVE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MOVE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MOVE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MOVE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/MOVE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/MOVE.d.ts' with Package ID '@redis/client/dist/lib/commands/MOVE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/PING' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/PING', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PING.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PING.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PING.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/PING' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/PING.d.ts' with Package ID '@redis/client/dist/lib/commands/PING.d.ts@1.5.6'. ======== ======== Resolving module '../commands/PUBSUB_CHANNELS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBSUB_CHANNELS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBSUB_CHANNELS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBSUB_CHANNELS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBSUB_CHANNELS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/PUBSUB_CHANNELS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBSUB_CHANNELS.d.ts' with Package ID '@redis/client/dist/lib/commands/PUBSUB_CHANNELS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/PUBSUB_NUMPAT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBSUB_NUMPAT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBSUB_NUMPAT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBSUB_NUMPAT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBSUB_NUMPAT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/PUBSUB_NUMPAT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBSUB_NUMPAT.d.ts' with Package ID '@redis/client/dist/lib/commands/PUBSUB_NUMPAT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/PUBSUB_NUMSUB' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBSUB_NUMSUB', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBSUB_NUMSUB.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBSUB_NUMSUB.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBSUB_NUMSUB.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/PUBSUB_NUMSUB' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBSUB_NUMSUB.d.ts' with Package ID '@redis/client/dist/lib/commands/PUBSUB_NUMSUB.d.ts@1.5.6'. ======== ======== Resolving module '../commands/PUBSUB_SHARDCHANNELS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBSUB_SHARDCHANNELS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBSUB_SHARDCHANNELS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBSUB_SHARDCHANNELS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBSUB_SHARDCHANNELS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/PUBSUB_SHARDCHANNELS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBSUB_SHARDCHANNELS.d.ts' with Package ID '@redis/client/dist/lib/commands/PUBSUB_SHARDCHANNELS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/RANDOMKEY' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/RANDOMKEY', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RANDOMKEY.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RANDOMKEY.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RANDOMKEY.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/RANDOMKEY' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/RANDOMKEY.d.ts' with Package ID '@redis/client/dist/lib/commands/RANDOMKEY.d.ts@1.5.6'. ======== ======== Resolving module '../commands/READONLY' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/READONLY', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/READONLY.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/READONLY.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/READONLY.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/READONLY' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/READONLY.d.ts' with Package ID '@redis/client/dist/lib/commands/READONLY.d.ts@1.5.6'. ======== ======== Resolving module '../commands/READWRITE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/READWRITE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/READWRITE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/READWRITE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/READWRITE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/READWRITE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/READWRITE.d.ts' with Package ID '@redis/client/dist/lib/commands/READWRITE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/REPLICAOF' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/REPLICAOF', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/REPLICAOF.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/REPLICAOF.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/REPLICAOF.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/REPLICAOF' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/REPLICAOF.d.ts' with Package ID '@redis/client/dist/lib/commands/REPLICAOF.d.ts@1.5.6'. ======== ======== Resolving module '../commands/RESTORE-ASKING' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/RESTORE-ASKING', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RESTORE-ASKING.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RESTORE-ASKING.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RESTORE-ASKING.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/RESTORE-ASKING' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/RESTORE-ASKING.d.ts' with Package ID '@redis/client/dist/lib/commands/RESTORE-ASKING.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ROLE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ROLE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ROLE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ROLE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ROLE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ROLE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ROLE.d.ts' with Package ID '@redis/client/dist/lib/commands/ROLE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SAVE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SAVE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SAVE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SAVE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SAVE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SAVE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SAVE.d.ts' with Package ID '@redis/client/dist/lib/commands/SAVE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SCAN' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Resolution for module '../commands/SCAN' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/client'. ======== Module name '../commands/SCAN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCAN.d.ts' with Package ID '@redis/client/dist/lib/commands/SCAN.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SCRIPT_DEBUG' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCRIPT_DEBUG', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCRIPT_DEBUG.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCRIPT_DEBUG.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCRIPT_DEBUG.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SCRIPT_DEBUG' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCRIPT_DEBUG.d.ts' with Package ID '@redis/client/dist/lib/commands/SCRIPT_DEBUG.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SCRIPT_EXISTS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCRIPT_EXISTS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCRIPT_EXISTS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCRIPT_EXISTS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCRIPT_EXISTS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SCRIPT_EXISTS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCRIPT_EXISTS.d.ts' with Package ID '@redis/client/dist/lib/commands/SCRIPT_EXISTS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SCRIPT_FLUSH' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCRIPT_FLUSH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCRIPT_FLUSH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCRIPT_FLUSH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCRIPT_FLUSH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SCRIPT_FLUSH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCRIPT_FLUSH.d.ts' with Package ID '@redis/client/dist/lib/commands/SCRIPT_FLUSH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SCRIPT_KILL' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCRIPT_KILL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCRIPT_KILL.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCRIPT_KILL.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCRIPT_KILL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SCRIPT_KILL' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCRIPT_KILL.d.ts' with Package ID '@redis/client/dist/lib/commands/SCRIPT_KILL.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SCRIPT_LOAD' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCRIPT_LOAD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCRIPT_LOAD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCRIPT_LOAD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCRIPT_LOAD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SCRIPT_LOAD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCRIPT_LOAD.d.ts' with Package ID '@redis/client/dist/lib/commands/SCRIPT_LOAD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SHUTDOWN' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SHUTDOWN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SHUTDOWN.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SHUTDOWN.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SHUTDOWN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SHUTDOWN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SHUTDOWN.d.ts' with Package ID '@redis/client/dist/lib/commands/SHUTDOWN.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SWAPDB' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SWAPDB', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SWAPDB.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SWAPDB.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SWAPDB.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SWAPDB' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SWAPDB.d.ts' with Package ID '@redis/client/dist/lib/commands/SWAPDB.d.ts@1.5.6'. ======== ======== Resolving module '../commands/TIME' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/TIME', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/TIME.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/TIME.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/TIME.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/TIME' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/TIME.d.ts' with Package ID '@redis/client/dist/lib/commands/TIME.d.ts@1.5.6'. ======== ======== Resolving module '../commands/UNWATCH' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/UNWATCH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/UNWATCH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/UNWATCH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/UNWATCH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/UNWATCH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/UNWATCH.d.ts' with Package ID '@redis/client/dist/lib/commands/UNWATCH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/WAIT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/WAIT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/WAIT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/WAIT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/WAIT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/WAIT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/WAIT.d.ts' with Package ID '@redis/client/dist/lib/commands/WAIT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/APPEND' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/APPEND', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/APPEND.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/APPEND.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/APPEND.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/APPEND' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/APPEND.d.ts' with Package ID '@redis/client/dist/lib/commands/APPEND.d.ts@1.5.6'. ======== ======== Resolving module '../commands/BITCOUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITCOUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITCOUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITCOUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITCOUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/BITCOUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITCOUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/BITCOUNT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/BITFIELD_RO' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITFIELD_RO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITFIELD_RO.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITFIELD_RO.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITFIELD_RO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/BITFIELD_RO' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITFIELD_RO.d.ts' with Package ID '@redis/client/dist/lib/commands/BITFIELD_RO.d.ts@1.5.6'. ======== ======== Resolving module '../commands/BITFIELD' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITFIELD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITFIELD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITFIELD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITFIELD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/BITFIELD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITFIELD.d.ts' with Package ID '@redis/client/dist/lib/commands/BITFIELD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/BITOP' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITOP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITOP.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITOP.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITOP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/BITOP' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITOP.d.ts' with Package ID '@redis/client/dist/lib/commands/BITOP.d.ts@1.5.6'. ======== ======== Resolving module '../commands/BITPOS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITPOS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITPOS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITPOS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITPOS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/BITPOS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITPOS.d.ts' with Package ID '@redis/client/dist/lib/commands/BITPOS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/BLMOVE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLMOVE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLMOVE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLMOVE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLMOVE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/BLMOVE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLMOVE.d.ts' with Package ID '@redis/client/dist/lib/commands/BLMOVE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/BLMPOP' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLMPOP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLMPOP.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLMPOP.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLMPOP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/BLMPOP' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLMPOP.d.ts' with Package ID '@redis/client/dist/lib/commands/BLMPOP.d.ts@1.5.6'. ======== ======== Resolving module '../commands/BLPOP' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLPOP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLPOP.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLPOP.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLPOP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/BLPOP' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLPOP.d.ts' with Package ID '@redis/client/dist/lib/commands/BLPOP.d.ts@1.5.6'. ======== ======== Resolving module '../commands/BRPOP' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BRPOP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BRPOP.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BRPOP.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BRPOP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/BRPOP' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BRPOP.d.ts' with Package ID '@redis/client/dist/lib/commands/BRPOP.d.ts@1.5.6'. ======== ======== Resolving module '../commands/BRPOPLPUSH' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BRPOPLPUSH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BRPOPLPUSH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BRPOPLPUSH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BRPOPLPUSH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/BRPOPLPUSH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BRPOPLPUSH.d.ts' with Package ID '@redis/client/dist/lib/commands/BRPOPLPUSH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/BZMPOP' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZMPOP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZMPOP.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZMPOP.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZMPOP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/BZMPOP' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZMPOP.d.ts' with Package ID '@redis/client/dist/lib/commands/BZMPOP.d.ts@1.5.6'. ======== ======== Resolving module '../commands/BZPOPMAX' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMAX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMAX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMAX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMAX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/BZPOPMAX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMAX.d.ts' with Package ID '@redis/client/dist/lib/commands/BZPOPMAX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/BZPOPMIN' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMIN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMIN.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMIN.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMIN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/BZPOPMIN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMIN.d.ts' with Package ID '@redis/client/dist/lib/commands/BZPOPMIN.d.ts@1.5.6'. ======== ======== Resolving module '../commands/COPY' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/COPY', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/COPY.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/COPY.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/COPY.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/COPY' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/COPY.d.ts' with Package ID '@redis/client/dist/lib/commands/COPY.d.ts@1.5.6'. ======== ======== Resolving module '../commands/DECR' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/DECR', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DECR.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DECR.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DECR.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/DECR' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/DECR.d.ts' with Package ID '@redis/client/dist/lib/commands/DECR.d.ts@1.5.6'. ======== ======== Resolving module '../commands/DECRBY' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/DECRBY', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DECRBY.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DECRBY.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DECRBY.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/DECRBY' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/DECRBY.d.ts' with Package ID '@redis/client/dist/lib/commands/DECRBY.d.ts@1.5.6'. ======== ======== Resolving module '../commands/DEL' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/DEL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DEL.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DEL.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DEL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/DEL' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/DEL.d.ts' with Package ID '@redis/client/dist/lib/commands/DEL.d.ts@1.5.6'. ======== ======== Resolving module '../commands/DUMP' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/DUMP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DUMP.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DUMP.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DUMP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/DUMP' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/DUMP.d.ts' with Package ID '@redis/client/dist/lib/commands/DUMP.d.ts@1.5.6'. ======== ======== Resolving module '../commands/EVAL_RO' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVAL_RO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVAL_RO.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVAL_RO.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVAL_RO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/EVAL_RO' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVAL_RO.d.ts' with Package ID '@redis/client/dist/lib/commands/EVAL_RO.d.ts@1.5.6'. ======== ======== Resolving module '../commands/EVAL' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVAL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVAL.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVAL.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVAL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/EVAL' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVAL.d.ts' with Package ID '@redis/client/dist/lib/commands/EVAL.d.ts@1.5.6'. ======== ======== Resolving module '../commands/EVALSHA' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVALSHA', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVALSHA.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVALSHA.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVALSHA.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/EVALSHA' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVALSHA.d.ts' with Package ID '@redis/client/dist/lib/commands/EVALSHA.d.ts@1.5.6'. ======== ======== Resolving module '../commands/EVALSHA_RO' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVALSHA_RO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVALSHA_RO.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVALSHA_RO.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVALSHA_RO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/EVALSHA_RO' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVALSHA_RO.d.ts' with Package ID '@redis/client/dist/lib/commands/EVALSHA_RO.d.ts@1.5.6'. ======== ======== Resolving module '../commands/EXISTS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXISTS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXISTS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXISTS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXISTS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/EXISTS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXISTS.d.ts' with Package ID '@redis/client/dist/lib/commands/EXISTS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/EXPIRE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIRE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIRE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIRE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIRE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/EXPIRE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIRE.d.ts' with Package ID '@redis/client/dist/lib/commands/EXPIRE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/EXPIREAT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIREAT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIREAT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIREAT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIREAT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/EXPIREAT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIREAT.d.ts' with Package ID '@redis/client/dist/lib/commands/EXPIREAT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/EXPIRETIME' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIRETIME', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIRETIME.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIRETIME.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIRETIME.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/EXPIRETIME' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIRETIME.d.ts' with Package ID '@redis/client/dist/lib/commands/EXPIRETIME.d.ts@1.5.6'. ======== ======== Resolving module '../commands/FCALL_RO' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/FCALL_RO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FCALL_RO.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FCALL_RO.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FCALL_RO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/FCALL_RO' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/FCALL_RO.d.ts' with Package ID '@redis/client/dist/lib/commands/FCALL_RO.d.ts@1.5.6'. ======== ======== Resolving module '../commands/FCALL' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/FCALL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FCALL.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FCALL.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FCALL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/FCALL' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/FCALL.d.ts' with Package ID '@redis/client/dist/lib/commands/FCALL.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEOADD' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOADD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOADD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOADD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEOADD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOADD.d.ts' with Package ID '@redis/client/dist/lib/commands/GEOADD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEODIST' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEODIST', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEODIST.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEODIST.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEODIST.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEODIST' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEODIST.d.ts' with Package ID '@redis/client/dist/lib/commands/GEODIST.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEOHASH' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOHASH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOHASH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOHASH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOHASH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEOHASH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOHASH.d.ts' with Package ID '@redis/client/dist/lib/commands/GEOHASH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEOPOS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOPOS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOPOS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOPOS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOPOS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEOPOS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOPOS.d.ts' with Package ID '@redis/client/dist/lib/commands/GEOPOS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEORADIUS_RO_WITH' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO_WITH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO_WITH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO_WITH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO_WITH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEORADIUS_RO_WITH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO_WITH.d.ts' with Package ID '@redis/client/dist/lib/commands/GEORADIUS_RO_WITH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEORADIUS_RO' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEORADIUS_RO' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO.d.ts' with Package ID '@redis/client/dist/lib/commands/GEORADIUS_RO.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEORADIUS_WITH' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_WITH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_WITH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_WITH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_WITH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEORADIUS_WITH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_WITH.d.ts' with Package ID '@redis/client/dist/lib/commands/GEORADIUS_WITH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEORADIUS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEORADIUS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS.d.ts' with Package ID '@redis/client/dist/lib/commands/GEORADIUS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEORADIUSBYMEMBER_RO_WITH' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO_WITH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO_WITH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO_WITH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO_WITH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEORADIUSBYMEMBER_RO_WITH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO_WITH.d.ts' with Package ID '@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO_WITH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEORADIUSBYMEMBER_RO' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEORADIUSBYMEMBER_RO' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO.d.ts' with Package ID '@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEORADIUSBYMEMBER_WITH' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_WITH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_WITH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_WITH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_WITH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEORADIUSBYMEMBER_WITH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_WITH.d.ts' with Package ID '@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_WITH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEORADIUSBYMEMBER' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEORADIUSBYMEMBER' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER.d.ts' with Package ID '@redis/client/dist/lib/commands/GEORADIUSBYMEMBER.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEORADIUSBYMEMBERSTORE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBERSTORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBERSTORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBERSTORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBERSTORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEORADIUSBYMEMBERSTORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBERSTORE.d.ts' with Package ID '@redis/client/dist/lib/commands/GEORADIUSBYMEMBERSTORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEORADIUSSTORE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSSTORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSSTORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSSTORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSSTORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEORADIUSSTORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSSTORE.d.ts' with Package ID '@redis/client/dist/lib/commands/GEORADIUSSTORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEOSEARCH_WITH' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH_WITH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH_WITH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH_WITH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH_WITH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEOSEARCH_WITH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH_WITH.d.ts' with Package ID '@redis/client/dist/lib/commands/GEOSEARCH_WITH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEOSEARCH' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEOSEARCH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH.d.ts' with Package ID '@redis/client/dist/lib/commands/GEOSEARCH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEOSEARCHSTORE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCHSTORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCHSTORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCHSTORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCHSTORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEOSEARCHSTORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCHSTORE.d.ts' with Package ID '@redis/client/dist/lib/commands/GEOSEARCHSTORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GET' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GET.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GET.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GET' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GET.d.ts' with Package ID '@redis/client/dist/lib/commands/GET.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GETBIT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETBIT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETBIT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETBIT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETBIT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GETBIT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETBIT.d.ts' with Package ID '@redis/client/dist/lib/commands/GETBIT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GETDEL' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETDEL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETDEL.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETDEL.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETDEL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GETDEL' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETDEL.d.ts' with Package ID '@redis/client/dist/lib/commands/GETDEL.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GETEX' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETEX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETEX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETEX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETEX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GETEX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETEX.d.ts' with Package ID '@redis/client/dist/lib/commands/GETEX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GETRANGE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETRANGE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETRANGE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETRANGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETRANGE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GETRANGE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETRANGE.d.ts' with Package ID '@redis/client/dist/lib/commands/GETRANGE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GETSET' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETSET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETSET.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETSET.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETSET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GETSET' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETSET.d.ts' with Package ID '@redis/client/dist/lib/commands/GETSET.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HDEL' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HDEL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HDEL.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HDEL.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HDEL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HDEL' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HDEL.d.ts' with Package ID '@redis/client/dist/lib/commands/HDEL.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HEXISTS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HEXISTS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HEXISTS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HEXISTS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HEXISTS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HEXISTS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HEXISTS.d.ts' with Package ID '@redis/client/dist/lib/commands/HEXISTS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HGET' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HGET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HGET.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HGET.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HGET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HGET' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HGET.d.ts' with Package ID '@redis/client/dist/lib/commands/HGET.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HGETALL' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HGETALL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HGETALL.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HGETALL.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HGETALL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HGETALL' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HGETALL.d.ts' with Package ID '@redis/client/dist/lib/commands/HGETALL.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HINCRBY' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HINCRBY', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HINCRBY.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HINCRBY.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HINCRBY.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HINCRBY' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HINCRBY.d.ts' with Package ID '@redis/client/dist/lib/commands/HINCRBY.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HINCRBYFLOAT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HINCRBYFLOAT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HINCRBYFLOAT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HINCRBYFLOAT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HINCRBYFLOAT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HINCRBYFLOAT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HINCRBYFLOAT.d.ts' with Package ID '@redis/client/dist/lib/commands/HINCRBYFLOAT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HKEYS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HKEYS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HKEYS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HKEYS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HKEYS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HKEYS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HKEYS.d.ts' with Package ID '@redis/client/dist/lib/commands/HKEYS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HLEN' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HLEN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HLEN.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HLEN.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HLEN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HLEN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HLEN.d.ts' with Package ID '@redis/client/dist/lib/commands/HLEN.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HMGET' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HMGET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HMGET.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HMGET.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HMGET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HMGET' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HMGET.d.ts' with Package ID '@redis/client/dist/lib/commands/HMGET.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HRANDFIELD_COUNT_WITHVALUES' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT_WITHVALUES', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT_WITHVALUES.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT_WITHVALUES.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT_WITHVALUES.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HRANDFIELD_COUNT_WITHVALUES' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT_WITHVALUES.d.ts' with Package ID '@redis/client/dist/lib/commands/HRANDFIELD_COUNT_WITHVALUES.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HRANDFIELD_COUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HRANDFIELD_COUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/HRANDFIELD_COUNT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HRANDFIELD' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HRANDFIELD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD.d.ts' with Package ID '@redis/client/dist/lib/commands/HRANDFIELD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HSCAN' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Resolution for module '../commands/HSCAN' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/client'. ======== Module name '../commands/HSCAN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSCAN.d.ts' with Package ID '@redis/client/dist/lib/commands/HSCAN.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HSET' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSET.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSET.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HSET' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSET.d.ts' with Package ID '@redis/client/dist/lib/commands/HSET.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HSETNX' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSETNX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSETNX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSETNX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSETNX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HSETNX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSETNX.d.ts' with Package ID '@redis/client/dist/lib/commands/HSETNX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HSTRLEN' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSTRLEN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSTRLEN.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSTRLEN.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSTRLEN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HSTRLEN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSTRLEN.d.ts' with Package ID '@redis/client/dist/lib/commands/HSTRLEN.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HVALS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HVALS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HVALS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HVALS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HVALS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HVALS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HVALS.d.ts' with Package ID '@redis/client/dist/lib/commands/HVALS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/INCR' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCR', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCR.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCR.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCR.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/INCR' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCR.d.ts' with Package ID '@redis/client/dist/lib/commands/INCR.d.ts@1.5.6'. ======== ======== Resolving module '../commands/INCRBY' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCRBY', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCRBY.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCRBY.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCRBY.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/INCRBY' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCRBY.d.ts' with Package ID '@redis/client/dist/lib/commands/INCRBY.d.ts@1.5.6'. ======== ======== Resolving module '../commands/INCRBYFLOAT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCRBYFLOAT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCRBYFLOAT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCRBYFLOAT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCRBYFLOAT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/INCRBYFLOAT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCRBYFLOAT.d.ts' with Package ID '@redis/client/dist/lib/commands/INCRBYFLOAT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LCS_IDX_WITHMATCHLEN' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_IDX_WITHMATCHLEN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_IDX_WITHMATCHLEN.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_IDX_WITHMATCHLEN.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_IDX_WITHMATCHLEN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LCS_IDX_WITHMATCHLEN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_IDX_WITHMATCHLEN.d.ts' with Package ID '@redis/client/dist/lib/commands/LCS_IDX_WITHMATCHLEN.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LCS_IDX' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_IDX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_IDX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_IDX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_IDX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LCS_IDX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_IDX.d.ts' with Package ID '@redis/client/dist/lib/commands/LCS_IDX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LCS_LEN' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_LEN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_LEN.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_LEN.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_LEN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LCS_LEN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_LEN.d.ts' with Package ID '@redis/client/dist/lib/commands/LCS_LEN.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LCS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LCS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS.d.ts' with Package ID '@redis/client/dist/lib/commands/LCS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LINDEX' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LINDEX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LINDEX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LINDEX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LINDEX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LINDEX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LINDEX.d.ts' with Package ID '@redis/client/dist/lib/commands/LINDEX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LINSERT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LINSERT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LINSERT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LINSERT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LINSERT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LINSERT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LINSERT.d.ts' with Package ID '@redis/client/dist/lib/commands/LINSERT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LLEN' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LLEN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LLEN.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LLEN.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LLEN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LLEN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LLEN.d.ts' with Package ID '@redis/client/dist/lib/commands/LLEN.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LMOVE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMOVE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMOVE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMOVE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMOVE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LMOVE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMOVE.d.ts' with Package ID '@redis/client/dist/lib/commands/LMOVE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LMPOP' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMPOP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMPOP.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMPOP.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMPOP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LMPOP' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMPOP.d.ts' with Package ID '@redis/client/dist/lib/commands/LMPOP.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LPOP_COUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOP_COUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOP_COUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOP_COUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOP_COUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LPOP_COUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOP_COUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/LPOP_COUNT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LPOP' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOP.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOP.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LPOP' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOP.d.ts' with Package ID '@redis/client/dist/lib/commands/LPOP.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LPOS_COUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOS_COUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOS_COUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOS_COUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOS_COUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LPOS_COUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOS_COUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/LPOS_COUNT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LPOS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LPOS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOS.d.ts' with Package ID '@redis/client/dist/lib/commands/LPOS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LPUSH' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPUSH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPUSH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPUSH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPUSH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LPUSH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPUSH.d.ts' with Package ID '@redis/client/dist/lib/commands/LPUSH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LPUSHX' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPUSHX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPUSHX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPUSHX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPUSHX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LPUSHX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPUSHX.d.ts' with Package ID '@redis/client/dist/lib/commands/LPUSHX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LRANGE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LRANGE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LRANGE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LRANGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LRANGE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LRANGE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LRANGE.d.ts' with Package ID '@redis/client/dist/lib/commands/LRANGE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LREM' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LREM', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LREM.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LREM.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LREM.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LREM' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LREM.d.ts' with Package ID '@redis/client/dist/lib/commands/LREM.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LSET' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LSET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LSET.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LSET.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LSET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LSET' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LSET.d.ts' with Package ID '@redis/client/dist/lib/commands/LSET.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LTRIM' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LTRIM', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LTRIM.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LTRIM.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LTRIM.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LTRIM' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LTRIM.d.ts' with Package ID '@redis/client/dist/lib/commands/LTRIM.d.ts@1.5.6'. ======== ======== Resolving module '../commands/MGET' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/MGET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MGET.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MGET.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MGET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/MGET' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/MGET.d.ts' with Package ID '@redis/client/dist/lib/commands/MGET.d.ts@1.5.6'. ======== ======== Resolving module '../commands/MIGRATE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/MIGRATE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MIGRATE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MIGRATE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MIGRATE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/MIGRATE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/MIGRATE.d.ts' with Package ID '@redis/client/dist/lib/commands/MIGRATE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/MSET' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSET.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSET.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/MSET' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSET.d.ts' with Package ID '@redis/client/dist/lib/commands/MSET.d.ts@1.5.6'. ======== ======== Resolving module '../commands/MSETNX' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSETNX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSETNX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSETNX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSETNX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/MSETNX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSETNX.d.ts' with Package ID '@redis/client/dist/lib/commands/MSETNX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/OBJECT_ENCODING' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_ENCODING', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_ENCODING.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_ENCODING.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_ENCODING.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/OBJECT_ENCODING' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_ENCODING.d.ts' with Package ID '@redis/client/dist/lib/commands/OBJECT_ENCODING.d.ts@1.5.6'. ======== ======== Resolving module '../commands/OBJECT_FREQ' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_FREQ', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_FREQ.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_FREQ.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_FREQ.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/OBJECT_FREQ' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_FREQ.d.ts' with Package ID '@redis/client/dist/lib/commands/OBJECT_FREQ.d.ts@1.5.6'. ======== ======== Resolving module '../commands/OBJECT_IDLETIME' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_IDLETIME', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_IDLETIME.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_IDLETIME.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_IDLETIME.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/OBJECT_IDLETIME' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_IDLETIME.d.ts' with Package ID '@redis/client/dist/lib/commands/OBJECT_IDLETIME.d.ts@1.5.6'. ======== ======== Resolving module '../commands/OBJECT_REFCOUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_REFCOUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_REFCOUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_REFCOUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_REFCOUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/OBJECT_REFCOUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_REFCOUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/OBJECT_REFCOUNT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/PERSIST' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/PERSIST', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PERSIST.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PERSIST.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PERSIST.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/PERSIST' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/PERSIST.d.ts' with Package ID '@redis/client/dist/lib/commands/PERSIST.d.ts@1.5.6'. ======== ======== Resolving module '../commands/PEXPIRE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIRE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIRE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIRE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIRE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/PEXPIRE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIRE.d.ts' with Package ID '@redis/client/dist/lib/commands/PEXPIRE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/PEXPIREAT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIREAT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIREAT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIREAT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIREAT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/PEXPIREAT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIREAT.d.ts' with Package ID '@redis/client/dist/lib/commands/PEXPIREAT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/PEXPIRETIME' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIRETIME', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIRETIME.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIRETIME.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIRETIME.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/PEXPIRETIME' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIRETIME.d.ts' with Package ID '@redis/client/dist/lib/commands/PEXPIRETIME.d.ts@1.5.6'. ======== ======== Resolving module '../commands/PFADD' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFADD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFADD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFADD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/PFADD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFADD.d.ts' with Package ID '@redis/client/dist/lib/commands/PFADD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/PFCOUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFCOUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFCOUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFCOUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFCOUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/PFCOUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFCOUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/PFCOUNT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/PFMERGE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFMERGE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFMERGE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFMERGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFMERGE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/PFMERGE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFMERGE.d.ts' with Package ID '@redis/client/dist/lib/commands/PFMERGE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/PSETEX' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/PSETEX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PSETEX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PSETEX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PSETEX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/PSETEX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/PSETEX.d.ts' with Package ID '@redis/client/dist/lib/commands/PSETEX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/PTTL' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/PTTL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PTTL.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PTTL.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PTTL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/PTTL' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/PTTL.d.ts' with Package ID '@redis/client/dist/lib/commands/PTTL.d.ts@1.5.6'. ======== ======== Resolving module '../commands/PUBLISH' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBLISH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBLISH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBLISH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBLISH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/PUBLISH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBLISH.d.ts' with Package ID '@redis/client/dist/lib/commands/PUBLISH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/RENAME' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/RENAME', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RENAME.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RENAME.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RENAME.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/RENAME' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/RENAME.d.ts' with Package ID '@redis/client/dist/lib/commands/RENAME.d.ts@1.5.6'. ======== ======== Resolving module '../commands/RENAMENX' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/RENAMENX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RENAMENX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RENAMENX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RENAMENX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/RENAMENX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/RENAMENX.d.ts' with Package ID '@redis/client/dist/lib/commands/RENAMENX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/RPOP_COUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOP_COUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOP_COUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOP_COUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOP_COUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/RPOP_COUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOP_COUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/RPOP_COUNT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/RPOP' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOP.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOP.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/RPOP' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOP.d.ts' with Package ID '@redis/client/dist/lib/commands/RPOP.d.ts@1.5.6'. ======== ======== Resolving module '../commands/RPOPLPUSH' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOPLPUSH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOPLPUSH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOPLPUSH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOPLPUSH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/RPOPLPUSH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOPLPUSH.d.ts' with Package ID '@redis/client/dist/lib/commands/RPOPLPUSH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/RPUSH' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPUSH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPUSH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPUSH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPUSH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/RPUSH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPUSH.d.ts' with Package ID '@redis/client/dist/lib/commands/RPUSH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/RPUSHX' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPUSHX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPUSHX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPUSHX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPUSHX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/RPUSHX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPUSHX.d.ts' with Package ID '@redis/client/dist/lib/commands/RPUSHX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SADD' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SADD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SADD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SADD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SADD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SADD.d.ts' with Package ID '@redis/client/dist/lib/commands/SADD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SCARD' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCARD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCARD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCARD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCARD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SCARD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCARD.d.ts' with Package ID '@redis/client/dist/lib/commands/SCARD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SDIFF' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SDIFF', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SDIFF.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SDIFF.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SDIFF.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SDIFF' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SDIFF.d.ts' with Package ID '@redis/client/dist/lib/commands/SDIFF.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SDIFFSTORE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SDIFFSTORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SDIFFSTORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SDIFFSTORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SDIFFSTORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SDIFFSTORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SDIFFSTORE.d.ts' with Package ID '@redis/client/dist/lib/commands/SDIFFSTORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SINTER' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTER.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTER.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SINTER' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTER.d.ts' with Package ID '@redis/client/dist/lib/commands/SINTER.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SINTERCARD' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTERCARD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTERCARD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTERCARD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTERCARD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SINTERCARD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTERCARD.d.ts' with Package ID '@redis/client/dist/lib/commands/SINTERCARD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SINTERSTORE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTERSTORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTERSTORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTERSTORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTERSTORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SINTERSTORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTERSTORE.d.ts' with Package ID '@redis/client/dist/lib/commands/SINTERSTORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SET' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SET.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SET.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SET' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SET.d.ts' with Package ID '@redis/client/dist/lib/commands/SET.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SETBIT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETBIT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETBIT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETBIT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETBIT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SETBIT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETBIT.d.ts' with Package ID '@redis/client/dist/lib/commands/SETBIT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SETEX' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETEX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETEX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETEX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETEX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SETEX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETEX.d.ts' with Package ID '@redis/client/dist/lib/commands/SETEX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SETNX' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETNX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETNX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETNX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETNX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SETNX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETNX.d.ts' with Package ID '@redis/client/dist/lib/commands/SETNX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SETRANGE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETRANGE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETRANGE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETRANGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETRANGE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SETRANGE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETRANGE.d.ts' with Package ID '@redis/client/dist/lib/commands/SETRANGE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SISMEMBER' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SISMEMBER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SISMEMBER.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SISMEMBER.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SISMEMBER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SISMEMBER' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SISMEMBER.d.ts' with Package ID '@redis/client/dist/lib/commands/SISMEMBER.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SMEMBERS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMEMBERS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMEMBERS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMEMBERS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMEMBERS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SMEMBERS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMEMBERS.d.ts' with Package ID '@redis/client/dist/lib/commands/SMEMBERS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SMISMEMBER' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMISMEMBER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMISMEMBER.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMISMEMBER.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMISMEMBER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SMISMEMBER' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMISMEMBER.d.ts' with Package ID '@redis/client/dist/lib/commands/SMISMEMBER.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SMOVE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMOVE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMOVE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMOVE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMOVE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SMOVE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMOVE.d.ts' with Package ID '@redis/client/dist/lib/commands/SMOVE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SORT_RO' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT_RO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT_RO.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT_RO.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT_RO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SORT_RO' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT_RO.d.ts' with Package ID '@redis/client/dist/lib/commands/SORT_RO.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SORT_STORE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT_STORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT_STORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT_STORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT_STORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SORT_STORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT_STORE.d.ts' with Package ID '@redis/client/dist/lib/commands/SORT_STORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SORT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SORT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT.d.ts' with Package ID '@redis/client/dist/lib/commands/SORT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SPOP' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SPOP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SPOP.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SPOP.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SPOP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SPOP' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SPOP.d.ts' with Package ID '@redis/client/dist/lib/commands/SPOP.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SPUBLISH' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SPUBLISH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SPUBLISH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SPUBLISH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SPUBLISH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SPUBLISH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SPUBLISH.d.ts' with Package ID '@redis/client/dist/lib/commands/SPUBLISH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SRANDMEMBER_COUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SRANDMEMBER_COUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SRANDMEMBER_COUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SRANDMEMBER_COUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SRANDMEMBER_COUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SRANDMEMBER_COUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SRANDMEMBER_COUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/SRANDMEMBER_COUNT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SRANDMEMBER' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SRANDMEMBER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SRANDMEMBER.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SRANDMEMBER.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SRANDMEMBER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SRANDMEMBER' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SRANDMEMBER.d.ts' with Package ID '@redis/client/dist/lib/commands/SRANDMEMBER.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SREM' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SREM', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SREM.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SREM.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SREM.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SREM' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SREM.d.ts' with Package ID '@redis/client/dist/lib/commands/SREM.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SSCAN' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SSCAN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SSCAN.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SSCAN.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SSCAN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SSCAN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SSCAN.d.ts' with Package ID '@redis/client/dist/lib/commands/SSCAN.d.ts@1.5.6'. ======== ======== Resolving module '../commands/STRLEN' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/STRLEN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/STRLEN.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/STRLEN.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/STRLEN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/STRLEN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/STRLEN.d.ts' with Package ID '@redis/client/dist/lib/commands/STRLEN.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SUNION' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SUNION', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SUNION.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SUNION.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SUNION.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SUNION' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SUNION.d.ts' with Package ID '@redis/client/dist/lib/commands/SUNION.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SUNIONSTORE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SUNIONSTORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SUNIONSTORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SUNIONSTORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SUNIONSTORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SUNIONSTORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SUNIONSTORE.d.ts' with Package ID '@redis/client/dist/lib/commands/SUNIONSTORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/TOUCH' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/TOUCH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/TOUCH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/TOUCH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/TOUCH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/TOUCH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/TOUCH.d.ts' with Package ID '@redis/client/dist/lib/commands/TOUCH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/TTL' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/TTL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/TTL.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/TTL.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/TTL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/TTL' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/TTL.d.ts' with Package ID '@redis/client/dist/lib/commands/TTL.d.ts@1.5.6'. ======== ======== Resolving module '../commands/TYPE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/TYPE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/TYPE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/TYPE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/TYPE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/TYPE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/TYPE.d.ts' with Package ID '@redis/client/dist/lib/commands/TYPE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/UNLINK' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/UNLINK', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/UNLINK.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/UNLINK.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/UNLINK.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/UNLINK' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/UNLINK.d.ts' with Package ID '@redis/client/dist/lib/commands/UNLINK.d.ts@1.5.6'. ======== ======== Resolving module '../commands/WATCH' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/WATCH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/WATCH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/WATCH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/WATCH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/WATCH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/WATCH.d.ts' with Package ID '@redis/client/dist/lib/commands/WATCH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XACK' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XACK', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XACK.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XACK.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XACK.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XACK' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XACK.d.ts' with Package ID '@redis/client/dist/lib/commands/XACK.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XADD' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XADD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XADD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XADD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XADD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XADD.d.ts' with Package ID '@redis/client/dist/lib/commands/XADD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XAUTOCLAIM_JUSTID' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM_JUSTID', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM_JUSTID.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM_JUSTID.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM_JUSTID.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XAUTOCLAIM_JUSTID' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM_JUSTID.d.ts' with Package ID '@redis/client/dist/lib/commands/XAUTOCLAIM_JUSTID.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XAUTOCLAIM' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XAUTOCLAIM' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM.d.ts' with Package ID '@redis/client/dist/lib/commands/XAUTOCLAIM.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XCLAIM' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XCLAIM' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM.d.ts' with Package ID '@redis/client/dist/lib/commands/XCLAIM.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XCLAIM_JUSTID' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM_JUSTID', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM_JUSTID.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM_JUSTID.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM_JUSTID.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XCLAIM_JUSTID' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM_JUSTID.d.ts' with Package ID '@redis/client/dist/lib/commands/XCLAIM_JUSTID.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XDEL' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XDEL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XDEL.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XDEL.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XDEL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XDEL' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XDEL.d.ts' with Package ID '@redis/client/dist/lib/commands/XDEL.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XGROUP_CREATE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_CREATE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_CREATE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_CREATE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_CREATE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XGROUP_CREATE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_CREATE.d.ts' with Package ID '@redis/client/dist/lib/commands/XGROUP_CREATE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XGROUP_CREATECONSUMER' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_CREATECONSUMER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_CREATECONSUMER.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_CREATECONSUMER.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_CREATECONSUMER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XGROUP_CREATECONSUMER' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_CREATECONSUMER.d.ts' with Package ID '@redis/client/dist/lib/commands/XGROUP_CREATECONSUMER.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XGROUP_DELCONSUMER' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_DELCONSUMER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_DELCONSUMER.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_DELCONSUMER.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_DELCONSUMER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XGROUP_DELCONSUMER' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_DELCONSUMER.d.ts' with Package ID '@redis/client/dist/lib/commands/XGROUP_DELCONSUMER.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XGROUP_DESTROY' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_DESTROY', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_DESTROY.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_DESTROY.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_DESTROY.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XGROUP_DESTROY' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_DESTROY.d.ts' with Package ID '@redis/client/dist/lib/commands/XGROUP_DESTROY.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XGROUP_SETID' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_SETID', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_SETID.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_SETID.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_SETID.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XGROUP_SETID' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_SETID.d.ts' with Package ID '@redis/client/dist/lib/commands/XGROUP_SETID.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XINFO_CONSUMERS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_CONSUMERS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_CONSUMERS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_CONSUMERS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_CONSUMERS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XINFO_CONSUMERS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_CONSUMERS.d.ts' with Package ID '@redis/client/dist/lib/commands/XINFO_CONSUMERS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XINFO_GROUPS' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_GROUPS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_GROUPS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_GROUPS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_GROUPS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XINFO_GROUPS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_GROUPS.d.ts' with Package ID '@redis/client/dist/lib/commands/XINFO_GROUPS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XINFO_STREAM' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_STREAM', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_STREAM.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_STREAM.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_STREAM.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XINFO_STREAM' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_STREAM.d.ts' with Package ID '@redis/client/dist/lib/commands/XINFO_STREAM.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XLEN' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XLEN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XLEN.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XLEN.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XLEN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XLEN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XLEN.d.ts' with Package ID '@redis/client/dist/lib/commands/XLEN.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XPENDING_RANGE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XPENDING_RANGE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XPENDING_RANGE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XPENDING_RANGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XPENDING_RANGE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XPENDING_RANGE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XPENDING_RANGE.d.ts' with Package ID '@redis/client/dist/lib/commands/XPENDING_RANGE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XPENDING' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XPENDING', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XPENDING.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XPENDING.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XPENDING.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XPENDING' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XPENDING.d.ts' with Package ID '@redis/client/dist/lib/commands/XPENDING.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XRANGE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XRANGE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XRANGE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XRANGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XRANGE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XRANGE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XRANGE.d.ts' with Package ID '@redis/client/dist/lib/commands/XRANGE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XREAD' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREAD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREAD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREAD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREAD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XREAD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREAD.d.ts' with Package ID '@redis/client/dist/lib/commands/XREAD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XREADGROUP' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREADGROUP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREADGROUP.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREADGROUP.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREADGROUP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XREADGROUP' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREADGROUP.d.ts' with Package ID '@redis/client/dist/lib/commands/XREADGROUP.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XREVRANGE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREVRANGE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREVRANGE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREVRANGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREVRANGE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XREVRANGE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREVRANGE.d.ts' with Package ID '@redis/client/dist/lib/commands/XREVRANGE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XSETID' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XSETID', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XSETID.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XSETID.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XSETID.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XSETID' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XSETID.d.ts' with Package ID '@redis/client/dist/lib/commands/XSETID.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XTRIM' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XTRIM', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XTRIM.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XTRIM.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XTRIM.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XTRIM' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XTRIM.d.ts' with Package ID '@redis/client/dist/lib/commands/XTRIM.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZADD' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZADD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZADD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZADD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZADD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZADD.d.ts' with Package ID '@redis/client/dist/lib/commands/ZADD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZCARD' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZCARD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZCARD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZCARD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZCARD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZCARD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZCARD.d.ts' with Package ID '@redis/client/dist/lib/commands/ZCARD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZCOUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZCOUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZCOUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZCOUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZCOUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZCOUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZCOUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/ZCOUNT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZDIFF_WITHSCORES' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF_WITHSCORES', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF_WITHSCORES.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF_WITHSCORES.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF_WITHSCORES.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZDIFF_WITHSCORES' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF_WITHSCORES.d.ts' with Package ID '@redis/client/dist/lib/commands/ZDIFF_WITHSCORES.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZDIFF' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZDIFF' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF.d.ts' with Package ID '@redis/client/dist/lib/commands/ZDIFF.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZDIFFSTORE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFFSTORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFFSTORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFFSTORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFFSTORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZDIFFSTORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFFSTORE.d.ts' with Package ID '@redis/client/dist/lib/commands/ZDIFFSTORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZINCRBY' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINCRBY', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINCRBY.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINCRBY.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINCRBY.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZINCRBY' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINCRBY.d.ts' with Package ID '@redis/client/dist/lib/commands/ZINCRBY.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZINTER_WITHSCORES' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER_WITHSCORES', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER_WITHSCORES.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER_WITHSCORES.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER_WITHSCORES.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZINTER_WITHSCORES' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER_WITHSCORES.d.ts' with Package ID '@redis/client/dist/lib/commands/ZINTER_WITHSCORES.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZINTER' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZINTER' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER.d.ts' with Package ID '@redis/client/dist/lib/commands/ZINTER.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZINTERCARD' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTERCARD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTERCARD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTERCARD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTERCARD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZINTERCARD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTERCARD.d.ts' with Package ID '@redis/client/dist/lib/commands/ZINTERCARD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZINTERSTORE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTERSTORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTERSTORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTERSTORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTERSTORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZINTERSTORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTERSTORE.d.ts' with Package ID '@redis/client/dist/lib/commands/ZINTERSTORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZLEXCOUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZLEXCOUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZLEXCOUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZLEXCOUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZLEXCOUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZLEXCOUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZLEXCOUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/ZLEXCOUNT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZMPOP' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMPOP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMPOP.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMPOP.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMPOP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZMPOP' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMPOP.d.ts' with Package ID '@redis/client/dist/lib/commands/ZMPOP.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZMSCORE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMSCORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMSCORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMSCORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMSCORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZMSCORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMSCORE.d.ts' with Package ID '@redis/client/dist/lib/commands/ZMSCORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZPOPMAX_COUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX_COUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX_COUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX_COUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX_COUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZPOPMAX_COUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX_COUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/ZPOPMAX_COUNT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZPOPMAX' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZPOPMAX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX.d.ts' with Package ID '@redis/client/dist/lib/commands/ZPOPMAX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZPOPMIN_COUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN_COUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN_COUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN_COUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN_COUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZPOPMIN_COUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN_COUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/ZPOPMIN_COUNT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZPOPMIN' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZPOPMIN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN.d.ts' with Package ID '@redis/client/dist/lib/commands/ZPOPMIN.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZRANDMEMBER_COUNT_WITHSCORES' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT_WITHSCORES', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT_WITHSCORES.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT_WITHSCORES.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT_WITHSCORES.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZRANDMEMBER_COUNT_WITHSCORES' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT_WITHSCORES.d.ts' with Package ID '@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT_WITHSCORES.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZRANDMEMBER_COUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZRANDMEMBER_COUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZRANDMEMBER' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZRANDMEMBER' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER.d.ts' with Package ID '@redis/client/dist/lib/commands/ZRANDMEMBER.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZRANGE_WITHSCORES' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE_WITHSCORES', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE_WITHSCORES.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE_WITHSCORES.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE_WITHSCORES.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZRANGE_WITHSCORES' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE_WITHSCORES.d.ts' with Package ID '@redis/client/dist/lib/commands/ZRANGE_WITHSCORES.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZRANGE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZRANGE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE.d.ts' with Package ID '@redis/client/dist/lib/commands/ZRANGE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZRANGEBYLEX' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYLEX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYLEX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYLEX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYLEX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZRANGEBYLEX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYLEX.d.ts' with Package ID '@redis/client/dist/lib/commands/ZRANGEBYLEX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZRANGEBYSCORE_WITHSCORES' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE_WITHSCORES', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE_WITHSCORES.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE_WITHSCORES.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE_WITHSCORES.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZRANGEBYSCORE_WITHSCORES' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE_WITHSCORES.d.ts' with Package ID '@redis/client/dist/lib/commands/ZRANGEBYSCORE_WITHSCORES.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZRANGEBYSCORE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZRANGEBYSCORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE.d.ts' with Package ID '@redis/client/dist/lib/commands/ZRANGEBYSCORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZRANGESTORE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGESTORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGESTORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGESTORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGESTORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZRANGESTORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGESTORE.d.ts' with Package ID '@redis/client/dist/lib/commands/ZRANGESTORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZRANK' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANK', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANK.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANK.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANK.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZRANK' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANK.d.ts' with Package ID '@redis/client/dist/lib/commands/ZRANK.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZREM' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREM', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREM.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREM.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREM.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZREM' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREM.d.ts' with Package ID '@redis/client/dist/lib/commands/ZREM.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZREMRANGEBYLEX' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYLEX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYLEX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYLEX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYLEX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZREMRANGEBYLEX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYLEX.d.ts' with Package ID '@redis/client/dist/lib/commands/ZREMRANGEBYLEX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZREMRANGEBYRANK' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYRANK', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYRANK.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYRANK.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYRANK.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZREMRANGEBYRANK' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYRANK.d.ts' with Package ID '@redis/client/dist/lib/commands/ZREMRANGEBYRANK.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZREMRANGEBYSCORE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYSCORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYSCORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYSCORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYSCORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZREMRANGEBYSCORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYSCORE.d.ts' with Package ID '@redis/client/dist/lib/commands/ZREMRANGEBYSCORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZREVRANK' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREVRANK', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREVRANK.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREVRANK.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREVRANK.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZREVRANK' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREVRANK.d.ts' with Package ID '@redis/client/dist/lib/commands/ZREVRANK.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZSCAN' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZSCAN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZSCAN.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZSCAN.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZSCAN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZSCAN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZSCAN.d.ts' with Package ID '@redis/client/dist/lib/commands/ZSCAN.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZSCORE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZSCORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZSCORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZSCORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZSCORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZSCORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZSCORE.d.ts' with Package ID '@redis/client/dist/lib/commands/ZSCORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZUNION_WITHSCORES' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION_WITHSCORES', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION_WITHSCORES.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION_WITHSCORES.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION_WITHSCORES.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZUNION_WITHSCORES' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION_WITHSCORES.d.ts' with Package ID '@redis/client/dist/lib/commands/ZUNION_WITHSCORES.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZUNION' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZUNION' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION.d.ts' with Package ID '@redis/client/dist/lib/commands/ZUNION.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZUNIONSTORE' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNIONSTORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNIONSTORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNIONSTORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNIONSTORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZUNIONSTORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNIONSTORE.d.ts' with Package ID '@redis/client/dist/lib/commands/ZUNIONSTORE.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_CAT.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' exist - use it as a name resolution result. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module '../client' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/client', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/client.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client.d.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@redis/client/dist/lib/client/index.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client/index.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client/index.d.ts' exist - use it as a name resolution result. ======== Module name '../client' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/client/index.d.ts'. ======== ======== Resolving module '../command-options' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/command-options', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/command-options.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/command-options.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/command-options.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../command-options' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/command-options.d.ts' with Package ID '@redis/client/dist/lib/command-options.d.ts@1.5.6'. ======== ======== Resolving module '../lua-script' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/lua-script', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/lua-script.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/lua-script.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/lua-script.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../lua-script' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/lua-script.d.ts' with Package ID '@redis/client/dist/lib/lua-script.d.ts@1.5.6'. ======== ======== Resolving module './commands' from '/tmp/project/node_modules/@redis/client/dist/lib/lua-script.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands.d.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' exist - use it as a name resolution result. ======== Module name './commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_DELUSER.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_DRYRUN.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_GENPASS.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_GETUSER.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_LIST.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_LOAD.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_LOG_RESET.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_LOG.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_SAVE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_SETUSER.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_USERS.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ACL_WHOAMI.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ASKING.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/AUTH.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/BGREWRITEAOF.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/BGSAVE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_CACHING.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_CACHING.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_GETNAME.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_GETREDIR.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_KILL.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_LIST.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './CLIENT_INFO' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_LIST.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_INFO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_INFO.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_INFO.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_INFO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './CLIENT_INFO' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_INFO.d.ts' with Package ID '@redis/client/dist/lib/commands/CLIENT_INFO.d.ts@1.5.6'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_NO-EVICT.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_NO-EVICT.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_PAUSE.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_PAUSE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_SETNAME.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_TRACKING.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_TRACKING.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_TRACKINGINFO.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_UNPAUSE.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLIENT_UNPAUSE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_ADDSLOTS.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_ADDSLOTSRANGE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_ADDSLOTSRANGE.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_DELSLOTS.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_DELSLOTSRANGE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_DELSLOTSRANGE.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module './CLUSTER_NODES' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_REPLICAS.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_NODES', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_NODES.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_NODES.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_NODES.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './CLUSTER_NODES' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_NODES.d.ts' with Package ID '@redis/client/dist/lib/commands/CLUSTER_NODES.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/CLUSTER_SLOTS.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_COUNT.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_GETKEYS.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_GETKEYSANDFLAGS.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_INFO.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_INFO.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND_LIST.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/COMMAND.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/CONFIG_GET.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/CONFIG_SET.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/DISCARD.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ECHO.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './FLUSHALL' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/FLUSHDB.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/FLUSHALL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FLUSHALL.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FLUSHALL.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FLUSHALL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './FLUSHALL' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/FLUSHALL.d.ts' with Package ID '@redis/client/dist/lib/commands/FLUSHALL.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_DELETE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_DUMP.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_FLUSH.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_KILL.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_LIST_WITHCODE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_LIST_WITHCODE.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_LIST.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_LIST.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_LOAD.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_RESTORE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/FUNCTION_STATS.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/HELLO.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './AUTH' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/HELLO.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/AUTH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/AUTH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/AUTH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/AUTH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './AUTH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/AUTH.d.ts' with Package ID '@redis/client/dist/lib/commands/AUTH.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/KEYS.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LATENCY_GRAPH.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LOLWUT.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/MOVE.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/PING.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBSUB_NUMSUB.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBSUB_SHARDCHANNELS.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/RANDOMKEY.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SAVE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCAN.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCAN.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCRIPT_EXISTS.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCRIPT_EXISTS.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/APPEND.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITCOUNT.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './BITFIELD' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITFIELD_RO.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITFIELD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITFIELD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITFIELD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITFIELD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './BITFIELD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITFIELD.d.ts' with Package ID '@redis/client/dist/lib/commands/BITFIELD.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITOP.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITPOS.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITPOS.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLMOVE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLMOVE.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLMPOP.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLMPOP.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module './LMPOP' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLMPOP.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMPOP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMPOP.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMPOP.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMPOP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './LMPOP' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMPOP.d.ts' with Package ID '@redis/client/dist/lib/commands/LMPOP.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMPOP.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMPOP.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLPOP.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/BRPOP.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './BLPOP' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/BRPOP.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLPOP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLPOP.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLPOP.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLPOP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './BLPOP' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLPOP.d.ts' with Package ID '@redis/client/dist/lib/commands/BLPOP.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/BRPOPLPUSH.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZMPOP.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZMPOP.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module './ZMPOP' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZMPOP.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMPOP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMPOP.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMPOP.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMPOP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './ZMPOP' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMPOP.d.ts' with Package ID '@redis/client/dist/lib/commands/ZMPOP.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMPOP.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMPOP.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMAX.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMAX.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMIN.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './BZPOPMAX' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMIN.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMAX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMAX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMAX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMAX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './BZPOPMAX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMAX.d.ts' with Package ID '@redis/client/dist/lib/commands/BZPOPMAX.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/COPY.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/COPY.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/DECR.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/DECRBY.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/DEL.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/DUMP.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVAL_RO.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVAL.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVALSHA.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVALSHA_RO.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXISTS.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIRE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIRE.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIREAT.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIREAT.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIRETIME.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/FCALL_RO.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/FCALL.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOADD.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOADD.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEODIST.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEODIST.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOHASH.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOPOS.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO_WITH.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO_WITH.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module './GEORADIUS_RO' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO_WITH.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './GEORADIUS_RO' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO.d.ts' with Package ID '@redis/client/dist/lib/commands/GEORADIUS_RO.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_WITH.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_WITH.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module './GEORADIUS' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_WITH.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './GEORADIUS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS.d.ts' with Package ID '@redis/client/dist/lib/commands/GEORADIUS.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO_WITH.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO_WITH.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module './GEORADIUSBYMEMBER_RO' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO_WITH.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './GEORADIUSBYMEMBER_RO' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO.d.ts' with Package ID '@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_WITH.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_WITH.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module './GEORADIUSBYMEMBER' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_WITH.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './GEORADIUSBYMEMBER' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER.d.ts' with Package ID '@redis/client/dist/lib/commands/GEORADIUSBYMEMBER.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBERSTORE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBERSTORE.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module './GEORADIUSBYMEMBER' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBERSTORE.d.ts'. ======== Resolution for module './GEORADIUSBYMEMBER' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './GEORADIUSBYMEMBER' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER.d.ts' with Package ID '@redis/client/dist/lib/commands/GEORADIUSBYMEMBER.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSSTORE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSSTORE.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module './GEORADIUS' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSSTORE.d.ts'. ======== Resolution for module './GEORADIUS' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './GEORADIUS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS.d.ts' with Package ID '@redis/client/dist/lib/commands/GEORADIUS.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH_WITH.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH_WITH.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module './GEOSEARCH' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH_WITH.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './GEOSEARCH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH.d.ts' with Package ID '@redis/client/dist/lib/commands/GEOSEARCH.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCHSTORE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCHSTORE.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module './GEOSEARCH' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCHSTORE.d.ts'. ======== Resolution for module './GEOSEARCH' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './GEOSEARCH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH.d.ts' with Package ID '@redis/client/dist/lib/commands/GEOSEARCH.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GET.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETBIT.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETBIT.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETDEL.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETEX.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETRANGE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETSET.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/HDEL.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/HEXISTS.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/HEXISTS.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/HGET.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/HGETALL.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/HGETALL.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/HINCRBY.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/HINCRBYFLOAT.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/HKEYS.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/HLEN.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/HMGET.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT_WITHVALUES.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './HRANDFIELD_COUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT_WITHVALUES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './HRANDFIELD_COUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/HRANDFIELD_COUNT.d.ts@1.5.6'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT_WITHVALUES.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './HRANDFIELD' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './HRANDFIELD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD.d.ts' with Package ID '@redis/client/dist/lib/commands/HRANDFIELD.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSCAN.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSCAN.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSET.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSETNX.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSETNX.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSTRLEN.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/HVALS.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCR.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCRBY.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCRBYFLOAT.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_IDX_WITHMATCHLEN.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_IDX_WITHMATCHLEN.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module './LCS' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_IDX_WITHMATCHLEN.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './LCS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS.d.ts' with Package ID '@redis/client/dist/lib/commands/LCS.d.ts@1.5.6'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_IDX.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_IDX.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module './LCS' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_IDX.d.ts'. ======== Resolution for module './LCS' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './LCS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS.d.ts' with Package ID '@redis/client/dist/lib/commands/LCS.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_LEN.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './LCS' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_LEN.d.ts'. ======== Resolution for module './LCS' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './LCS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS.d.ts' with Package ID '@redis/client/dist/lib/commands/LCS.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LINDEX.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LINSERT.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LLEN.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMOVE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMOVE.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOP_COUNT.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOP.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOS_COUNT.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './LPOS' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOS_COUNT.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './LPOS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOS.d.ts' with Package ID '@redis/client/dist/lib/commands/LPOS.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOS.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPUSH.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPUSHX.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LRANGE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LREM.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LSET.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/LTRIM.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/MGET.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/MIGRATE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './AUTH' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/MIGRATE.d.ts'. ======== Resolution for module './AUTH' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './AUTH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/AUTH.d.ts' with Package ID '@redis/client/dist/lib/commands/AUTH.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSET.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSETNX.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './MSET' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSETNX.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSET.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSET.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './MSET' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSET.d.ts' with Package ID '@redis/client/dist/lib/commands/MSET.d.ts@1.5.6'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSETNX.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_ENCODING.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_FREQ.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_IDLETIME.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_REFCOUNT.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/PERSIST.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/PERSIST.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIRE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIRE.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIREAT.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIREAT.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIRETIME.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFADD.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFADD.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFCOUNT.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFMERGE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/PSETEX.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/PTTL.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBLISH.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/RENAME.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/RENAMENX.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/RENAMENX.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOP_COUNT.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOP.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOPLPUSH.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPUSH.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPUSHX.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SADD.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SDIFF.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SDIFFSTORE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTER.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTERCARD.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTERSTORE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SET.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETBIT.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETBIT.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETEX.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETNX.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETNX.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETRANGE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SISMEMBER.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SISMEMBER.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMEMBERS.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMISMEMBER.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMISMEMBER.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMOVE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMOVE.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT_RO.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT_RO.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT_STORE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT_STORE.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SPOP.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SPUBLISH.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SRANDMEMBER_COUNT.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './SRANDMEMBER' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SRANDMEMBER_COUNT.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SRANDMEMBER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SRANDMEMBER.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SRANDMEMBER.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SRANDMEMBER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './SRANDMEMBER' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SRANDMEMBER.d.ts' with Package ID '@redis/client/dist/lib/commands/SRANDMEMBER.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SRANDMEMBER.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SREM.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SSCAN.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SSCAN.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/STRLEN.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SUNION.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/SUNIONSTORE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/TOUCH.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/TTL.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/TYPE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/UNLINK.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/WATCH.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XACK.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XADD.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM_JUSTID.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './XAUTOCLAIM' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM_JUSTID.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './XAUTOCLAIM' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM.d.ts' with Package ID '@redis/client/dist/lib/commands/XAUTOCLAIM.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM_JUSTID.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './XCLAIM' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM_JUSTID.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './XCLAIM' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM.d.ts' with Package ID '@redis/client/dist/lib/commands/XCLAIM.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XDEL.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_CREATE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_CREATECONSUMER.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_CREATECONSUMER.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_DELCONSUMER.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_DESTROY.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_DESTROY.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_SETID.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_CONSUMERS.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_GROUPS.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_STREAM.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_STREAM.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XLEN.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XPENDING_RANGE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XPENDING.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XRANGE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XRANGE.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREAD.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREAD.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREADGROUP.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREADGROUP.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREVRANGE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREVRANGE.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XSETID.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/XTRIM.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZADD.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZADD.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZCARD.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZCOUNT.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF_WITHSCORES.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './ZDIFF' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF_WITHSCORES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './ZDIFF' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF.d.ts' with Package ID '@redis/client/dist/lib/commands/ZDIFF.d.ts@1.5.6'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF_WITHSCORES.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFFSTORE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINCRBY.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINCRBY.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER_WITHSCORES.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './ZINTER' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER_WITHSCORES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './ZINTER' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER.d.ts' with Package ID '@redis/client/dist/lib/commands/ZINTER.d.ts@1.5.6'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER_WITHSCORES.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTERCARD.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTERSTORE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZLEXCOUNT.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMSCORE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMSCORE.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX_COUNT.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './ZPOPMAX' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX_COUNT.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './ZPOPMAX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX.d.ts' with Package ID '@redis/client/dist/lib/commands/ZPOPMAX.d.ts@1.5.6'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX_COUNT.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN_COUNT.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './ZPOPMIN' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN_COUNT.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './ZPOPMIN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN.d.ts' with Package ID '@redis/client/dist/lib/commands/ZPOPMIN.d.ts@1.5.6'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN_COUNT.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT_WITHSCORES.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './ZRANDMEMBER_COUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT_WITHSCORES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './ZRANDMEMBER_COUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT.d.ts@1.5.6'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT_WITHSCORES.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './ZRANDMEMBER' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './ZRANDMEMBER' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER.d.ts' with Package ID '@redis/client/dist/lib/commands/ZRANDMEMBER.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE_WITHSCORES.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './ZRANGE' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE_WITHSCORES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './ZRANGE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE.d.ts' with Package ID '@redis/client/dist/lib/commands/ZRANGE.d.ts@1.5.6'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE_WITHSCORES.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYLEX.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE_WITHSCORES.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './ZRANGEBYSCORE' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE_WITHSCORES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './ZRANGEBYSCORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE.d.ts' with Package ID '@redis/client/dist/lib/commands/ZRANGEBYSCORE.d.ts@1.5.6'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE_WITHSCORES.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGESTORE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANK.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREM.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYLEX.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYRANK.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYSCORE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREVRANK.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZSCAN.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZSCAN.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZSCORE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZSCORE.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION_WITHSCORES.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './ZUNION' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION_WITHSCORES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './ZUNION' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION.d.ts' with Package ID '@redis/client/dist/lib/commands/ZUNION.d.ts@1.5.6'. ======== ======== Resolving module './generic-transformers' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION_WITHSCORES.d.ts'. ======== Resolution for module './generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name './generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNIONSTORE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@redis/client/dist/lib/client/socket.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/client'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'events' from '/tmp/project/node_modules/@redis/client/dist/lib/client/socket.d.ts'. ======== Resolution for module 'events' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/client'. ======== Module name 'events' was successfully resolved to '/tmp/project/node_modules/events/events.js' with Package ID 'events/events.js@3.3.0'. ======== ======== Resolving module 'net' from '/tmp/project/node_modules/@redis/client/dist/lib/client/socket.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'net'. 'paths' option is specified, looking for a pattern to match module name 'net'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'net'. Resolving module name 'net' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/net'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/net', target file type 'TypeScript'. File '/tmp/project/apps/api/net.ts' does not exist. File '/tmp/project/apps/api/net.tsx' does not exist. File '/tmp/project/apps/api/net.d.ts' does not exist. Directory '/tmp/project/apps/api/net' does not exist, skipping all lookups in it. Loading module 'net' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@redis/client/dist/lib/client/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@redis/client/dist/lib/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@redis/client/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@redis/client/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@redis/node_modules' does not exist, skipping all lookups in it. Resolution for module 'net' was found in cache from location '/tmp/project'. ======== Module name 'net' was not resolved. ======== ======== Resolving module 'tls' from '/tmp/project/node_modules/@redis/client/dist/lib/client/socket.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'tls'. 'paths' option is specified, looking for a pattern to match module name 'tls'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'tls'. Resolving module name 'tls' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/tls'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/tls', target file type 'TypeScript'. File '/tmp/project/apps/api/tls.ts' does not exist. File '/tmp/project/apps/api/tls.tsx' does not exist. File '/tmp/project/apps/api/tls.d.ts' does not exist. Directory '/tmp/project/apps/api/tls' does not exist, skipping all lookups in it. Loading module 'tls' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@redis/client/dist/lib/client/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@redis/client/dist/lib/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@redis/client/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@redis/client/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@redis/node_modules' does not exist, skipping all lookups in it. Resolution for module 'tls' was found in cache from location '/tmp/project'. ======== Module name 'tls' was not resolved. ======== ======== Resolving module '../commands' from '/tmp/project/node_modules/@redis/client/dist/lib/client/socket.d.ts'. ======== Resolution for module '../commands' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/client'. ======== Module name '../commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@redis/client/dist/lib/client/commands-queue.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/client'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module '../commands' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands-queue.d.ts'. ======== Resolution for module '../commands' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/client'. ======== Module name '../commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './pub-sub' from '/tmp/project/node_modules/@redis/client/dist/lib/client/commands-queue.d.ts'. ======== Resolution for module './pub-sub' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/client'. ======== Module name './pub-sub' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/client/pub-sub.d.ts' with Package ID '@redis/client/dist/lib/client/pub-sub.d.ts@1.5.6'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@redis/client/dist/lib/client/pub-sub.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/client'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module '../commands' from '/tmp/project/node_modules/@redis/client/dist/lib/client/pub-sub.d.ts'. ======== Resolution for module '../commands' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/client'. ======== Module name '../commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module './commands' from '/tmp/project/node_modules/@redis/client/dist/lib/client/multi-command.d.ts'. ======== Resolution for module './commands' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/client'. ======== Module name './commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/client/commands.d.ts' with Package ID '@redis/client/dist/lib/client/commands.d.ts@1.5.6'. ======== ======== Resolving module '../commands' from '/tmp/project/node_modules/@redis/client/dist/lib/client/multi-command.d.ts'. ======== Resolution for module '../commands' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/client'. ======== Module name '../commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '../multi-command' from '/tmp/project/node_modules/@redis/client/dist/lib/client/multi-command.d.ts'. ======== Resolution for module '../multi-command' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/client'. ======== Module name '../multi-command' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/multi-command.d.ts' with Package ID '@redis/client/dist/lib/multi-command.d.ts@1.5.6'. ======== ======== Resolving module './commands' from '/tmp/project/node_modules/@redis/client/dist/lib/multi-command.d.ts'. ======== Resolution for module './commands' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib'. ======== Module name './commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/generic-pool/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'events' from '/tmp/project/node_modules/generic-pool/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'TypeScript'. File '/tmp/project/apps/api/events.ts' does not exist. File '/tmp/project/apps/api/events.tsx' does not exist. File '/tmp/project/apps/api/events.d.ts' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/generic-pool/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/events/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/events.ts' does not exist. File '/tmp/project/node_modules/events.tsx' does not exist. File '/tmp/project/node_modules/events.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field './events.js' that references '/tmp/project/node_modules/events/events.js'. File '/tmp/project/node_modules/events/events.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/events/events.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/events/events.js', target file type 'TypeScript'. File '/tmp/project/node_modules/events/events.js.ts' does not exist. File '/tmp/project/node_modules/events/events.js.tsx' does not exist. File '/tmp/project/node_modules/events/events.js.d.ts' does not exist. File name '/tmp/project/node_modules/events/events.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/events/events.ts' does not exist. File '/tmp/project/node_modules/events/events.tsx' does not exist. File '/tmp/project/node_modules/events/events.d.ts' does not exist. Directory '/tmp/project/node_modules/events/events.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/events/index.ts' does not exist. File '/tmp/project/node_modules/events/index.tsx' does not exist. File '/tmp/project/node_modules/events/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/events.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'JavaScript'. File '/tmp/project/apps/api/events.js' does not exist. File '/tmp/project/apps/api/events.jsx' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/generic-pool/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/events/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/events.js' does not exist. File '/tmp/project/node_modules/events.jsx' does not exist. 'package.json' has 'main' field './events.js' that references '/tmp/project/node_modules/events/events.js'. File '/tmp/project/node_modules/events/events.js' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/events/events.js', result '/tmp/project/node_modules/events/events.js'. ======== Module name 'events' was successfully resolved to '/tmp/project/node_modules/events/events.js' with Package ID 'events/events.js@3.3.0'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@redis/client/dist/lib/cluster/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module './commands' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts' with Package ID '@redis/client/dist/lib/cluster/commands.d.ts@1.5.6'. ======== ======== Resolving module '../commands' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands.d.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' exist - use it as a name resolution result. ======== Module name '../commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '../client' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/client', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/client.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client.d.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@redis/client/dist/lib/client/index.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client/index.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client/index.d.ts' exist - use it as a name resolution result. ======== Module name '../client' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/client/index.d.ts'. ======== ======== Resolving module './cluster-slots' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/cluster/cluster-slots', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/cluster/cluster-slots.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/cluster/cluster-slots.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/cluster/cluster-slots.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './cluster-slots' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/cluster/cluster-slots.d.ts' with Package ID '@redis/client/dist/lib/cluster/cluster-slots.d.ts@1.5.6'. ======== ======== Resolving module 'events' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'TypeScript'. File '/tmp/project/apps/api/events.ts' does not exist. File '/tmp/project/apps/api/events.tsx' does not exist. File '/tmp/project/apps/api/events.d.ts' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@redis/client/dist/lib/cluster/node_modules' does not exist, skipping all lookups in it. Resolution for module 'events' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib'. ======== Module name 'events' was successfully resolved to '/tmp/project/node_modules/events/events.js' with Package ID 'events/events.js@3.3.0'. ======== ======== Resolving module './multi-command' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/cluster/multi-command', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/cluster/multi-command.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/cluster/multi-command.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/cluster/multi-command.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name './multi-command' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/cluster/multi-command.d.ts' with Package ID '@redis/client/dist/lib/cluster/multi-command.d.ts@1.5.6'. ======== ======== Resolving module '../client/pub-sub' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/client/pub-sub', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/client/pub-sub.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client/pub-sub.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client/pub-sub.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../client/pub-sub' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/client/pub-sub.d.ts' with Package ID '@redis/client/dist/lib/client/pub-sub.d.ts@1.5.6'. ======== ======== Resolving module '../commands/APPEND' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/APPEND', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/APPEND.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/APPEND.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/APPEND.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/APPEND' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/APPEND.d.ts' with Package ID '@redis/client/dist/lib/commands/APPEND.d.ts@1.5.6'. ======== ======== Resolving module '../commands/BITCOUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITCOUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITCOUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITCOUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITCOUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/BITCOUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITCOUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/BITCOUNT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/BITFIELD_RO' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITFIELD_RO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITFIELD_RO.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITFIELD_RO.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITFIELD_RO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/BITFIELD_RO' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITFIELD_RO.d.ts' with Package ID '@redis/client/dist/lib/commands/BITFIELD_RO.d.ts@1.5.6'. ======== ======== Resolving module '../commands/BITFIELD' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITFIELD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITFIELD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITFIELD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITFIELD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/BITFIELD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITFIELD.d.ts' with Package ID '@redis/client/dist/lib/commands/BITFIELD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/BITOP' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITOP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITOP.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITOP.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITOP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/BITOP' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITOP.d.ts' with Package ID '@redis/client/dist/lib/commands/BITOP.d.ts@1.5.6'. ======== ======== Resolving module '../commands/BITPOS' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITPOS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITPOS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITPOS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITPOS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/BITPOS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BITPOS.d.ts' with Package ID '@redis/client/dist/lib/commands/BITPOS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/BLMOVE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLMOVE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLMOVE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLMOVE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLMOVE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/BLMOVE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLMOVE.d.ts' with Package ID '@redis/client/dist/lib/commands/BLMOVE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/BLMPOP' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLMPOP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLMPOP.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLMPOP.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLMPOP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/BLMPOP' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLMPOP.d.ts' with Package ID '@redis/client/dist/lib/commands/BLMPOP.d.ts@1.5.6'. ======== ======== Resolving module '../commands/BLPOP' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLPOP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLPOP.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLPOP.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLPOP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/BLPOP' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BLPOP.d.ts' with Package ID '@redis/client/dist/lib/commands/BLPOP.d.ts@1.5.6'. ======== ======== Resolving module '../commands/BRPOP' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BRPOP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BRPOP.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BRPOP.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BRPOP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/BRPOP' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BRPOP.d.ts' with Package ID '@redis/client/dist/lib/commands/BRPOP.d.ts@1.5.6'. ======== ======== Resolving module '../commands/BRPOPLPUSH' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BRPOPLPUSH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BRPOPLPUSH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BRPOPLPUSH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BRPOPLPUSH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/BRPOPLPUSH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BRPOPLPUSH.d.ts' with Package ID '@redis/client/dist/lib/commands/BRPOPLPUSH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/BZMPOP' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZMPOP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZMPOP.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZMPOP.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZMPOP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/BZMPOP' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZMPOP.d.ts' with Package ID '@redis/client/dist/lib/commands/BZMPOP.d.ts@1.5.6'. ======== ======== Resolving module '../commands/BZPOPMAX' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMAX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMAX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMAX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMAX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/BZPOPMAX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMAX.d.ts' with Package ID '@redis/client/dist/lib/commands/BZPOPMAX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/BZPOPMIN' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMIN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMIN.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMIN.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMIN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/BZPOPMIN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/BZPOPMIN.d.ts' with Package ID '@redis/client/dist/lib/commands/BZPOPMIN.d.ts@1.5.6'. ======== ======== Resolving module '../commands/COPY' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/COPY', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/COPY.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/COPY.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/COPY.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/COPY' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/COPY.d.ts' with Package ID '@redis/client/dist/lib/commands/COPY.d.ts@1.5.6'. ======== ======== Resolving module '../commands/DECR' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/DECR', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DECR.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DECR.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DECR.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/DECR' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/DECR.d.ts' with Package ID '@redis/client/dist/lib/commands/DECR.d.ts@1.5.6'. ======== ======== Resolving module '../commands/DECRBY' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/DECRBY', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DECRBY.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DECRBY.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DECRBY.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/DECRBY' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/DECRBY.d.ts' with Package ID '@redis/client/dist/lib/commands/DECRBY.d.ts@1.5.6'. ======== ======== Resolving module '../commands/DEL' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/DEL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DEL.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DEL.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DEL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/DEL' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/DEL.d.ts' with Package ID '@redis/client/dist/lib/commands/DEL.d.ts@1.5.6'. ======== ======== Resolving module '../commands/DUMP' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/DUMP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DUMP.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DUMP.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/DUMP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/DUMP' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/DUMP.d.ts' with Package ID '@redis/client/dist/lib/commands/DUMP.d.ts@1.5.6'. ======== ======== Resolving module '../commands/EVAL_RO' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVAL_RO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVAL_RO.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVAL_RO.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVAL_RO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/EVAL_RO' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVAL_RO.d.ts' with Package ID '@redis/client/dist/lib/commands/EVAL_RO.d.ts@1.5.6'. ======== ======== Resolving module '../commands/EVAL' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVAL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVAL.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVAL.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVAL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/EVAL' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVAL.d.ts' with Package ID '@redis/client/dist/lib/commands/EVAL.d.ts@1.5.6'. ======== ======== Resolving module '../commands/EVALSHA_RO' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVALSHA_RO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVALSHA_RO.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVALSHA_RO.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVALSHA_RO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/EVALSHA_RO' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVALSHA_RO.d.ts' with Package ID '@redis/client/dist/lib/commands/EVALSHA_RO.d.ts@1.5.6'. ======== ======== Resolving module '../commands/EVALSHA' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVALSHA', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVALSHA.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVALSHA.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVALSHA.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/EVALSHA' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/EVALSHA.d.ts' with Package ID '@redis/client/dist/lib/commands/EVALSHA.d.ts@1.5.6'. ======== ======== Resolving module '../commands/EXISTS' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXISTS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXISTS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXISTS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXISTS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/EXISTS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXISTS.d.ts' with Package ID '@redis/client/dist/lib/commands/EXISTS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/EXPIRE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIRE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIRE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIRE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIRE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/EXPIRE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIRE.d.ts' with Package ID '@redis/client/dist/lib/commands/EXPIRE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/EXPIREAT' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIREAT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIREAT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIREAT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIREAT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/EXPIREAT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIREAT.d.ts' with Package ID '@redis/client/dist/lib/commands/EXPIREAT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/EXPIRETIME' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIRETIME', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIRETIME.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIRETIME.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIRETIME.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/EXPIRETIME' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/EXPIRETIME.d.ts' with Package ID '@redis/client/dist/lib/commands/EXPIRETIME.d.ts@1.5.6'. ======== ======== Resolving module '../commands/FCALL_RO' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/FCALL_RO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FCALL_RO.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FCALL_RO.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FCALL_RO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/FCALL_RO' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/FCALL_RO.d.ts' with Package ID '@redis/client/dist/lib/commands/FCALL_RO.d.ts@1.5.6'. ======== ======== Resolving module '../commands/FCALL' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/FCALL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FCALL.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FCALL.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/FCALL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/FCALL' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/FCALL.d.ts' with Package ID '@redis/client/dist/lib/commands/FCALL.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEOADD' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOADD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOADD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOADD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEOADD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOADD.d.ts' with Package ID '@redis/client/dist/lib/commands/GEOADD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEODIST' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEODIST', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEODIST.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEODIST.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEODIST.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEODIST' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEODIST.d.ts' with Package ID '@redis/client/dist/lib/commands/GEODIST.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEOHASH' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOHASH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOHASH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOHASH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOHASH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEOHASH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOHASH.d.ts' with Package ID '@redis/client/dist/lib/commands/GEOHASH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEOPOS' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOPOS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOPOS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOPOS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOPOS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEOPOS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOPOS.d.ts' with Package ID '@redis/client/dist/lib/commands/GEOPOS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEORADIUS_RO_WITH' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO_WITH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO_WITH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO_WITH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO_WITH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEORADIUS_RO_WITH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO_WITH.d.ts' with Package ID '@redis/client/dist/lib/commands/GEORADIUS_RO_WITH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEORADIUS_RO' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEORADIUS_RO' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_RO.d.ts' with Package ID '@redis/client/dist/lib/commands/GEORADIUS_RO.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEORADIUS_WITH' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_WITH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_WITH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_WITH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_WITH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEORADIUS_WITH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS_WITH.d.ts' with Package ID '@redis/client/dist/lib/commands/GEORADIUS_WITH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEORADIUS' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEORADIUS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUS.d.ts' with Package ID '@redis/client/dist/lib/commands/GEORADIUS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEORADIUSBYMEMBER_RO_WITH' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO_WITH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO_WITH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO_WITH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO_WITH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEORADIUSBYMEMBER_RO_WITH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO_WITH.d.ts' with Package ID '@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO_WITH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEORADIUSBYMEMBER_RO' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEORADIUSBYMEMBER_RO' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO.d.ts' with Package ID '@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_RO.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEORADIUSBYMEMBER_WITH' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_WITH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_WITH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_WITH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_WITH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEORADIUSBYMEMBER_WITH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_WITH.d.ts' with Package ID '@redis/client/dist/lib/commands/GEORADIUSBYMEMBER_WITH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEORADIUSBYMEMBER' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEORADIUSBYMEMBER' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBER.d.ts' with Package ID '@redis/client/dist/lib/commands/GEORADIUSBYMEMBER.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEORADIUSBYMEMBERSTORE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBERSTORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBERSTORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBERSTORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBERSTORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEORADIUSBYMEMBERSTORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSBYMEMBERSTORE.d.ts' with Package ID '@redis/client/dist/lib/commands/GEORADIUSBYMEMBERSTORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEORADIUSSTORE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSSTORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSSTORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSSTORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSSTORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEORADIUSSTORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEORADIUSSTORE.d.ts' with Package ID '@redis/client/dist/lib/commands/GEORADIUSSTORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEOSEARCH_WITH' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH_WITH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH_WITH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH_WITH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH_WITH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEOSEARCH_WITH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH_WITH.d.ts' with Package ID '@redis/client/dist/lib/commands/GEOSEARCH_WITH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEOSEARCH' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEOSEARCH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCH.d.ts' with Package ID '@redis/client/dist/lib/commands/GEOSEARCH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GEOSEARCHSTORE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCHSTORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCHSTORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCHSTORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCHSTORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GEOSEARCHSTORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GEOSEARCHSTORE.d.ts' with Package ID '@redis/client/dist/lib/commands/GEOSEARCHSTORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GET' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GET.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GET.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GET' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GET.d.ts' with Package ID '@redis/client/dist/lib/commands/GET.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GETBIT' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETBIT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETBIT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETBIT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETBIT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GETBIT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETBIT.d.ts' with Package ID '@redis/client/dist/lib/commands/GETBIT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GETDEL' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETDEL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETDEL.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETDEL.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETDEL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GETDEL' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETDEL.d.ts' with Package ID '@redis/client/dist/lib/commands/GETDEL.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GETEX' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETEX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETEX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETEX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETEX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GETEX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETEX.d.ts' with Package ID '@redis/client/dist/lib/commands/GETEX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GETRANGE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETRANGE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETRANGE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETRANGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETRANGE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GETRANGE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETRANGE.d.ts' with Package ID '@redis/client/dist/lib/commands/GETRANGE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/GETSET' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETSET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETSET.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETSET.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETSET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GETSET' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/GETSET.d.ts' with Package ID '@redis/client/dist/lib/commands/GETSET.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HDEL' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HDEL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HDEL.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HDEL.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HDEL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HDEL' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HDEL.d.ts' with Package ID '@redis/client/dist/lib/commands/HDEL.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HEXISTS' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HEXISTS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HEXISTS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HEXISTS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HEXISTS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HEXISTS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HEXISTS.d.ts' with Package ID '@redis/client/dist/lib/commands/HEXISTS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HGET' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HGET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HGET.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HGET.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HGET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HGET' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HGET.d.ts' with Package ID '@redis/client/dist/lib/commands/HGET.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HGETALL' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HGETALL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HGETALL.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HGETALL.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HGETALL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HGETALL' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HGETALL.d.ts' with Package ID '@redis/client/dist/lib/commands/HGETALL.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HINCRBY' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HINCRBY', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HINCRBY.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HINCRBY.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HINCRBY.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HINCRBY' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HINCRBY.d.ts' with Package ID '@redis/client/dist/lib/commands/HINCRBY.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HINCRBYFLOAT' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HINCRBYFLOAT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HINCRBYFLOAT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HINCRBYFLOAT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HINCRBYFLOAT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HINCRBYFLOAT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HINCRBYFLOAT.d.ts' with Package ID '@redis/client/dist/lib/commands/HINCRBYFLOAT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HKEYS' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HKEYS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HKEYS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HKEYS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HKEYS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HKEYS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HKEYS.d.ts' with Package ID '@redis/client/dist/lib/commands/HKEYS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HLEN' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HLEN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HLEN.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HLEN.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HLEN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HLEN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HLEN.d.ts' with Package ID '@redis/client/dist/lib/commands/HLEN.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HMGET' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HMGET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HMGET.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HMGET.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HMGET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HMGET' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HMGET.d.ts' with Package ID '@redis/client/dist/lib/commands/HMGET.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HRANDFIELD_COUNT_WITHVALUES' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT_WITHVALUES', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT_WITHVALUES.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT_WITHVALUES.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT_WITHVALUES.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HRANDFIELD_COUNT_WITHVALUES' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT_WITHVALUES.d.ts' with Package ID '@redis/client/dist/lib/commands/HRANDFIELD_COUNT_WITHVALUES.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HRANDFIELD_COUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HRANDFIELD_COUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD_COUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/HRANDFIELD_COUNT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HRANDFIELD' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HRANDFIELD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HRANDFIELD.d.ts' with Package ID '@redis/client/dist/lib/commands/HRANDFIELD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HSCAN' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSCAN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSCAN.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSCAN.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSCAN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HSCAN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSCAN.d.ts' with Package ID '@redis/client/dist/lib/commands/HSCAN.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HSET' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSET.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSET.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HSET' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSET.d.ts' with Package ID '@redis/client/dist/lib/commands/HSET.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HSETNX' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSETNX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSETNX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSETNX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSETNX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HSETNX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSETNX.d.ts' with Package ID '@redis/client/dist/lib/commands/HSETNX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HSTRLEN' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSTRLEN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSTRLEN.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSTRLEN.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSTRLEN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HSTRLEN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HSTRLEN.d.ts' with Package ID '@redis/client/dist/lib/commands/HSTRLEN.d.ts@1.5.6'. ======== ======== Resolving module '../commands/HVALS' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/HVALS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HVALS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HVALS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/HVALS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HVALS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/HVALS.d.ts' with Package ID '@redis/client/dist/lib/commands/HVALS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/INCR' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCR', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCR.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCR.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCR.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/INCR' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCR.d.ts' with Package ID '@redis/client/dist/lib/commands/INCR.d.ts@1.5.6'. ======== ======== Resolving module '../commands/INCRBY' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCRBY', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCRBY.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCRBY.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCRBY.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/INCRBY' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCRBY.d.ts' with Package ID '@redis/client/dist/lib/commands/INCRBY.d.ts@1.5.6'. ======== ======== Resolving module '../commands/INCRBYFLOAT' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCRBYFLOAT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCRBYFLOAT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCRBYFLOAT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCRBYFLOAT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/INCRBYFLOAT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/INCRBYFLOAT.d.ts' with Package ID '@redis/client/dist/lib/commands/INCRBYFLOAT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LCS_IDX_WITHMATCHLEN' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_IDX_WITHMATCHLEN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_IDX_WITHMATCHLEN.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_IDX_WITHMATCHLEN.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_IDX_WITHMATCHLEN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LCS_IDX_WITHMATCHLEN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_IDX_WITHMATCHLEN.d.ts' with Package ID '@redis/client/dist/lib/commands/LCS_IDX_WITHMATCHLEN.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LCS_IDX' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_IDX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_IDX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_IDX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_IDX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LCS_IDX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_IDX.d.ts' with Package ID '@redis/client/dist/lib/commands/LCS_IDX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LCS_LEN' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_LEN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_LEN.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_LEN.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_LEN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LCS_LEN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS_LEN.d.ts' with Package ID '@redis/client/dist/lib/commands/LCS_LEN.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LCS' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LCS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LCS.d.ts' with Package ID '@redis/client/dist/lib/commands/LCS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LINDEX' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LINDEX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LINDEX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LINDEX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LINDEX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LINDEX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LINDEX.d.ts' with Package ID '@redis/client/dist/lib/commands/LINDEX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LINSERT' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LINSERT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LINSERT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LINSERT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LINSERT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LINSERT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LINSERT.d.ts' with Package ID '@redis/client/dist/lib/commands/LINSERT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LLEN' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LLEN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LLEN.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LLEN.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LLEN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LLEN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LLEN.d.ts' with Package ID '@redis/client/dist/lib/commands/LLEN.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LMOVE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMOVE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMOVE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMOVE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMOVE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LMOVE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMOVE.d.ts' with Package ID '@redis/client/dist/lib/commands/LMOVE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LMPOP' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMPOP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMPOP.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMPOP.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMPOP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LMPOP' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LMPOP.d.ts' with Package ID '@redis/client/dist/lib/commands/LMPOP.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LPOP_COUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOP_COUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOP_COUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOP_COUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOP_COUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LPOP_COUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOP_COUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/LPOP_COUNT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LPOP' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOP.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOP.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LPOP' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOP.d.ts' with Package ID '@redis/client/dist/lib/commands/LPOP.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LPOS_COUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOS_COUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOS_COUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOS_COUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOS_COUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LPOS_COUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOS_COUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/LPOS_COUNT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LPOS' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LPOS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPOS.d.ts' with Package ID '@redis/client/dist/lib/commands/LPOS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LPUSH' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPUSH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPUSH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPUSH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPUSH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LPUSH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPUSH.d.ts' with Package ID '@redis/client/dist/lib/commands/LPUSH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LPUSHX' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPUSHX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPUSHX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPUSHX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPUSHX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LPUSHX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LPUSHX.d.ts' with Package ID '@redis/client/dist/lib/commands/LPUSHX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LRANGE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LRANGE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LRANGE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LRANGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LRANGE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LRANGE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LRANGE.d.ts' with Package ID '@redis/client/dist/lib/commands/LRANGE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LREM' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LREM', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LREM.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LREM.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LREM.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LREM' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LREM.d.ts' with Package ID '@redis/client/dist/lib/commands/LREM.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LSET' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LSET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LSET.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LSET.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LSET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LSET' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LSET.d.ts' with Package ID '@redis/client/dist/lib/commands/LSET.d.ts@1.5.6'. ======== ======== Resolving module '../commands/LTRIM' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/LTRIM', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LTRIM.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LTRIM.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/LTRIM.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/LTRIM' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/LTRIM.d.ts' with Package ID '@redis/client/dist/lib/commands/LTRIM.d.ts@1.5.6'. ======== ======== Resolving module '../commands/MGET' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/MGET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MGET.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MGET.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MGET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/MGET' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/MGET.d.ts' with Package ID '@redis/client/dist/lib/commands/MGET.d.ts@1.5.6'. ======== ======== Resolving module '../commands/MIGRATE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/MIGRATE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MIGRATE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MIGRATE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MIGRATE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/MIGRATE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/MIGRATE.d.ts' with Package ID '@redis/client/dist/lib/commands/MIGRATE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/MSET' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSET.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSET.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/MSET' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSET.d.ts' with Package ID '@redis/client/dist/lib/commands/MSET.d.ts@1.5.6'. ======== ======== Resolving module '../commands/MSETNX' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSETNX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSETNX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSETNX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSETNX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/MSETNX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/MSETNX.d.ts' with Package ID '@redis/client/dist/lib/commands/MSETNX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/OBJECT_ENCODING' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_ENCODING', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_ENCODING.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_ENCODING.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_ENCODING.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/OBJECT_ENCODING' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_ENCODING.d.ts' with Package ID '@redis/client/dist/lib/commands/OBJECT_ENCODING.d.ts@1.5.6'. ======== ======== Resolving module '../commands/OBJECT_FREQ' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_FREQ', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_FREQ.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_FREQ.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_FREQ.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/OBJECT_FREQ' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_FREQ.d.ts' with Package ID '@redis/client/dist/lib/commands/OBJECT_FREQ.d.ts@1.5.6'. ======== ======== Resolving module '../commands/OBJECT_IDLETIME' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_IDLETIME', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_IDLETIME.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_IDLETIME.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_IDLETIME.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/OBJECT_IDLETIME' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_IDLETIME.d.ts' with Package ID '@redis/client/dist/lib/commands/OBJECT_IDLETIME.d.ts@1.5.6'. ======== ======== Resolving module '../commands/OBJECT_REFCOUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_REFCOUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_REFCOUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_REFCOUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_REFCOUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/OBJECT_REFCOUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/OBJECT_REFCOUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/OBJECT_REFCOUNT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/PERSIST' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/PERSIST', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PERSIST.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PERSIST.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PERSIST.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/PERSIST' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/PERSIST.d.ts' with Package ID '@redis/client/dist/lib/commands/PERSIST.d.ts@1.5.6'. ======== ======== Resolving module '../commands/PEXPIRE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIRE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIRE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIRE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIRE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/PEXPIRE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIRE.d.ts' with Package ID '@redis/client/dist/lib/commands/PEXPIRE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/PEXPIREAT' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIREAT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIREAT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIREAT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIREAT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/PEXPIREAT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIREAT.d.ts' with Package ID '@redis/client/dist/lib/commands/PEXPIREAT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/PEXPIRETIME' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIRETIME', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIRETIME.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIRETIME.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIRETIME.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/PEXPIRETIME' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/PEXPIRETIME.d.ts' with Package ID '@redis/client/dist/lib/commands/PEXPIRETIME.d.ts@1.5.6'. ======== ======== Resolving module '../commands/PFADD' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFADD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFADD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFADD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/PFADD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFADD.d.ts' with Package ID '@redis/client/dist/lib/commands/PFADD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/PFCOUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFCOUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFCOUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFCOUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFCOUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/PFCOUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFCOUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/PFCOUNT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/PFMERGE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFMERGE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFMERGE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFMERGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFMERGE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/PFMERGE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/PFMERGE.d.ts' with Package ID '@redis/client/dist/lib/commands/PFMERGE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/PSETEX' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/PSETEX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PSETEX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PSETEX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PSETEX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/PSETEX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/PSETEX.d.ts' with Package ID '@redis/client/dist/lib/commands/PSETEX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/PTTL' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/PTTL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PTTL.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PTTL.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PTTL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/PTTL' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/PTTL.d.ts' with Package ID '@redis/client/dist/lib/commands/PTTL.d.ts@1.5.6'. ======== ======== Resolving module '../commands/PUBLISH' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBLISH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBLISH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBLISH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBLISH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/PUBLISH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/PUBLISH.d.ts' with Package ID '@redis/client/dist/lib/commands/PUBLISH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/RENAME' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/RENAME', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RENAME.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RENAME.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RENAME.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/RENAME' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/RENAME.d.ts' with Package ID '@redis/client/dist/lib/commands/RENAME.d.ts@1.5.6'. ======== ======== Resolving module '../commands/RENAMENX' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/RENAMENX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RENAMENX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RENAMENX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RENAMENX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/RENAMENX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/RENAMENX.d.ts' with Package ID '@redis/client/dist/lib/commands/RENAMENX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/RPOP_COUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOP_COUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOP_COUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOP_COUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOP_COUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/RPOP_COUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOP_COUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/RPOP_COUNT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/RPOP' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOP.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOP.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/RPOP' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOP.d.ts' with Package ID '@redis/client/dist/lib/commands/RPOP.d.ts@1.5.6'. ======== ======== Resolving module '../commands/RPOPLPUSH' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOPLPUSH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOPLPUSH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOPLPUSH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOPLPUSH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/RPOPLPUSH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPOPLPUSH.d.ts' with Package ID '@redis/client/dist/lib/commands/RPOPLPUSH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/RPUSH' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPUSH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPUSH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPUSH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPUSH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/RPUSH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPUSH.d.ts' with Package ID '@redis/client/dist/lib/commands/RPUSH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/RPUSHX' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPUSHX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPUSHX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPUSHX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPUSHX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/RPUSHX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/RPUSHX.d.ts' with Package ID '@redis/client/dist/lib/commands/RPUSHX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SADD' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SADD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SADD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SADD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SADD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SADD.d.ts' with Package ID '@redis/client/dist/lib/commands/SADD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SCARD' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCARD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCARD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCARD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCARD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SCARD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SCARD.d.ts' with Package ID '@redis/client/dist/lib/commands/SCARD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SDIFF' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SDIFF', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SDIFF.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SDIFF.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SDIFF.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SDIFF' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SDIFF.d.ts' with Package ID '@redis/client/dist/lib/commands/SDIFF.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SDIFFSTORE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SDIFFSTORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SDIFFSTORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SDIFFSTORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SDIFFSTORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SDIFFSTORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SDIFFSTORE.d.ts' with Package ID '@redis/client/dist/lib/commands/SDIFFSTORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SET' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SET.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SET.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SET' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SET.d.ts' with Package ID '@redis/client/dist/lib/commands/SET.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SETBIT' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETBIT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETBIT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETBIT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETBIT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SETBIT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETBIT.d.ts' with Package ID '@redis/client/dist/lib/commands/SETBIT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SETEX' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETEX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETEX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETEX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETEX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SETEX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETEX.d.ts' with Package ID '@redis/client/dist/lib/commands/SETEX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SETNX' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETNX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETNX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETNX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETNX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SETNX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETNX.d.ts' with Package ID '@redis/client/dist/lib/commands/SETNX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SETRANGE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETRANGE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETRANGE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETRANGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETRANGE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SETRANGE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SETRANGE.d.ts' with Package ID '@redis/client/dist/lib/commands/SETRANGE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SINTER' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTER.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTER.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SINTER' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTER.d.ts' with Package ID '@redis/client/dist/lib/commands/SINTER.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SINTERCARD' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTERCARD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTERCARD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTERCARD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTERCARD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SINTERCARD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTERCARD.d.ts' with Package ID '@redis/client/dist/lib/commands/SINTERCARD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SINTERSTORE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTERSTORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTERSTORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTERSTORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTERSTORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SINTERSTORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SINTERSTORE.d.ts' with Package ID '@redis/client/dist/lib/commands/SINTERSTORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SISMEMBER' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SISMEMBER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SISMEMBER.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SISMEMBER.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SISMEMBER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SISMEMBER' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SISMEMBER.d.ts' with Package ID '@redis/client/dist/lib/commands/SISMEMBER.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SMEMBERS' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMEMBERS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMEMBERS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMEMBERS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMEMBERS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SMEMBERS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMEMBERS.d.ts' with Package ID '@redis/client/dist/lib/commands/SMEMBERS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SMISMEMBER' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMISMEMBER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMISMEMBER.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMISMEMBER.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMISMEMBER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SMISMEMBER' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMISMEMBER.d.ts' with Package ID '@redis/client/dist/lib/commands/SMISMEMBER.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SMOVE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMOVE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMOVE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMOVE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMOVE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SMOVE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SMOVE.d.ts' with Package ID '@redis/client/dist/lib/commands/SMOVE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SORT_RO' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT_RO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT_RO.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT_RO.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT_RO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SORT_RO' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT_RO.d.ts' with Package ID '@redis/client/dist/lib/commands/SORT_RO.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SORT_STORE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT_STORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT_STORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT_STORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT_STORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SORT_STORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT_STORE.d.ts' with Package ID '@redis/client/dist/lib/commands/SORT_STORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SORT' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SORT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SORT.d.ts' with Package ID '@redis/client/dist/lib/commands/SORT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SPOP' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SPOP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SPOP.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SPOP.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SPOP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SPOP' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SPOP.d.ts' with Package ID '@redis/client/dist/lib/commands/SPOP.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SPUBLISH' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SPUBLISH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SPUBLISH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SPUBLISH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SPUBLISH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SPUBLISH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SPUBLISH.d.ts' with Package ID '@redis/client/dist/lib/commands/SPUBLISH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SRANDMEMBER_COUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SRANDMEMBER_COUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SRANDMEMBER_COUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SRANDMEMBER_COUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SRANDMEMBER_COUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SRANDMEMBER_COUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SRANDMEMBER_COUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/SRANDMEMBER_COUNT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SRANDMEMBER' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SRANDMEMBER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SRANDMEMBER.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SRANDMEMBER.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SRANDMEMBER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SRANDMEMBER' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SRANDMEMBER.d.ts' with Package ID '@redis/client/dist/lib/commands/SRANDMEMBER.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SREM' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SREM', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SREM.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SREM.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SREM.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SREM' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SREM.d.ts' with Package ID '@redis/client/dist/lib/commands/SREM.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SSCAN' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SSCAN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SSCAN.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SSCAN.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SSCAN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SSCAN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SSCAN.d.ts' with Package ID '@redis/client/dist/lib/commands/SSCAN.d.ts@1.5.6'. ======== ======== Resolving module '../commands/STRLEN' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/STRLEN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/STRLEN.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/STRLEN.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/STRLEN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/STRLEN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/STRLEN.d.ts' with Package ID '@redis/client/dist/lib/commands/STRLEN.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SUNION' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SUNION', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SUNION.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SUNION.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SUNION.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SUNION' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SUNION.d.ts' with Package ID '@redis/client/dist/lib/commands/SUNION.d.ts@1.5.6'. ======== ======== Resolving module '../commands/SUNIONSTORE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/SUNIONSTORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SUNIONSTORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SUNIONSTORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/SUNIONSTORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/SUNIONSTORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/SUNIONSTORE.d.ts' with Package ID '@redis/client/dist/lib/commands/SUNIONSTORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/TOUCH' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/TOUCH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/TOUCH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/TOUCH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/TOUCH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/TOUCH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/TOUCH.d.ts' with Package ID '@redis/client/dist/lib/commands/TOUCH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/TTL' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/TTL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/TTL.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/TTL.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/TTL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/TTL' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/TTL.d.ts' with Package ID '@redis/client/dist/lib/commands/TTL.d.ts@1.5.6'. ======== ======== Resolving module '../commands/TYPE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/TYPE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/TYPE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/TYPE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/TYPE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/TYPE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/TYPE.d.ts' with Package ID '@redis/client/dist/lib/commands/TYPE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/UNLINK' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/UNLINK', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/UNLINK.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/UNLINK.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/UNLINK.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/UNLINK' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/UNLINK.d.ts' with Package ID '@redis/client/dist/lib/commands/UNLINK.d.ts@1.5.6'. ======== ======== Resolving module '../commands/WATCH' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/WATCH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/WATCH.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/WATCH.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/WATCH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/WATCH' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/WATCH.d.ts' with Package ID '@redis/client/dist/lib/commands/WATCH.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XACK' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XACK', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XACK.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XACK.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XACK.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XACK' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XACK.d.ts' with Package ID '@redis/client/dist/lib/commands/XACK.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XADD' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XADD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XADD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XADD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XADD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XADD.d.ts' with Package ID '@redis/client/dist/lib/commands/XADD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XAUTOCLAIM_JUSTID' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM_JUSTID', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM_JUSTID.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM_JUSTID.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM_JUSTID.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XAUTOCLAIM_JUSTID' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM_JUSTID.d.ts' with Package ID '@redis/client/dist/lib/commands/XAUTOCLAIM_JUSTID.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XAUTOCLAIM' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XAUTOCLAIM' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XAUTOCLAIM.d.ts' with Package ID '@redis/client/dist/lib/commands/XAUTOCLAIM.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XCLAIM_JUSTID' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM_JUSTID', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM_JUSTID.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM_JUSTID.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM_JUSTID.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XCLAIM_JUSTID' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM_JUSTID.d.ts' with Package ID '@redis/client/dist/lib/commands/XCLAIM_JUSTID.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XCLAIM' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XCLAIM' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XCLAIM.d.ts' with Package ID '@redis/client/dist/lib/commands/XCLAIM.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XDEL' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XDEL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XDEL.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XDEL.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XDEL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XDEL' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XDEL.d.ts' with Package ID '@redis/client/dist/lib/commands/XDEL.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XGROUP_CREATE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_CREATE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_CREATE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_CREATE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_CREATE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XGROUP_CREATE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_CREATE.d.ts' with Package ID '@redis/client/dist/lib/commands/XGROUP_CREATE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XGROUP_CREATECONSUMER' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_CREATECONSUMER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_CREATECONSUMER.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_CREATECONSUMER.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_CREATECONSUMER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XGROUP_CREATECONSUMER' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_CREATECONSUMER.d.ts' with Package ID '@redis/client/dist/lib/commands/XGROUP_CREATECONSUMER.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XGROUP_DELCONSUMER' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_DELCONSUMER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_DELCONSUMER.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_DELCONSUMER.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_DELCONSUMER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XGROUP_DELCONSUMER' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_DELCONSUMER.d.ts' with Package ID '@redis/client/dist/lib/commands/XGROUP_DELCONSUMER.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XGROUP_DESTROY' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_DESTROY', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_DESTROY.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_DESTROY.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_DESTROY.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XGROUP_DESTROY' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_DESTROY.d.ts' with Package ID '@redis/client/dist/lib/commands/XGROUP_DESTROY.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XGROUP_SETID' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_SETID', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_SETID.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_SETID.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_SETID.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XGROUP_SETID' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XGROUP_SETID.d.ts' with Package ID '@redis/client/dist/lib/commands/XGROUP_SETID.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XINFO_CONSUMERS' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_CONSUMERS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_CONSUMERS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_CONSUMERS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_CONSUMERS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XINFO_CONSUMERS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_CONSUMERS.d.ts' with Package ID '@redis/client/dist/lib/commands/XINFO_CONSUMERS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XINFO_GROUPS' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_GROUPS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_GROUPS.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_GROUPS.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_GROUPS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XINFO_GROUPS' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_GROUPS.d.ts' with Package ID '@redis/client/dist/lib/commands/XINFO_GROUPS.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XINFO_STREAM' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_STREAM', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_STREAM.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_STREAM.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_STREAM.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XINFO_STREAM' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XINFO_STREAM.d.ts' with Package ID '@redis/client/dist/lib/commands/XINFO_STREAM.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XLEN' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XLEN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XLEN.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XLEN.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XLEN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XLEN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XLEN.d.ts' with Package ID '@redis/client/dist/lib/commands/XLEN.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XPENDING_RANGE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XPENDING_RANGE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XPENDING_RANGE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XPENDING_RANGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XPENDING_RANGE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XPENDING_RANGE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XPENDING_RANGE.d.ts' with Package ID '@redis/client/dist/lib/commands/XPENDING_RANGE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XPENDING' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XPENDING', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XPENDING.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XPENDING.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XPENDING.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XPENDING' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XPENDING.d.ts' with Package ID '@redis/client/dist/lib/commands/XPENDING.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XRANGE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XRANGE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XRANGE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XRANGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XRANGE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XRANGE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XRANGE.d.ts' with Package ID '@redis/client/dist/lib/commands/XRANGE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XREAD' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREAD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREAD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREAD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREAD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XREAD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREAD.d.ts' with Package ID '@redis/client/dist/lib/commands/XREAD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XREADGROUP' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREADGROUP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREADGROUP.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREADGROUP.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREADGROUP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XREADGROUP' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREADGROUP.d.ts' with Package ID '@redis/client/dist/lib/commands/XREADGROUP.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XREVRANGE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREVRANGE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREVRANGE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREVRANGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREVRANGE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XREVRANGE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XREVRANGE.d.ts' with Package ID '@redis/client/dist/lib/commands/XREVRANGE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XSETID' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XSETID', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XSETID.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XSETID.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XSETID.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XSETID' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XSETID.d.ts' with Package ID '@redis/client/dist/lib/commands/XSETID.d.ts@1.5.6'. ======== ======== Resolving module '../commands/XTRIM' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/XTRIM', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XTRIM.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XTRIM.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/XTRIM.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/XTRIM' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/XTRIM.d.ts' with Package ID '@redis/client/dist/lib/commands/XTRIM.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZADD' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZADD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZADD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZADD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZADD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZADD.d.ts' with Package ID '@redis/client/dist/lib/commands/ZADD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZCARD' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZCARD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZCARD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZCARD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZCARD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZCARD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZCARD.d.ts' with Package ID '@redis/client/dist/lib/commands/ZCARD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZCOUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZCOUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZCOUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZCOUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZCOUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZCOUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZCOUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/ZCOUNT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZDIFF_WITHSCORES' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF_WITHSCORES', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF_WITHSCORES.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF_WITHSCORES.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF_WITHSCORES.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZDIFF_WITHSCORES' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF_WITHSCORES.d.ts' with Package ID '@redis/client/dist/lib/commands/ZDIFF_WITHSCORES.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZDIFF' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZDIFF' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFF.d.ts' with Package ID '@redis/client/dist/lib/commands/ZDIFF.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZDIFFSTORE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFFSTORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFFSTORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFFSTORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFFSTORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZDIFFSTORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZDIFFSTORE.d.ts' with Package ID '@redis/client/dist/lib/commands/ZDIFFSTORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZINCRBY' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINCRBY', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINCRBY.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINCRBY.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINCRBY.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZINCRBY' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINCRBY.d.ts' with Package ID '@redis/client/dist/lib/commands/ZINCRBY.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZINTER_WITHSCORES' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER_WITHSCORES', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER_WITHSCORES.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER_WITHSCORES.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER_WITHSCORES.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZINTER_WITHSCORES' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER_WITHSCORES.d.ts' with Package ID '@redis/client/dist/lib/commands/ZINTER_WITHSCORES.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZINTER' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZINTER' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTER.d.ts' with Package ID '@redis/client/dist/lib/commands/ZINTER.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZINTERCARD' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTERCARD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTERCARD.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTERCARD.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTERCARD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZINTERCARD' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTERCARD.d.ts' with Package ID '@redis/client/dist/lib/commands/ZINTERCARD.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZINTERSTORE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTERSTORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTERSTORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTERSTORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTERSTORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZINTERSTORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZINTERSTORE.d.ts' with Package ID '@redis/client/dist/lib/commands/ZINTERSTORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZLEXCOUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZLEXCOUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZLEXCOUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZLEXCOUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZLEXCOUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZLEXCOUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZLEXCOUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/ZLEXCOUNT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZMPOP' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMPOP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMPOP.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMPOP.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMPOP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZMPOP' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMPOP.d.ts' with Package ID '@redis/client/dist/lib/commands/ZMPOP.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZMSCORE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMSCORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMSCORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMSCORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMSCORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZMSCORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZMSCORE.d.ts' with Package ID '@redis/client/dist/lib/commands/ZMSCORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZPOPMAX_COUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX_COUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX_COUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX_COUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX_COUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZPOPMAX_COUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX_COUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/ZPOPMAX_COUNT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZPOPMAX' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZPOPMAX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMAX.d.ts' with Package ID '@redis/client/dist/lib/commands/ZPOPMAX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZPOPMIN_COUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN_COUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN_COUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN_COUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN_COUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZPOPMIN_COUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN_COUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/ZPOPMIN_COUNT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZPOPMIN' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZPOPMIN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZPOPMIN.d.ts' with Package ID '@redis/client/dist/lib/commands/ZPOPMIN.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZRANDMEMBER_COUNT_WITHSCORES' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT_WITHSCORES', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT_WITHSCORES.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT_WITHSCORES.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT_WITHSCORES.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZRANDMEMBER_COUNT_WITHSCORES' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT_WITHSCORES.d.ts' with Package ID '@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT_WITHSCORES.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZRANDMEMBER_COUNT' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZRANDMEMBER_COUNT' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT.d.ts' with Package ID '@redis/client/dist/lib/commands/ZRANDMEMBER_COUNT.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZRANDMEMBER' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZRANDMEMBER' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANDMEMBER.d.ts' with Package ID '@redis/client/dist/lib/commands/ZRANDMEMBER.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZRANGE_WITHSCORES' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE_WITHSCORES', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE_WITHSCORES.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE_WITHSCORES.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE_WITHSCORES.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZRANGE_WITHSCORES' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE_WITHSCORES.d.ts' with Package ID '@redis/client/dist/lib/commands/ZRANGE_WITHSCORES.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZRANGE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZRANGE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGE.d.ts' with Package ID '@redis/client/dist/lib/commands/ZRANGE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZRANGEBYLEX' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYLEX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYLEX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYLEX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYLEX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZRANGEBYLEX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYLEX.d.ts' with Package ID '@redis/client/dist/lib/commands/ZRANGEBYLEX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZRANGEBYSCORE_WITHSCORES' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE_WITHSCORES', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE_WITHSCORES.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE_WITHSCORES.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE_WITHSCORES.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZRANGEBYSCORE_WITHSCORES' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE_WITHSCORES.d.ts' with Package ID '@redis/client/dist/lib/commands/ZRANGEBYSCORE_WITHSCORES.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZRANGEBYSCORE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZRANGEBYSCORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGEBYSCORE.d.ts' with Package ID '@redis/client/dist/lib/commands/ZRANGEBYSCORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZRANGESTORE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGESTORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGESTORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGESTORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGESTORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZRANGESTORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANGESTORE.d.ts' with Package ID '@redis/client/dist/lib/commands/ZRANGESTORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZRANK' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANK', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANK.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANK.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANK.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZRANK' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZRANK.d.ts' with Package ID '@redis/client/dist/lib/commands/ZRANK.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZREM' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREM', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREM.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREM.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREM.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZREM' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREM.d.ts' with Package ID '@redis/client/dist/lib/commands/ZREM.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZREMRANGEBYLEX' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYLEX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYLEX.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYLEX.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYLEX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZREMRANGEBYLEX' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYLEX.d.ts' with Package ID '@redis/client/dist/lib/commands/ZREMRANGEBYLEX.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZREMRANGEBYRANK' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYRANK', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYRANK.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYRANK.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYRANK.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZREMRANGEBYRANK' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYRANK.d.ts' with Package ID '@redis/client/dist/lib/commands/ZREMRANGEBYRANK.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZREMRANGEBYSCORE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYSCORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYSCORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYSCORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYSCORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZREMRANGEBYSCORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREMRANGEBYSCORE.d.ts' with Package ID '@redis/client/dist/lib/commands/ZREMRANGEBYSCORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZREVRANK' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREVRANK', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREVRANK.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREVRANK.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREVRANK.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZREVRANK' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZREVRANK.d.ts' with Package ID '@redis/client/dist/lib/commands/ZREVRANK.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZSCAN' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZSCAN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZSCAN.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZSCAN.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZSCAN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZSCAN' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZSCAN.d.ts' with Package ID '@redis/client/dist/lib/commands/ZSCAN.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZSCORE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZSCORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZSCORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZSCORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZSCORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZSCORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZSCORE.d.ts' with Package ID '@redis/client/dist/lib/commands/ZSCORE.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZUNION_WITHSCORES' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION_WITHSCORES', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION_WITHSCORES.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION_WITHSCORES.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION_WITHSCORES.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZUNION_WITHSCORES' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION_WITHSCORES.d.ts' with Package ID '@redis/client/dist/lib/commands/ZUNION_WITHSCORES.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZUNION' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZUNION' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNION.d.ts' with Package ID '@redis/client/dist/lib/commands/ZUNION.d.ts@1.5.6'. ======== ======== Resolving module '../commands/ZUNIONSTORE' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNIONSTORE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNIONSTORE.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNIONSTORE.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNIONSTORE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ZUNIONSTORE' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/ZUNIONSTORE.d.ts' with Package ID '@redis/client/dist/lib/commands/ZUNIONSTORE.d.ts@1.5.6'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@redis/client/dist/lib/cluster/cluster-slots.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/cluster'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module '../client' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/cluster-slots.d.ts'. ======== Resolution for module '../client' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/cluster'. ======== Module name '../client' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/client/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/cluster-slots.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/cluster/', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/cluster/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@redis/client/dist/lib/cluster/index.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/cluster/index.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/cluster/index.d.ts' exist - use it as a name resolution result. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/cluster/index.d.ts'. ======== ======== Resolving module '../commands' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/cluster-slots.d.ts'. ======== Resolution for module '../commands' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/cluster'. ======== Module name '../commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '../client/pub-sub' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/cluster-slots.d.ts'. ======== Resolution for module '../client/pub-sub' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/cluster'. ======== Module name '../client/pub-sub' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/client/pub-sub.d.ts' with Package ID '@redis/client/dist/lib/client/pub-sub.d.ts@1.5.6'. ======== ======== Resolving module 'stream' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/cluster-slots.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. 'paths' option is specified, looking for a pattern to match module name 'stream'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. Resolving module name 'stream' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/stream'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/stream', target file type 'TypeScript'. File '/tmp/project/apps/api/stream.ts' does not exist. File '/tmp/project/apps/api/stream.tsx' does not exist. File '/tmp/project/apps/api/stream.d.ts' does not exist. Directory '/tmp/project/apps/api/stream' does not exist, skipping all lookups in it. Loading module 'stream' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@redis/client/dist/lib/cluster/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@redis/client/dist/lib/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@redis/client/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@redis/client/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@redis/node_modules' does not exist, skipping all lookups in it. Resolution for module 'stream' was found in cache from location '/tmp/project'. ======== Module name 'stream' was not resolved. ======== ======== Resolving module './commands' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/multi-command.d.ts'. ======== Resolution for module './commands' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/cluster'. ======== Module name './commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/cluster/commands.d.ts' with Package ID '@redis/client/dist/lib/cluster/commands.d.ts@1.5.6'. ======== ======== Resolving module '../commands' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/multi-command.d.ts'. ======== Resolution for module '../commands' was found in cache from location '/tmp/project/node_modules/@redis/client/dist/lib/cluster'. ======== Module name '../commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== ======== Resolving module '../multi-command' from '/tmp/project/node_modules/@redis/client/dist/lib/cluster/multi-command.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/multi-command', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/multi-command.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/multi-command.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/multi-command.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. ======== Module name '../multi-command' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/multi-command.d.ts' with Package ID '@redis/client/dist/lib/multi-command.d.ts@1.5.6'. ======== ======== Resolving module './commands' from '/tmp/project/node_modules/@redis/bloom/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands.d.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/package.json' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/index.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/index.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts' exist - use it as a name resolution result. ======== Module name './commands' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== ======== Resolving module './bloom/ADD' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/ADD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/ADD.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/ADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/ADD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './bloom/ADD' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/ADD.d.ts' with Package ID '@redis/bloom/dist/commands/bloom/ADD.d.ts@1.2.0'. ======== ======== Resolving module './bloom/CARD' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/CARD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/CARD.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/CARD.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/CARD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './bloom/CARD' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/CARD.d.ts' with Package ID '@redis/bloom/dist/commands/bloom/CARD.d.ts@1.2.0'. ======== ======== Resolving module './bloom/EXISTS' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/EXISTS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/EXISTS.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/EXISTS.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/EXISTS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './bloom/EXISTS' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/EXISTS.d.ts' with Package ID '@redis/bloom/dist/commands/bloom/EXISTS.d.ts@1.2.0'. ======== ======== Resolving module './bloom/INFO' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/INFO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/INFO.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/INFO.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/INFO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './bloom/INFO' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/INFO.d.ts' with Package ID '@redis/bloom/dist/commands/bloom/INFO.d.ts@1.2.0'. ======== ======== Resolving module './bloom/INSERT' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/INSERT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/INSERT.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/INSERT.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/INSERT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './bloom/INSERT' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/INSERT.d.ts' with Package ID '@redis/bloom/dist/commands/bloom/INSERT.d.ts@1.2.0'. ======== ======== Resolving module './bloom/LOADCHUNK' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/LOADCHUNK', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/LOADCHUNK.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/LOADCHUNK.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/LOADCHUNK.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './bloom/LOADCHUNK' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/LOADCHUNK.d.ts' with Package ID '@redis/bloom/dist/commands/bloom/LOADCHUNK.d.ts@1.2.0'. ======== ======== Resolving module './bloom/MADD' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/MADD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/MADD.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/MADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/MADD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './bloom/MADD' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/MADD.d.ts' with Package ID '@redis/bloom/dist/commands/bloom/MADD.d.ts@1.2.0'. ======== ======== Resolving module './bloom/MEXISTS' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/MEXISTS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/MEXISTS.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/MEXISTS.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/MEXISTS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './bloom/MEXISTS' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/MEXISTS.d.ts' with Package ID '@redis/bloom/dist/commands/bloom/MEXISTS.d.ts@1.2.0'. ======== ======== Resolving module './bloom/RESERVE' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/RESERVE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/RESERVE.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/RESERVE.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/RESERVE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './bloom/RESERVE' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/RESERVE.d.ts' with Package ID '@redis/bloom/dist/commands/bloom/RESERVE.d.ts@1.2.0'. ======== ======== Resolving module './bloom/SCANDUMP' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/SCANDUMP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/SCANDUMP.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/SCANDUMP.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/SCANDUMP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './bloom/SCANDUMP' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/SCANDUMP.d.ts' with Package ID '@redis/bloom/dist/commands/bloom/SCANDUMP.d.ts@1.2.0'. ======== ======== Resolving module './count-min-sketch/INCRBY' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INCRBY', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INCRBY.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INCRBY.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INCRBY.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './count-min-sketch/INCRBY' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INCRBY.d.ts' with Package ID '@redis/bloom/dist/commands/count-min-sketch/INCRBY.d.ts@1.2.0'. ======== ======== Resolving module './count-min-sketch/INFO' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INFO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INFO.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INFO.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INFO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './count-min-sketch/INFO' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INFO.d.ts' with Package ID '@redis/bloom/dist/commands/count-min-sketch/INFO.d.ts@1.2.0'. ======== ======== Resolving module './count-min-sketch/INITBYDIM' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INITBYDIM', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INITBYDIM.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INITBYDIM.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INITBYDIM.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './count-min-sketch/INITBYDIM' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INITBYDIM.d.ts' with Package ID '@redis/bloom/dist/commands/count-min-sketch/INITBYDIM.d.ts@1.2.0'. ======== ======== Resolving module './count-min-sketch/INITBYPROB' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INITBYPROB', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INITBYPROB.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INITBYPROB.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INITBYPROB.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './count-min-sketch/INITBYPROB' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/INITBYPROB.d.ts' with Package ID '@redis/bloom/dist/commands/count-min-sketch/INITBYPROB.d.ts@1.2.0'. ======== ======== Resolving module './count-min-sketch/MERGE' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/MERGE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/MERGE.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/MERGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/MERGE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './count-min-sketch/MERGE' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/MERGE.d.ts' with Package ID '@redis/bloom/dist/commands/count-min-sketch/MERGE.d.ts@1.2.0'. ======== ======== Resolving module './count-min-sketch/QUERY' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/QUERY', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/QUERY.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/QUERY.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/QUERY.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './count-min-sketch/QUERY' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/QUERY.d.ts' with Package ID '@redis/bloom/dist/commands/count-min-sketch/QUERY.d.ts@1.2.0'. ======== ======== Resolving module './cuckoo/ADD' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADD.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './cuckoo/ADD' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADD.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/ADD.d.ts@1.2.0'. ======== ======== Resolving module './cuckoo/ADDNX' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADDNX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADDNX.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADDNX.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADDNX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './cuckoo/ADDNX' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADDNX.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/ADDNX.d.ts@1.2.0'. ======== ======== Resolving module './cuckoo/COUNT' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/COUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/COUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/COUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/COUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './cuckoo/COUNT' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/COUNT.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/COUNT.d.ts@1.2.0'. ======== ======== Resolving module './cuckoo/DEL' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/DEL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/DEL.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/DEL.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/DEL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './cuckoo/DEL' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/DEL.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/DEL.d.ts@1.2.0'. ======== ======== Resolving module './cuckoo/EXISTS' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/EXISTS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/EXISTS.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/EXISTS.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/EXISTS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './cuckoo/EXISTS' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/EXISTS.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/EXISTS.d.ts@1.2.0'. ======== ======== Resolving module './cuckoo/INFO' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INFO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INFO.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INFO.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INFO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './cuckoo/INFO' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INFO.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/INFO.d.ts@1.2.0'. ======== ======== Resolving module './cuckoo/INSERT' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERT.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERT.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './cuckoo/INSERT' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERT.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/INSERT.d.ts@1.2.0'. ======== ======== Resolving module './cuckoo/INSERTNX' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERTNX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERTNX.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERTNX.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERTNX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './cuckoo/INSERTNX' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERTNX.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/INSERTNX.d.ts@1.2.0'. ======== ======== Resolving module './cuckoo/LOADCHUNK' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/LOADCHUNK', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/LOADCHUNK.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/LOADCHUNK.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/LOADCHUNK.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './cuckoo/LOADCHUNK' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/LOADCHUNK.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/LOADCHUNK.d.ts@1.2.0'. ======== ======== Resolving module './cuckoo/RESERVE' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/RESERVE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/RESERVE.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/RESERVE.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/RESERVE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './cuckoo/RESERVE' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/RESERVE.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/RESERVE.d.ts@1.2.0'. ======== ======== Resolving module './cuckoo/SCANDUMP' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/SCANDUMP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/SCANDUMP.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/SCANDUMP.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/SCANDUMP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './cuckoo/SCANDUMP' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/SCANDUMP.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/SCANDUMP.d.ts@1.2.0'. ======== ======== Resolving module './t-digest/ADD' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/ADD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/ADD.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/ADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/ADD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './t-digest/ADD' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/ADD.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/ADD.d.ts@1.2.0'. ======== ======== Resolving module './t-digest/BYRANK' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYRANK', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYRANK.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYRANK.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYRANK.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './t-digest/BYRANK' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYRANK.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/BYRANK.d.ts@1.2.0'. ======== ======== Resolving module './t-digest/BYREVRANK' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYREVRANK', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYREVRANK.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYREVRANK.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYREVRANK.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './t-digest/BYREVRANK' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYREVRANK.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/BYREVRANK.d.ts@1.2.0'. ======== ======== Resolving module './t-digest/CDF' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CDF', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CDF.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CDF.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CDF.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './t-digest/CDF' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CDF.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/CDF.d.ts@1.2.0'. ======== ======== Resolving module './t-digest/CREATE' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CREATE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CREATE.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CREATE.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CREATE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './t-digest/CREATE' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CREATE.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/CREATE.d.ts@1.2.0'. ======== ======== Resolving module './t-digest/INFO' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/INFO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/INFO.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/INFO.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/INFO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './t-digest/INFO' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/INFO.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/INFO.d.ts@1.2.0'. ======== ======== Resolving module './t-digest/MAX' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MAX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MAX.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MAX.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MAX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './t-digest/MAX' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MAX.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/MAX.d.ts@1.2.0'. ======== ======== Resolving module './t-digest/MERGE' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MERGE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MERGE.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MERGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MERGE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './t-digest/MERGE' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MERGE.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/MERGE.d.ts@1.2.0'. ======== ======== Resolving module './t-digest/MIN' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MIN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MIN.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MIN.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MIN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './t-digest/MIN' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MIN.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/MIN.d.ts@1.2.0'. ======== ======== Resolving module './t-digest/QUANTILE' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/QUANTILE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/QUANTILE.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/QUANTILE.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/QUANTILE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './t-digest/QUANTILE' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/QUANTILE.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/QUANTILE.d.ts@1.2.0'. ======== ======== Resolving module './t-digest/RANK' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RANK', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RANK.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RANK.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RANK.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './t-digest/RANK' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RANK.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/RANK.d.ts@1.2.0'. ======== ======== Resolving module './t-digest/RESET' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RESET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RESET.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RESET.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RESET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './t-digest/RESET' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RESET.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/RESET.d.ts@1.2.0'. ======== ======== Resolving module './t-digest/REVRANK' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/REVRANK', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/REVRANK.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/REVRANK.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/REVRANK.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './t-digest/REVRANK' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/REVRANK.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/REVRANK.d.ts@1.2.0'. ======== ======== Resolving module './t-digest/TRIMMED_MEAN' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './t-digest/TRIMMED_MEAN' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN.d.ts@1.2.0'. ======== ======== Resolving module './top-k/ADD' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/ADD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/ADD.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/ADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/ADD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './top-k/ADD' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/ADD.d.ts' with Package ID '@redis/bloom/dist/commands/top-k/ADD.d.ts@1.2.0'. ======== ======== Resolving module './top-k/COUNT' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/COUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/COUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/COUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/COUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './top-k/COUNT' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/COUNT.d.ts' with Package ID '@redis/bloom/dist/commands/top-k/COUNT.d.ts@1.2.0'. ======== ======== Resolving module './top-k/INCRBY' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/INCRBY', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/INCRBY.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/INCRBY.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/INCRBY.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './top-k/INCRBY' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/INCRBY.d.ts' with Package ID '@redis/bloom/dist/commands/top-k/INCRBY.d.ts@1.2.0'. ======== ======== Resolving module './top-k/INFO' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/INFO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/INFO.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/INFO.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/INFO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './top-k/INFO' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/INFO.d.ts' with Package ID '@redis/bloom/dist/commands/top-k/INFO.d.ts@1.2.0'. ======== ======== Resolving module './top-k/LIST_WITHCOUNT' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/LIST_WITHCOUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/LIST_WITHCOUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/LIST_WITHCOUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/LIST_WITHCOUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './top-k/LIST_WITHCOUNT' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/LIST_WITHCOUNT.d.ts' with Package ID '@redis/bloom/dist/commands/top-k/LIST_WITHCOUNT.d.ts@1.2.0'. ======== ======== Resolving module './top-k/LIST' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/LIST', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/LIST.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/LIST.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/LIST.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './top-k/LIST' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/LIST.d.ts' with Package ID '@redis/bloom/dist/commands/top-k/LIST.d.ts@1.2.0'. ======== ======== Resolving module './top-k/QUERY' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/QUERY', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/QUERY.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/QUERY.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/QUERY.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './top-k/QUERY' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/QUERY.d.ts' with Package ID '@redis/bloom/dist/commands/top-k/QUERY.d.ts@1.2.0'. ======== ======== Resolving module './top-k/RESERVE' from '/tmp/project/node_modules/@redis/bloom/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/RESERVE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/RESERVE.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/RESERVE.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/RESERVE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './top-k/RESERVE' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/RESERVE.d.ts' with Package ID '@redis/bloom/dist/commands/top-k/RESERVE.d.ts@1.2.0'. ======== ======== Resolving module '@redis/client/dist/lib/commands/generic-transformers' from '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/ADD.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/commands/generic-transformers'. 'paths' option is specified, looking for a pattern to match module name '@redis/client/dist/lib/commands/generic-transformers'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/commands/generic-transformers'. Resolving module name '@redis/client/dist/lib/commands/generic-transformers' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/client/dist/lib/commands/generic-transformers'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/client/dist/lib/commands/generic-transformers', target file type 'TypeScript'. Loading module '@redis/client/dist/lib/commands/generic-transformers' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands/generic-transformers' Directory '/tmp/project/node_modules/@redis/bloom/dist/commands/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands/generic-transformers' Directory '/tmp/project/node_modules/@redis/bloom/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands/generic-transformers' Directory '/tmp/project/node_modules/@redis/bloom/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands/generic-transformers' Directory '/tmp/project/node_modules/@redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands/generic-transformers' File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts', result '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts'. ======== Module name '@redis/client/dist/lib/commands/generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands/generic-transformers' from '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/EXISTS.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands/generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom'. ======== Module name '@redis/client/dist/lib/commands/generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/INSERT.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/commands'. 'paths' option is specified, looking for a pattern to match module name '@redis/client/dist/lib/commands'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/commands'. Resolving module name '@redis/client/dist/lib/commands' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/client/dist/lib/commands'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/client/dist/lib/commands', target file type 'TypeScript'. Loading module '@redis/client/dist/lib/commands' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands' Directory '/tmp/project/node_modules/@redis/bloom/dist/commands/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands' Directory '/tmp/project/node_modules/@redis/bloom/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands' Directory '/tmp/project/node_modules/@redis/bloom/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands' Directory '/tmp/project/node_modules/@redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands' File '/tmp/project/node_modules/@redis/client/dist/lib/commands/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/client/dist/lib/commands.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist/index.d.ts' that references '/tmp/project/node_modules/@redis/client/dist/lib/commands/dist/index.d.ts'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/client/dist/lib/commands/dist/index.d.ts', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts', result '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands/generic-transformers' from '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/INSERT.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands/generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom'. ======== Module name '@redis/client/dist/lib/commands/generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/LOADCHUNK.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands/generic-transformers' from '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/MADD.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands/generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom'. ======== Module name '@redis/client/dist/lib/commands/generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands/generic-transformers' from '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom/MEXISTS.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands/generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/bloom'. ======== Module name '@redis/client/dist/lib/commands/generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/QUERY.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/commands'. 'paths' option is specified, looking for a pattern to match module name '@redis/client/dist/lib/commands'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/commands'. Resolving module name '@redis/client/dist/lib/commands' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/client/dist/lib/commands'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/client/dist/lib/commands', target file type 'TypeScript'. Loading module '@redis/client/dist/lib/commands' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@redis/bloom/dist/commands/count-min-sketch/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands' Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands/generic-transformers' from '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADD.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/commands/generic-transformers'. 'paths' option is specified, looking for a pattern to match module name '@redis/client/dist/lib/commands/generic-transformers'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/commands/generic-transformers'. Resolving module name '@redis/client/dist/lib/commands/generic-transformers' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/client/dist/lib/commands/generic-transformers'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/client/dist/lib/commands/generic-transformers', target file type 'TypeScript'. Loading module '@redis/client/dist/lib/commands/generic-transformers' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands/generic-transformers' Resolution for module '@redis/client/dist/lib/commands/generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands'. ======== Module name '@redis/client/dist/lib/commands/generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands/generic-transformers' from '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADDNX.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands/generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo'. ======== Module name '@redis/client/dist/lib/commands/generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands/generic-transformers' from '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/DEL.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands/generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo'. ======== Module name '@redis/client/dist/lib/commands/generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands/generic-transformers' from '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/EXISTS.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands/generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo'. ======== Module name '@redis/client/dist/lib/commands/generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERT.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/commands'. 'paths' option is specified, looking for a pattern to match module name '@redis/client/dist/lib/commands'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/commands'. Resolving module name '@redis/client/dist/lib/commands' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/client/dist/lib/commands'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/client/dist/lib/commands', target file type 'TypeScript'. Loading module '@redis/client/dist/lib/commands' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands' Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERT.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/package.json' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/index.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/index.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/index.d.ts' exist - use it as a name resolution result. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/index.d.ts'. ======== ======== Resolving module '@redis/client/dist/lib/commands/generic-transformers' from '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERT.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands/generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo'. ======== Module name '@redis/client/dist/lib/commands/generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module './ADD' from '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADD.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './ADD' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADD.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/ADD.d.ts@1.2.0'. ======== ======== Resolving module './ADDNX' from '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADDNX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADDNX.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADDNX.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADDNX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './ADDNX' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/ADDNX.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/ADDNX.d.ts@1.2.0'. ======== ======== Resolving module './COUNT' from '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/COUNT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/COUNT.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/COUNT.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/COUNT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './COUNT' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/COUNT.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/COUNT.d.ts@1.2.0'. ======== ======== Resolving module './DEL' from '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/DEL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/DEL.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/DEL.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/DEL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './DEL' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/DEL.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/DEL.d.ts@1.2.0'. ======== ======== Resolving module './EXISTS' from '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/EXISTS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/EXISTS.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/EXISTS.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/EXISTS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './EXISTS' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/EXISTS.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/EXISTS.d.ts@1.2.0'. ======== ======== Resolving module './INFO' from '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INFO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INFO.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INFO.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INFO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './INFO' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INFO.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/INFO.d.ts@1.2.0'. ======== ======== Resolving module './INSERT' from '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERT.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERT.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './INSERT' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERT.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/INSERT.d.ts@1.2.0'. ======== ======== Resolving module './INSERTNX' from '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERTNX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERTNX.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERTNX.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERTNX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './INSERTNX' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERTNX.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/INSERTNX.d.ts@1.2.0'. ======== ======== Resolving module './LOADCHUNK' from '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/LOADCHUNK', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/LOADCHUNK.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/LOADCHUNK.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/LOADCHUNK.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './LOADCHUNK' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/LOADCHUNK.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/LOADCHUNK.d.ts@1.2.0'. ======== ======== Resolving module './RESERVE' from '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/RESERVE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/RESERVE.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/RESERVE.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/RESERVE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './RESERVE' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/RESERVE.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/RESERVE.d.ts@1.2.0'. ======== ======== Resolving module './SCANDUMP' from '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/SCANDUMP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/SCANDUMP.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/SCANDUMP.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/SCANDUMP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './SCANDUMP' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/SCANDUMP.d.ts' with Package ID '@redis/bloom/dist/commands/cuckoo/SCANDUMP.d.ts@1.2.0'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/index.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERTNX.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERTNX.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/index.d.ts'. ======== ======== Resolving module '@redis/client/dist/lib/commands/generic-transformers' from '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/INSERTNX.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands/generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo'. ======== Module name '@redis/client/dist/lib/commands/generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo/LOADCHUNK.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/cuckoo'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/ADD.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/commands'. 'paths' option is specified, looking for a pattern to match module name '@redis/client/dist/lib/commands'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/commands'. Resolving module name '@redis/client/dist/lib/commands' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/client/dist/lib/commands'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/client/dist/lib/commands', target file type 'TypeScript'. Loading module '@redis/client/dist/lib/commands' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands' Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYRANK.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYRANK.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/package.json' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/index.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/index.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/index.d.ts' exist - use it as a name resolution result. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/index.d.ts'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/index.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module './ADD' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/ADD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/ADD.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/ADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/ADD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './ADD' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/ADD.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/ADD.d.ts@1.2.0'. ======== ======== Resolving module './BYRANK' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYRANK', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYRANK.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYRANK.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYRANK.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './BYRANK' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYRANK.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/BYRANK.d.ts@1.2.0'. ======== ======== Resolving module './BYREVRANK' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYREVRANK', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYREVRANK.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYREVRANK.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYREVRANK.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './BYREVRANK' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYREVRANK.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/BYREVRANK.d.ts@1.2.0'. ======== ======== Resolving module './CDF' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CDF', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CDF.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CDF.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CDF.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './CDF' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CDF.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/CDF.d.ts@1.2.0'. ======== ======== Resolving module './CREATE' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CREATE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CREATE.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CREATE.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CREATE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './CREATE' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CREATE.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/CREATE.d.ts@1.2.0'. ======== ======== Resolving module './INFO' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/INFO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/INFO.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/INFO.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/INFO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './INFO' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/INFO.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/INFO.d.ts@1.2.0'. ======== ======== Resolving module './MAX' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MAX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MAX.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MAX.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MAX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './MAX' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MAX.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/MAX.d.ts@1.2.0'. ======== ======== Resolving module './MERGE' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MERGE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MERGE.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MERGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MERGE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './MERGE' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MERGE.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/MERGE.d.ts@1.2.0'. ======== ======== Resolving module './MIN' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MIN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MIN.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MIN.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MIN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './MIN' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MIN.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/MIN.d.ts@1.2.0'. ======== ======== Resolving module './QUANTILE' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/QUANTILE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/QUANTILE.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/QUANTILE.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/QUANTILE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './QUANTILE' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/QUANTILE.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/QUANTILE.d.ts@1.2.0'. ======== ======== Resolving module './RANK' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RANK', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RANK.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RANK.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RANK.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './RANK' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RANK.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/RANK.d.ts@1.2.0'. ======== ======== Resolving module './RESET' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RESET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RESET.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RESET.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RESET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './RESET' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RESET.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/RESET.d.ts@1.2.0'. ======== ======== Resolving module './REVRANK' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/REVRANK', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/REVRANK.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/REVRANK.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/REVRANK.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './REVRANK' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/REVRANK.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/REVRANK.d.ts@1.2.0'. ======== ======== Resolving module './TRIMMED_MEAN' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN.ts' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN.tsx' does not exist. File '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/bloom/package.json' exists according to earlier cached lookups. ======== Module name './TRIMMED_MEAN' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN.d.ts' with Package ID '@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN.d.ts@1.2.0'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYREVRANK.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/BYREVRANK.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/index.d.ts'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CDF.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CDF.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/index.d.ts'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CREATE.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/CREATE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/index.d.ts'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/INFO.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MAX.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MAX.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/index.d.ts'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MERGE.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MERGE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/index.d.ts'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MIN.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/MIN.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/index.d.ts'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/QUANTILE.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/QUANTILE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/index.d.ts'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RANK.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/RESET.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/REVRANK.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/bloom/dist/commands/t-digest/index.d.ts'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/ADD.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/commands'. 'paths' option is specified, looking for a pattern to match module name '@redis/client/dist/lib/commands'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/commands'. Resolving module name '@redis/client/dist/lib/commands' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/client/dist/lib/commands'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/client/dist/lib/commands', target file type 'TypeScript'. Loading module '@redis/client/dist/lib/commands' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands' Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/COUNT.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k/QUERY.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/bloom/dist/commands/top-k'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module './commands' from '/tmp/project/node_modules/@redis/graph/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/graph/dist/commands', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/graph/dist/commands.ts' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands.tsx' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands.d.ts' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/package.json' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/index.ts' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/index.tsx' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/index.d.ts' exist - use it as a name resolution result. ======== Module name './commands' was successfully resolved to '/tmp/project/node_modules/@redis/graph/dist/commands/index.d.ts'. ======== ======== Resolving module './graph' from '/tmp/project/node_modules/@redis/graph/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/graph/dist/graph', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/graph/dist/graph.ts' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/graph.tsx' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/graph.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/graph/package.json' exists according to earlier cached lookups. ======== Module name './graph' was successfully resolved to '/tmp/project/node_modules/@redis/graph/dist/graph.d.ts' with Package ID '@redis/graph/dist/graph.d.ts@1.1.0'. ======== ======== Resolving module './CONFIG_GET' from '/tmp/project/node_modules/@redis/graph/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/graph/dist/commands/CONFIG_GET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/graph/dist/commands/CONFIG_GET.ts' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/CONFIG_GET.tsx' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/CONFIG_GET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/graph/package.json' exists according to earlier cached lookups. ======== Module name './CONFIG_GET' was successfully resolved to '/tmp/project/node_modules/@redis/graph/dist/commands/CONFIG_GET.d.ts' with Package ID '@redis/graph/dist/commands/CONFIG_GET.d.ts@1.1.0'. ======== ======== Resolving module './CONFIG_SET' from '/tmp/project/node_modules/@redis/graph/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/graph/dist/commands/CONFIG_SET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/graph/dist/commands/CONFIG_SET.ts' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/CONFIG_SET.tsx' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/CONFIG_SET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/graph/package.json' exists according to earlier cached lookups. ======== Module name './CONFIG_SET' was successfully resolved to '/tmp/project/node_modules/@redis/graph/dist/commands/CONFIG_SET.d.ts' with Package ID '@redis/graph/dist/commands/CONFIG_SET.d.ts@1.1.0'. ======== ======== Resolving module './DELETE' from '/tmp/project/node_modules/@redis/graph/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/graph/dist/commands/DELETE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/graph/dist/commands/DELETE.ts' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/DELETE.tsx' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/DELETE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/graph/package.json' exists according to earlier cached lookups. ======== Module name './DELETE' was successfully resolved to '/tmp/project/node_modules/@redis/graph/dist/commands/DELETE.d.ts' with Package ID '@redis/graph/dist/commands/DELETE.d.ts@1.1.0'. ======== ======== Resolving module './EXPLAIN' from '/tmp/project/node_modules/@redis/graph/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/graph/dist/commands/EXPLAIN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/graph/dist/commands/EXPLAIN.ts' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/EXPLAIN.tsx' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/EXPLAIN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/graph/package.json' exists according to earlier cached lookups. ======== Module name './EXPLAIN' was successfully resolved to '/tmp/project/node_modules/@redis/graph/dist/commands/EXPLAIN.d.ts' with Package ID '@redis/graph/dist/commands/EXPLAIN.d.ts@1.1.0'. ======== ======== Resolving module './LIST' from '/tmp/project/node_modules/@redis/graph/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/graph/dist/commands/LIST', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/graph/dist/commands/LIST.ts' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/LIST.tsx' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/LIST.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/graph/package.json' exists according to earlier cached lookups. ======== Module name './LIST' was successfully resolved to '/tmp/project/node_modules/@redis/graph/dist/commands/LIST.d.ts' with Package ID '@redis/graph/dist/commands/LIST.d.ts@1.1.0'. ======== ======== Resolving module './PROFILE' from '/tmp/project/node_modules/@redis/graph/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/graph/dist/commands/PROFILE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/graph/dist/commands/PROFILE.ts' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/PROFILE.tsx' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/PROFILE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/graph/package.json' exists according to earlier cached lookups. ======== Module name './PROFILE' was successfully resolved to '/tmp/project/node_modules/@redis/graph/dist/commands/PROFILE.d.ts' with Package ID '@redis/graph/dist/commands/PROFILE.d.ts@1.1.0'. ======== ======== Resolving module './QUERY' from '/tmp/project/node_modules/@redis/graph/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/graph/dist/commands/QUERY', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/graph/dist/commands/QUERY.ts' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/QUERY.tsx' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/QUERY.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/graph/package.json' exists according to earlier cached lookups. ======== Module name './QUERY' was successfully resolved to '/tmp/project/node_modules/@redis/graph/dist/commands/QUERY.d.ts' with Package ID '@redis/graph/dist/commands/QUERY.d.ts@1.1.0'. ======== ======== Resolving module './RO_QUERY' from '/tmp/project/node_modules/@redis/graph/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/graph/dist/commands/RO_QUERY', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/graph/dist/commands/RO_QUERY.ts' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/RO_QUERY.tsx' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/RO_QUERY.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/graph/package.json' exists according to earlier cached lookups. ======== Module name './RO_QUERY' was successfully resolved to '/tmp/project/node_modules/@redis/graph/dist/commands/RO_QUERY.d.ts' with Package ID '@redis/graph/dist/commands/RO_QUERY.d.ts@1.1.0'. ======== ======== Resolving module './SLOWLOG' from '/tmp/project/node_modules/@redis/graph/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/graph/dist/commands/SLOWLOG', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/graph/dist/commands/SLOWLOG.ts' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/SLOWLOG.tsx' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/SLOWLOG.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/graph/package.json' exists according to earlier cached lookups. ======== Module name './SLOWLOG' was successfully resolved to '/tmp/project/node_modules/@redis/graph/dist/commands/SLOWLOG.d.ts' with Package ID '@redis/graph/dist/commands/SLOWLOG.d.ts@1.1.0'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/graph/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/commands'. 'paths' option is specified, looking for a pattern to match module name '@redis/client/dist/lib/commands'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/commands'. Resolving module name '@redis/client/dist/lib/commands' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/client/dist/lib/commands'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/client/dist/lib/commands', target file type 'TypeScript'. Loading module '@redis/client/dist/lib/commands' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@redis/graph/dist/commands/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands' Directory '/tmp/project/node_modules/@redis/graph/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands' Directory '/tmp/project/node_modules/@redis/graph/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands' Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands/index' from '/tmp/project/node_modules/@redis/graph/dist/commands/QUERY.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/commands/index'. 'paths' option is specified, looking for a pattern to match module name '@redis/client/dist/lib/commands/index'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/commands/index'. Resolving module name '@redis/client/dist/lib/commands/index' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/client/dist/lib/commands/index'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/client/dist/lib/commands/index', target file type 'TypeScript'. Loading module '@redis/client/dist/lib/commands/index' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@redis/graph/dist/commands/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands/index' Directory '/tmp/project/node_modules/@redis/graph/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands/index' Directory '/tmp/project/node_modules/@redis/graph/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands/index' Directory '/tmp/project/node_modules/@redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands/index' File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts', result '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts'. ======== Module name '@redis/client/dist/lib/commands/index' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/graph/dist/commands/QUERY.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/graph/dist/commands/', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/graph/dist/commands/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@redis/graph/dist/commands/index.ts' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/index.tsx' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/index.d.ts' exist - use it as a name resolution result. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/graph/dist/commands/index.d.ts'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/graph/dist/commands/RO_QUERY.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/graph/dist/commands'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/graph/dist/commands/RO_QUERY.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/graph/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/graph/dist/commands/index.d.ts'. ======== ======== Resolving module './QUERY' from '/tmp/project/node_modules/@redis/graph/dist/commands/RO_QUERY.d.ts'. ======== Resolution for module './QUERY' was found in cache from location '/tmp/project/node_modules/@redis/graph/dist/commands'. ======== Module name './QUERY' was successfully resolved to '/tmp/project/node_modules/@redis/graph/dist/commands/QUERY.d.ts' with Package ID '@redis/graph/dist/commands/QUERY.d.ts@1.1.0'. ======== ======== Resolving module '@redis/client/dist/lib/client/index' from '/tmp/project/node_modules/@redis/graph/dist/graph.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/client/index'. 'paths' option is specified, looking for a pattern to match module name '@redis/client/dist/lib/client/index'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/client/index'. Resolving module name '@redis/client/dist/lib/client/index' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/client/dist/lib/client/index'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/client/dist/lib/client/index', target file type 'TypeScript'. Loading module '@redis/client/dist/lib/client/index' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@redis/graph/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/client/index' Directory '/tmp/project/node_modules/@redis/graph/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/client/index' Directory '/tmp/project/node_modules/@redis/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/client/index' File '/tmp/project/node_modules/@redis/client/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@redis/client/dist/lib/client/index.ts' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client/index.tsx' does not exist. File '/tmp/project/node_modules/@redis/client/dist/lib/client/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@redis/client/dist/lib/client/index.d.ts', result '/tmp/project/node_modules/@redis/client/dist/lib/client/index.d.ts'. ======== Module name '@redis/client/dist/lib/client/index' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/client/index.d.ts' with Package ID '@redis/client/dist/lib/client/index.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/graph/dist/graph.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/commands'. 'paths' option is specified, looking for a pattern to match module name '@redis/client/dist/lib/commands'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/commands'. Resolving module name '@redis/client/dist/lib/commands' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/client/dist/lib/commands'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/client/dist/lib/commands', target file type 'TypeScript'. Loading module '@redis/client/dist/lib/commands' from 'node_modules' folder, target file type 'TypeScript'. Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/graph/dist'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module './commands' from '/tmp/project/node_modules/@redis/graph/dist/graph.d.ts'. ======== Resolution for module './commands' was found in cache from location '/tmp/project/node_modules/@redis/graph/dist'. ======== Module name './commands' was successfully resolved to '/tmp/project/node_modules/@redis/graph/dist/commands/index.d.ts'. ======== ======== Resolving module './commands/QUERY' from '/tmp/project/node_modules/@redis/graph/dist/graph.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/graph/dist/commands/QUERY', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/graph/dist/commands/QUERY.ts' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/QUERY.tsx' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/QUERY.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/graph/package.json' exists according to earlier cached lookups. ======== Module name './commands/QUERY' was successfully resolved to '/tmp/project/node_modules/@redis/graph/dist/commands/QUERY.d.ts' with Package ID '@redis/graph/dist/commands/QUERY.d.ts@1.1.0'. ======== ======== Resolving module './commands/RO_QUERY' from '/tmp/project/node_modules/@redis/graph/dist/graph.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/graph/dist/commands/RO_QUERY', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/graph/dist/commands/RO_QUERY.ts' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/RO_QUERY.tsx' does not exist. File '/tmp/project/node_modules/@redis/graph/dist/commands/RO_QUERY.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/graph/package.json' exists according to earlier cached lookups. ======== Module name './commands/RO_QUERY' was successfully resolved to '/tmp/project/node_modules/@redis/graph/dist/commands/RO_QUERY.d.ts' with Package ID '@redis/graph/dist/commands/RO_QUERY.d.ts@1.1.0'. ======== ======== Resolving module './commands' from '/tmp/project/node_modules/@redis/json/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/json/dist/commands', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/json/dist/commands.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands.d.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/package.json' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/index.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/index.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts' exist - use it as a name resolution result. ======== Module name './commands' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== ======== Resolving module './ARRAPPEND' from '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/json/dist/commands/ARRAPPEND', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRAPPEND.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRAPPEND.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRAPPEND.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. ======== Module name './ARRAPPEND' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/ARRAPPEND.d.ts' with Package ID '@redis/json/dist/commands/ARRAPPEND.d.ts@1.0.4'. ======== ======== Resolving module './ARRINDEX' from '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/json/dist/commands/ARRINDEX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRINDEX.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRINDEX.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRINDEX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. ======== Module name './ARRINDEX' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/ARRINDEX.d.ts' with Package ID '@redis/json/dist/commands/ARRINDEX.d.ts@1.0.4'. ======== ======== Resolving module './ARRINSERT' from '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/json/dist/commands/ARRINSERT', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRINSERT.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRINSERT.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRINSERT.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. ======== Module name './ARRINSERT' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/ARRINSERT.d.ts' with Package ID '@redis/json/dist/commands/ARRINSERT.d.ts@1.0.4'. ======== ======== Resolving module './ARRLEN' from '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/json/dist/commands/ARRLEN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRLEN.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRLEN.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRLEN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. ======== Module name './ARRLEN' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/ARRLEN.d.ts' with Package ID '@redis/json/dist/commands/ARRLEN.d.ts@1.0.4'. ======== ======== Resolving module './ARRPOP' from '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/json/dist/commands/ARRPOP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRPOP.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRPOP.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRPOP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. ======== Module name './ARRPOP' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/ARRPOP.d.ts' with Package ID '@redis/json/dist/commands/ARRPOP.d.ts@1.0.4'. ======== ======== Resolving module './ARRTRIM' from '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/json/dist/commands/ARRTRIM', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRTRIM.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRTRIM.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/ARRTRIM.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. ======== Module name './ARRTRIM' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/ARRTRIM.d.ts' with Package ID '@redis/json/dist/commands/ARRTRIM.d.ts@1.0.4'. ======== ======== Resolving module './DEBUG_MEMORY' from '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/json/dist/commands/DEBUG_MEMORY', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/json/dist/commands/DEBUG_MEMORY.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/DEBUG_MEMORY.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/DEBUG_MEMORY.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. ======== Module name './DEBUG_MEMORY' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/DEBUG_MEMORY.d.ts' with Package ID '@redis/json/dist/commands/DEBUG_MEMORY.d.ts@1.0.4'. ======== ======== Resolving module './DEL' from '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/json/dist/commands/DEL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/json/dist/commands/DEL.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/DEL.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/DEL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. ======== Module name './DEL' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/DEL.d.ts' with Package ID '@redis/json/dist/commands/DEL.d.ts@1.0.4'. ======== ======== Resolving module './FORGET' from '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/json/dist/commands/FORGET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/json/dist/commands/FORGET.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/FORGET.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/FORGET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. ======== Module name './FORGET' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/FORGET.d.ts' with Package ID '@redis/json/dist/commands/FORGET.d.ts@1.0.4'. ======== ======== Resolving module './GET' from '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/json/dist/commands/GET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/json/dist/commands/GET.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/GET.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/GET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. ======== Module name './GET' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/GET.d.ts' with Package ID '@redis/json/dist/commands/GET.d.ts@1.0.4'. ======== ======== Resolving module './MGET' from '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/json/dist/commands/MGET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/json/dist/commands/MGET.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/MGET.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/MGET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. ======== Module name './MGET' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/MGET.d.ts' with Package ID '@redis/json/dist/commands/MGET.d.ts@1.0.4'. ======== ======== Resolving module './NUMINCRBY' from '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/json/dist/commands/NUMINCRBY', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/json/dist/commands/NUMINCRBY.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/NUMINCRBY.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/NUMINCRBY.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. ======== Module name './NUMINCRBY' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/NUMINCRBY.d.ts' with Package ID '@redis/json/dist/commands/NUMINCRBY.d.ts@1.0.4'. ======== ======== Resolving module './NUMMULTBY' from '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/json/dist/commands/NUMMULTBY', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/json/dist/commands/NUMMULTBY.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/NUMMULTBY.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/NUMMULTBY.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. ======== Module name './NUMMULTBY' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/NUMMULTBY.d.ts' with Package ID '@redis/json/dist/commands/NUMMULTBY.d.ts@1.0.4'. ======== ======== Resolving module './OBJKEYS' from '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/json/dist/commands/OBJKEYS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/json/dist/commands/OBJKEYS.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/OBJKEYS.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/OBJKEYS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. ======== Module name './OBJKEYS' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/OBJKEYS.d.ts' with Package ID '@redis/json/dist/commands/OBJKEYS.d.ts@1.0.4'. ======== ======== Resolving module './OBJLEN' from '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/json/dist/commands/OBJLEN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/json/dist/commands/OBJLEN.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/OBJLEN.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/OBJLEN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. ======== Module name './OBJLEN' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/OBJLEN.d.ts' with Package ID '@redis/json/dist/commands/OBJLEN.d.ts@1.0.4'. ======== ======== Resolving module './RESP' from '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/json/dist/commands/RESP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/json/dist/commands/RESP.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/RESP.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/RESP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. ======== Module name './RESP' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/RESP.d.ts' with Package ID '@redis/json/dist/commands/RESP.d.ts@1.0.4'. ======== ======== Resolving module './SET' from '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/json/dist/commands/SET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/json/dist/commands/SET.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/SET.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/SET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. ======== Module name './SET' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/SET.d.ts' with Package ID '@redis/json/dist/commands/SET.d.ts@1.0.4'. ======== ======== Resolving module './STRAPPEND' from '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/json/dist/commands/STRAPPEND', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/json/dist/commands/STRAPPEND.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/STRAPPEND.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/STRAPPEND.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. ======== Module name './STRAPPEND' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/STRAPPEND.d.ts' with Package ID '@redis/json/dist/commands/STRAPPEND.d.ts@1.0.4'. ======== ======== Resolving module './STRLEN' from '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/json/dist/commands/STRLEN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/json/dist/commands/STRLEN.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/STRLEN.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/STRLEN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. ======== Module name './STRLEN' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/STRLEN.d.ts' with Package ID '@redis/json/dist/commands/STRLEN.d.ts@1.0.4'. ======== ======== Resolving module './TYPE' from '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/json/dist/commands/TYPE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/json/dist/commands/TYPE.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/TYPE.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/TYPE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/json/package.json' exists according to earlier cached lookups. ======== Module name './TYPE' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/TYPE.d.ts' with Package ID '@redis/json/dist/commands/TYPE.d.ts@1.0.4'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/json/dist/commands/ARRAPPEND.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/json/dist/commands/', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/json/dist/commands/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@redis/json/dist/commands/index.ts' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/index.tsx' does not exist. File '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts' exist - use it as a name resolution result. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/json/dist/commands/ARRINDEX.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/json/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/json/dist/commands/ARRINSERT.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/json/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/json/dist/commands/ARRPOP.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/json/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/json/dist/commands/GET.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/commands'. 'paths' option is specified, looking for a pattern to match module name '@redis/client/dist/lib/commands'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/commands'. Resolving module name '@redis/client/dist/lib/commands' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/client/dist/lib/commands'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/client/dist/lib/commands', target file type 'TypeScript'. Loading module '@redis/client/dist/lib/commands' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@redis/json/dist/commands/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands' Directory '/tmp/project/node_modules/@redis/json/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands' Directory '/tmp/project/node_modules/@redis/json/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands' Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/json/dist/commands/GET.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/json/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/json/dist/commands/MGET.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/json/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/json/dist/commands/NUMINCRBY.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/json/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/json/dist/commands/NUMMULTBY.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/json/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/json/dist/commands/SET.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/json/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/json/dist/commands/index.d.ts'. ======== ======== Resolving module './commands' from '/tmp/project/node_modules/@redis/search/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands.d.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/package.json' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/index.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/index.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts' exist - use it as a name resolution result. ======== Module name './commands' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== ======== Resolving module './commands/AGGREGATE' from '/tmp/project/node_modules/@redis/search/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './commands/AGGREGATE' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE.d.ts' with Package ID '@redis/search/dist/commands/AGGREGATE.d.ts@1.1.2'. ======== ======== Resolving module './commands/SEARCH' from '/tmp/project/node_modules/@redis/search/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/SEARCH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/SEARCH.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SEARCH.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SEARCH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './commands/SEARCH' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SEARCH.d.ts' with Package ID '@redis/search/dist/commands/SEARCH.d.ts@1.1.2'. ======== ======== Resolving module './_LIST' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/_LIST', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/_LIST.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/_LIST.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/_LIST.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './_LIST' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/_LIST.d.ts' with Package ID '@redis/search/dist/commands/_LIST.d.ts@1.1.2'. ======== ======== Resolving module './ALTER' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/ALTER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/ALTER.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/ALTER.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/ALTER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './ALTER' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/ALTER.d.ts' with Package ID '@redis/search/dist/commands/ALTER.d.ts@1.1.2'. ======== ======== Resolving module './AGGREGATE_WITHCURSOR' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE_WITHCURSOR', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE_WITHCURSOR.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE_WITHCURSOR.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE_WITHCURSOR.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './AGGREGATE_WITHCURSOR' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE_WITHCURSOR.d.ts' with Package ID '@redis/search/dist/commands/AGGREGATE_WITHCURSOR.d.ts@1.1.2'. ======== ======== Resolving module './AGGREGATE' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './AGGREGATE' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE.d.ts' with Package ID '@redis/search/dist/commands/AGGREGATE.d.ts@1.1.2'. ======== ======== Resolving module './ALIASADD' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/ALIASADD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/ALIASADD.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/ALIASADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/ALIASADD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './ALIASADD' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/ALIASADD.d.ts' with Package ID '@redis/search/dist/commands/ALIASADD.d.ts@1.1.2'. ======== ======== Resolving module './ALIASDEL' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/ALIASDEL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/ALIASDEL.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/ALIASDEL.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/ALIASDEL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './ALIASDEL' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/ALIASDEL.d.ts' with Package ID '@redis/search/dist/commands/ALIASDEL.d.ts@1.1.2'. ======== ======== Resolving module './ALIASUPDATE' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/ALIASUPDATE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/ALIASUPDATE.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/ALIASUPDATE.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/ALIASUPDATE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './ALIASUPDATE' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/ALIASUPDATE.d.ts' with Package ID '@redis/search/dist/commands/ALIASUPDATE.d.ts@1.1.2'. ======== ======== Resolving module './CONFIG_GET' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/CONFIG_GET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/CONFIG_GET.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/CONFIG_GET.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/CONFIG_GET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './CONFIG_GET' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/CONFIG_GET.d.ts' with Package ID '@redis/search/dist/commands/CONFIG_GET.d.ts@1.1.2'. ======== ======== Resolving module './CONFIG_SET' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/CONFIG_SET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/CONFIG_SET.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/CONFIG_SET.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/CONFIG_SET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './CONFIG_SET' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/CONFIG_SET.d.ts' with Package ID '@redis/search/dist/commands/CONFIG_SET.d.ts@1.1.2'. ======== ======== Resolving module './CREATE' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/CREATE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/CREATE.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/CREATE.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/CREATE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './CREATE' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/CREATE.d.ts' with Package ID '@redis/search/dist/commands/CREATE.d.ts@1.1.2'. ======== ======== Resolving module './CURSOR_DEL' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/CURSOR_DEL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/CURSOR_DEL.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/CURSOR_DEL.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/CURSOR_DEL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './CURSOR_DEL' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/CURSOR_DEL.d.ts' with Package ID '@redis/search/dist/commands/CURSOR_DEL.d.ts@1.1.2'. ======== ======== Resolving module './CURSOR_READ' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/CURSOR_READ', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/CURSOR_READ.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/CURSOR_READ.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/CURSOR_READ.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './CURSOR_READ' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/CURSOR_READ.d.ts' with Package ID '@redis/search/dist/commands/CURSOR_READ.d.ts@1.1.2'. ======== ======== Resolving module './DICTADD' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/DICTADD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/DICTADD.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/DICTADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/DICTADD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './DICTADD' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/DICTADD.d.ts' with Package ID '@redis/search/dist/commands/DICTADD.d.ts@1.1.2'. ======== ======== Resolving module './DICTDEL' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/DICTDEL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/DICTDEL.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/DICTDEL.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/DICTDEL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './DICTDEL' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/DICTDEL.d.ts' with Package ID '@redis/search/dist/commands/DICTDEL.d.ts@1.1.2'. ======== ======== Resolving module './DICTDUMP' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/DICTDUMP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/DICTDUMP.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/DICTDUMP.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/DICTDUMP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './DICTDUMP' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/DICTDUMP.d.ts' with Package ID '@redis/search/dist/commands/DICTDUMP.d.ts@1.1.2'. ======== ======== Resolving module './DROPINDEX' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/DROPINDEX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/DROPINDEX.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/DROPINDEX.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/DROPINDEX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './DROPINDEX' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/DROPINDEX.d.ts' with Package ID '@redis/search/dist/commands/DROPINDEX.d.ts@1.1.2'. ======== ======== Resolving module './EXPLAIN' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/EXPLAIN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/EXPLAIN.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/EXPLAIN.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/EXPLAIN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './EXPLAIN' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/EXPLAIN.d.ts' with Package ID '@redis/search/dist/commands/EXPLAIN.d.ts@1.1.2'. ======== ======== Resolving module './EXPLAINCLI' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/EXPLAINCLI', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/EXPLAINCLI.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/EXPLAINCLI.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/EXPLAINCLI.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './EXPLAINCLI' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/EXPLAINCLI.d.ts' with Package ID '@redis/search/dist/commands/EXPLAINCLI.d.ts@1.1.2'. ======== ======== Resolving module './INFO' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/INFO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/INFO.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/INFO.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/INFO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './INFO' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/INFO.d.ts' with Package ID '@redis/search/dist/commands/INFO.d.ts@1.1.2'. ======== ======== Resolving module './PROFILE_SEARCH' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/PROFILE_SEARCH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/PROFILE_SEARCH.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/PROFILE_SEARCH.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/PROFILE_SEARCH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './PROFILE_SEARCH' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/PROFILE_SEARCH.d.ts' with Package ID '@redis/search/dist/commands/PROFILE_SEARCH.d.ts@1.1.2'. ======== ======== Resolving module './PROFILE_AGGREGATE' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/PROFILE_AGGREGATE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/PROFILE_AGGREGATE.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/PROFILE_AGGREGATE.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/PROFILE_AGGREGATE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './PROFILE_AGGREGATE' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/PROFILE_AGGREGATE.d.ts' with Package ID '@redis/search/dist/commands/PROFILE_AGGREGATE.d.ts@1.1.2'. ======== ======== Resolving module './SEARCH' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/SEARCH', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/SEARCH.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SEARCH.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SEARCH.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './SEARCH' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SEARCH.d.ts' with Package ID '@redis/search/dist/commands/SEARCH.d.ts@1.1.2'. ======== ======== Resolving module './SPELLCHECK' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/SPELLCHECK', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/SPELLCHECK.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SPELLCHECK.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SPELLCHECK.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './SPELLCHECK' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SPELLCHECK.d.ts' with Package ID '@redis/search/dist/commands/SPELLCHECK.d.ts@1.1.2'. ======== ======== Resolving module './SUGADD' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/SUGADD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGADD.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGADD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './SUGADD' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SUGADD.d.ts' with Package ID '@redis/search/dist/commands/SUGADD.d.ts@1.1.2'. ======== ======== Resolving module './SUGDEL' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/SUGDEL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGDEL.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGDEL.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGDEL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './SUGDEL' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SUGDEL.d.ts' with Package ID '@redis/search/dist/commands/SUGDEL.d.ts@1.1.2'. ======== ======== Resolving module './SUGGET_WITHPAYLOADS' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHPAYLOADS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHPAYLOADS.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHPAYLOADS.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHPAYLOADS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './SUGGET_WITHPAYLOADS' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHPAYLOADS.d.ts' with Package ID '@redis/search/dist/commands/SUGGET_WITHPAYLOADS.d.ts@1.1.2'. ======== ======== Resolving module './SUGGET_WITHSCORES_WITHPAYLOADS' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './SUGGET_WITHSCORES_WITHPAYLOADS' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS.d.ts' with Package ID '@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS.d.ts@1.1.2'. ======== ======== Resolving module './SUGGET_WITHSCORES' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './SUGGET_WITHSCORES' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES.d.ts' with Package ID '@redis/search/dist/commands/SUGGET_WITHSCORES.d.ts@1.1.2'. ======== ======== Resolving module './SUGGET' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './SUGGET' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET.d.ts' with Package ID '@redis/search/dist/commands/SUGGET.d.ts@1.1.2'. ======== ======== Resolving module './SUGLEN' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/SUGLEN', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGLEN.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGLEN.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SUGLEN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './SUGLEN' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SUGLEN.d.ts' with Package ID '@redis/search/dist/commands/SUGLEN.d.ts@1.1.2'. ======== ======== Resolving module './SYNDUMP' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/SYNDUMP', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/SYNDUMP.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SYNDUMP.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SYNDUMP.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './SYNDUMP' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SYNDUMP.d.ts' with Package ID '@redis/search/dist/commands/SYNDUMP.d.ts@1.1.2'. ======== ======== Resolving module './SYNUPDATE' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/SYNUPDATE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/SYNUPDATE.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SYNUPDATE.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/SYNUPDATE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './SYNUPDATE' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SYNUPDATE.d.ts' with Package ID '@redis/search/dist/commands/SYNUPDATE.d.ts@1.1.2'. ======== ======== Resolving module './TAGVALS' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/TAGVALS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/TAGVALS.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/TAGVALS.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/TAGVALS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/search/package.json' exists according to earlier cached lookups. ======== Module name './TAGVALS' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/TAGVALS.d.ts' with Package ID '@redis/search/dist/commands/TAGVALS.d.ts@1.1.2'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/commands'. 'paths' option is specified, looking for a pattern to match module name '@redis/client/dist/lib/commands'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/commands'. Resolving module name '@redis/client/dist/lib/commands' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/client/dist/lib/commands'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/client/dist/lib/commands', target file type 'TypeScript'. Loading module '@redis/client/dist/lib/commands' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@redis/search/dist/commands/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands' Directory '/tmp/project/node_modules/@redis/search/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands' Directory '/tmp/project/node_modules/@redis/search/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands' Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/search/dist/commands/ALTER.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/search/dist/commands/', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/search/dist/commands/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@redis/search/dist/commands/index.ts' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/index.tsx' does not exist. File '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts' exist - use it as a name resolution result. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== ======== Resolving module './AGGREGATE' from '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE_WITHCURSOR.d.ts'. ======== Resolution for module './AGGREGATE' was found in cache from location '/tmp/project/node_modules/@redis/search/dist/commands'. ======== Module name './AGGREGATE' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE.d.ts' with Package ID '@redis/search/dist/commands/AGGREGATE.d.ts@1.1.2'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE_WITHCURSOR.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/search/dist/commands'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/search/dist/commands'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/search/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/search/dist/commands/CREATE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/search/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/search/dist/commands/CURSOR_DEL.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/search/dist/commands'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/search/dist/commands/CURSOR_READ.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/search/dist/commands'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module './AGGREGATE_WITHCURSOR' from '/tmp/project/node_modules/@redis/search/dist/commands/CURSOR_READ.d.ts'. ======== Resolution for module './AGGREGATE_WITHCURSOR' was found in cache from location '/tmp/project/node_modules/@redis/search/dist/commands'. ======== Module name './AGGREGATE_WITHCURSOR' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE_WITHCURSOR.d.ts' with Package ID '@redis/search/dist/commands/AGGREGATE_WITHCURSOR.d.ts@1.1.2'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/search/dist/commands/DICTADD.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/search/dist/commands'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/search/dist/commands/DICTDEL.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/search/dist/commands'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/search/dist/commands/EXPLAIN.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/search/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/search/dist/commands/INFO.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/search/dist/commands'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module './SEARCH' from '/tmp/project/node_modules/@redis/search/dist/commands/PROFILE_SEARCH.d.ts'. ======== Resolution for module './SEARCH' was found in cache from location '/tmp/project/node_modules/@redis/search/dist/commands'. ======== Module name './SEARCH' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SEARCH.d.ts' with Package ID '@redis/search/dist/commands/SEARCH.d.ts@1.1.2'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/search/dist/commands/PROFILE_SEARCH.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/search/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/search/dist/commands/PROFILE_SEARCH.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/search/dist/commands'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/search/dist/commands/SEARCH.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/search/dist/commands'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/search/dist/commands/SEARCH.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/search/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== ======== Resolving module './AGGREGATE' from '/tmp/project/node_modules/@redis/search/dist/commands/PROFILE_AGGREGATE.d.ts'. ======== Resolution for module './AGGREGATE' was found in cache from location '/tmp/project/node_modules/@redis/search/dist/commands'. ======== Module name './AGGREGATE' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/AGGREGATE.d.ts' with Package ID '@redis/search/dist/commands/AGGREGATE.d.ts@1.1.2'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/search/dist/commands/PROFILE_AGGREGATE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/search/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/index.d.ts'. ======== ======== Resolving module '@redis/client/dist/lib/commands/generic-transformers' from '/tmp/project/node_modules/@redis/search/dist/commands/SUGDEL.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/commands/generic-transformers'. 'paths' option is specified, looking for a pattern to match module name '@redis/client/dist/lib/commands/generic-transformers'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/commands/generic-transformers'. Resolving module name '@redis/client/dist/lib/commands/generic-transformers' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/client/dist/lib/commands/generic-transformers'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/client/dist/lib/commands/generic-transformers', target file type 'TypeScript'. Loading module '@redis/client/dist/lib/commands/generic-transformers' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@redis/search/dist/commands/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands/generic-transformers' Directory '/tmp/project/node_modules/@redis/search/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands/generic-transformers' Directory '/tmp/project/node_modules/@redis/search/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands/generic-transformers' Resolution for module '@redis/client/dist/lib/commands/generic-transformers' was found in cache from location '/tmp/project/node_modules/@redis'. ======== Module name '@redis/client/dist/lib/commands/generic-transformers' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/generic-transformers.d.ts' with Package ID '@redis/client/dist/lib/commands/generic-transformers.d.ts@1.5.6'. ======== ======== Resolving module './SUGGET' from '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHPAYLOADS.d.ts'. ======== Resolution for module './SUGGET' was found in cache from location '/tmp/project/node_modules/@redis/search/dist/commands'. ======== Module name './SUGGET' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET.d.ts' with Package ID '@redis/search/dist/commands/SUGGET.d.ts@1.1.2'. ======== ======== Resolving module './SUGGET' from '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS.d.ts'. ======== Resolution for module './SUGGET' was found in cache from location '/tmp/project/node_modules/@redis/search/dist/commands'. ======== Module name './SUGGET' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET.d.ts' with Package ID '@redis/search/dist/commands/SUGGET.d.ts@1.1.2'. ======== ======== Resolving module './SUGGET_WITHPAYLOADS' from '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS.d.ts'. ======== Resolution for module './SUGGET_WITHPAYLOADS' was found in cache from location '/tmp/project/node_modules/@redis/search/dist/commands'. ======== Module name './SUGGET_WITHPAYLOADS' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHPAYLOADS.d.ts' with Package ID '@redis/search/dist/commands/SUGGET_WITHPAYLOADS.d.ts@1.1.2'. ======== ======== Resolving module './SUGGET_WITHSCORES' from '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES_WITHPAYLOADS.d.ts'. ======== Resolution for module './SUGGET_WITHSCORES' was found in cache from location '/tmp/project/node_modules/@redis/search/dist/commands'. ======== Module name './SUGGET_WITHSCORES' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES.d.ts' with Package ID '@redis/search/dist/commands/SUGGET_WITHSCORES.d.ts@1.1.2'. ======== ======== Resolving module './SUGGET' from '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET_WITHSCORES.d.ts'. ======== Resolution for module './SUGGET' was found in cache from location '/tmp/project/node_modules/@redis/search/dist/commands'. ======== Module name './SUGGET' was successfully resolved to '/tmp/project/node_modules/@redis/search/dist/commands/SUGGET.d.ts' with Package ID '@redis/search/dist/commands/SUGGET.d.ts@1.1.2'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/search/dist/commands/SYNUPDATE.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/search/dist/commands'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module './commands' from '/tmp/project/node_modules/@redis/time-series/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/time-series/dist/commands', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/time-series/dist/commands.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands.d.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/package.json' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/index.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/index.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts' exist - use it as a name resolution result. ======== Module name './commands' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== ======== Resolving module './ADD' from '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/time-series/dist/commands/ADD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/time-series/dist/commands/ADD.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/ADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/ADD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. ======== Module name './ADD' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/ADD.d.ts' with Package ID '@redis/time-series/dist/commands/ADD.d.ts@1.0.4'. ======== ======== Resolving module './ALTER' from '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/time-series/dist/commands/ALTER', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/time-series/dist/commands/ALTER.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/ALTER.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/ALTER.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. ======== Module name './ALTER' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/ALTER.d.ts' with Package ID '@redis/time-series/dist/commands/ALTER.d.ts@1.0.4'. ======== ======== Resolving module './CREATE' from '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/time-series/dist/commands/CREATE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/time-series/dist/commands/CREATE.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/CREATE.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/CREATE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. ======== Module name './CREATE' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/CREATE.d.ts' with Package ID '@redis/time-series/dist/commands/CREATE.d.ts@1.0.4'. ======== ======== Resolving module './CREATERULE' from '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/time-series/dist/commands/CREATERULE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/time-series/dist/commands/CREATERULE.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/CREATERULE.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/CREATERULE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. ======== Module name './CREATERULE' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/CREATERULE.d.ts' with Package ID '@redis/time-series/dist/commands/CREATERULE.d.ts@1.0.4'. ======== ======== Resolving module './DECRBY' from '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/time-series/dist/commands/DECRBY', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/time-series/dist/commands/DECRBY.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/DECRBY.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/DECRBY.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. ======== Module name './DECRBY' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/DECRBY.d.ts' with Package ID '@redis/time-series/dist/commands/DECRBY.d.ts@1.0.4'. ======== ======== Resolving module './DEL' from '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/time-series/dist/commands/DEL', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/time-series/dist/commands/DEL.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/DEL.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/DEL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. ======== Module name './DEL' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/DEL.d.ts' with Package ID '@redis/time-series/dist/commands/DEL.d.ts@1.0.4'. ======== ======== Resolving module './DELETERULE' from '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/time-series/dist/commands/DELETERULE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/time-series/dist/commands/DELETERULE.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/DELETERULE.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/DELETERULE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. ======== Module name './DELETERULE' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/DELETERULE.d.ts' with Package ID '@redis/time-series/dist/commands/DELETERULE.d.ts@1.0.4'. ======== ======== Resolving module './GET' from '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/time-series/dist/commands/GET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/time-series/dist/commands/GET.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/GET.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/GET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. ======== Module name './GET' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/GET.d.ts' with Package ID '@redis/time-series/dist/commands/GET.d.ts@1.0.4'. ======== ======== Resolving module './INCRBY' from '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/time-series/dist/commands/INCRBY', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/time-series/dist/commands/INCRBY.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/INCRBY.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/INCRBY.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. ======== Module name './INCRBY' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/INCRBY.d.ts' with Package ID '@redis/time-series/dist/commands/INCRBY.d.ts@1.0.4'. ======== ======== Resolving module './INFO_DEBUG' from '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/time-series/dist/commands/INFO_DEBUG', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/time-series/dist/commands/INFO_DEBUG.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/INFO_DEBUG.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/INFO_DEBUG.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. ======== Module name './INFO_DEBUG' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/INFO_DEBUG.d.ts' with Package ID '@redis/time-series/dist/commands/INFO_DEBUG.d.ts@1.0.4'. ======== ======== Resolving module './INFO' from '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/time-series/dist/commands/INFO', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/time-series/dist/commands/INFO.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/INFO.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/INFO.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. ======== Module name './INFO' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/INFO.d.ts' with Package ID '@redis/time-series/dist/commands/INFO.d.ts@1.0.4'. ======== ======== Resolving module './MADD' from '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/time-series/dist/commands/MADD', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MADD.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MADD.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MADD.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. ======== Module name './MADD' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/MADD.d.ts' with Package ID '@redis/time-series/dist/commands/MADD.d.ts@1.0.4'. ======== ======== Resolving module './MGET' from '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/time-series/dist/commands/MGET', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MGET.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MGET.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MGET.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. ======== Module name './MGET' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/MGET.d.ts' with Package ID '@redis/time-series/dist/commands/MGET.d.ts@1.0.4'. ======== ======== Resolving module './MGET_WITHLABELS' from '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/time-series/dist/commands/MGET_WITHLABELS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MGET_WITHLABELS.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MGET_WITHLABELS.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MGET_WITHLABELS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. ======== Module name './MGET_WITHLABELS' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/MGET_WITHLABELS.d.ts' with Package ID '@redis/time-series/dist/commands/MGET_WITHLABELS.d.ts@1.0.4'. ======== ======== Resolving module './QUERYINDEX' from '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/time-series/dist/commands/QUERYINDEX', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/time-series/dist/commands/QUERYINDEX.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/QUERYINDEX.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/QUERYINDEX.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. ======== Module name './QUERYINDEX' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/QUERYINDEX.d.ts' with Package ID '@redis/time-series/dist/commands/QUERYINDEX.d.ts@1.0.4'. ======== ======== Resolving module './RANGE' from '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/time-series/dist/commands/RANGE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/time-series/dist/commands/RANGE.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/RANGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/RANGE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. ======== Module name './RANGE' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/RANGE.d.ts' with Package ID '@redis/time-series/dist/commands/RANGE.d.ts@1.0.4'. ======== ======== Resolving module './REVRANGE' from '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/time-series/dist/commands/REVRANGE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/time-series/dist/commands/REVRANGE.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/REVRANGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/REVRANGE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. ======== Module name './REVRANGE' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/REVRANGE.d.ts' with Package ID '@redis/time-series/dist/commands/REVRANGE.d.ts@1.0.4'. ======== ======== Resolving module './MRANGE' from '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/time-series/dist/commands/MRANGE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MRANGE.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MRANGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MRANGE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. ======== Module name './MRANGE' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/MRANGE.d.ts' with Package ID '@redis/time-series/dist/commands/MRANGE.d.ts@1.0.4'. ======== ======== Resolving module './MRANGE_WITHLABELS' from '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/time-series/dist/commands/MRANGE_WITHLABELS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MRANGE_WITHLABELS.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MRANGE_WITHLABELS.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MRANGE_WITHLABELS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. ======== Module name './MRANGE_WITHLABELS' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/MRANGE_WITHLABELS.d.ts' with Package ID '@redis/time-series/dist/commands/MRANGE_WITHLABELS.d.ts@1.0.4'. ======== ======== Resolving module './MREVRANGE' from '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/time-series/dist/commands/MREVRANGE', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MREVRANGE.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MREVRANGE.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MREVRANGE.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. ======== Module name './MREVRANGE' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/MREVRANGE.d.ts' with Package ID '@redis/time-series/dist/commands/MREVRANGE.d.ts@1.0.4'. ======== ======== Resolving module './MREVRANGE_WITHLABELS' from '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/time-series/dist/commands/MREVRANGE_WITHLABELS', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MREVRANGE_WITHLABELS.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MREVRANGE_WITHLABELS.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/MREVRANGE_WITHLABELS.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@redis/time-series/package.json' exists according to earlier cached lookups. ======== Module name './MREVRANGE_WITHLABELS' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/MREVRANGE_WITHLABELS.d.ts' with Package ID '@redis/time-series/dist/commands/MREVRANGE_WITHLABELS.d.ts@1.0.4'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/commands'. 'paths' option is specified, looking for a pattern to match module name '@redis/client/dist/lib/commands'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@redis/client/dist/lib/commands'. Resolving module name '@redis/client/dist/lib/commands' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@redis/client/dist/lib/commands'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@redis/client/dist/lib/commands', target file type 'TypeScript'. Loading module '@redis/client/dist/lib/commands' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@redis/time-series/dist/commands/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands' Directory '/tmp/project/node_modules/@redis/time-series/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands' Directory '/tmp/project/node_modules/@redis/time-series/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'redis__client/dist/lib/commands' Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/time-series/dist/commands/ADD.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@redis/time-series/dist/commands/', target file type 'TypeScript'. File '/tmp/project/node_modules/@redis/time-series/dist/commands/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@redis/time-series/dist/commands/index.ts' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/index.tsx' does not exist. File '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts' exist - use it as a name resolution result. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/time-series/dist/commands/ALTER.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/time-series/dist/commands/CREATE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/time-series/dist/commands/CREATERULE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/time-series/dist/commands/DECRBY.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/time-series/dist/commands/DECRBY.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/time-series/dist/commands/DEL.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/time-series/dist/commands/DEL.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/time-series/dist/commands/GET.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/time-series/dist/commands/GET.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/time-series/dist/commands/INCRBY.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/time-series/dist/commands/INCRBY.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== ======== Resolving module './INFO' from '/tmp/project/node_modules/@redis/time-series/dist/commands/INFO_DEBUG.d.ts'. ======== Resolution for module './INFO' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name './INFO' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/INFO.d.ts' with Package ID '@redis/time-series/dist/commands/INFO.d.ts@1.0.4'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/time-series/dist/commands/INFO.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/time-series/dist/commands/MADD.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/time-series/dist/commands/MGET.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/time-series/dist/commands/MGET.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/time-series/dist/commands/MGET_WITHLABELS.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== ======== Resolving module './MGET' from '/tmp/project/node_modules/@redis/time-series/dist/commands/MGET_WITHLABELS.d.ts'. ======== Resolution for module './MGET' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name './MGET' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/MGET.d.ts' with Package ID '@redis/time-series/dist/commands/MGET.d.ts@1.0.4'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/time-series/dist/commands/MGET_WITHLABELS.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/time-series/dist/commands/QUERYINDEX.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/time-series/dist/commands/QUERYINDEX.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/time-series/dist/commands/RANGE.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/time-series/dist/commands/RANGE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/time-series/dist/commands/REVRANGE.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/time-series/dist/commands/REVRANGE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/time-series/dist/commands/MRANGE.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/time-series/dist/commands/MRANGE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/time-series/dist/commands/MRANGE_WITHLABELS.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/time-series/dist/commands/MRANGE_WITHLABELS.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/time-series/dist/commands/MREVRANGE.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/time-series/dist/commands/MREVRANGE.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== ======== Resolving module '@redis/client/dist/lib/commands' from '/tmp/project/node_modules/@redis/time-series/dist/commands/MREVRANGE_WITHLABELS.d.ts'. ======== Resolution for module '@redis/client/dist/lib/commands' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '@redis/client/dist/lib/commands' was successfully resolved to '/tmp/project/node_modules/@redis/client/dist/lib/commands/index.d.ts' with Package ID '@redis/client/dist/lib/commands/index.d.ts@1.5.6'. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@redis/time-series/dist/commands/MREVRANGE_WITHLABELS.d.ts'. ======== Resolution for module '.' was found in cache from location '/tmp/project/node_modules/@redis/time-series/dist/commands'. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@redis/time-series/dist/commands/index.d.ts'. ======== ======== Resolving module './adapters' from '/tmp/project/node_modules/@nestjs/platform-socket.io/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/platform-socket.io/adapters', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/platform-socket.io/adapters.ts' does not exist. File '/tmp/project/node_modules/@nestjs/platform-socket.io/adapters.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/platform-socket.io/adapters.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/platform-socket.io/adapters/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/platform-socket.io/adapters/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/platform-socket.io/adapters/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/platform-socket.io/adapters/index.d.ts' exist - use it as a name resolution result. ======== Module name './adapters' was successfully resolved to '/tmp/project/node_modules/@nestjs/platform-socket.io/adapters/index.d.ts'. ======== ======== Resolving module './io-adapter' from '/tmp/project/node_modules/@nestjs/platform-socket.io/adapters/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/platform-socket.io/adapters/io-adapter', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/platform-socket.io/adapters/io-adapter.ts' does not exist. File '/tmp/project/node_modules/@nestjs/platform-socket.io/adapters/io-adapter.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/platform-socket.io/adapters/io-adapter.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/platform-socket.io/package.json' exists according to earlier cached lookups. ======== Module name './io-adapter' was successfully resolved to '/tmp/project/node_modules/@nestjs/platform-socket.io/adapters/io-adapter.d.ts' with Package ID '@nestjs/platform-socket.io/adapters/io-adapter.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/websockets' from '/tmp/project/node_modules/@nestjs/platform-socket.io/adapters/io-adapter.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/websockets'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/websockets'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/websockets'. Resolving module name '@nestjs/websockets' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/websockets'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/websockets', target file type 'TypeScript'. Loading module '@nestjs/websockets' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/platform-socket.io/adapters/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__websockets' Directory '/tmp/project/node_modules/@nestjs/platform-socket.io/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__websockets' Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__websockets' Resolution for module '@nestjs/websockets' was found in cache from location '/tmp/project'. ======== Module name '@nestjs/websockets' was successfully resolved to '/tmp/project/node_modules/@nestjs/websockets/index.d.ts' with Package ID '@nestjs/websockets/index.d.ts@9.3.10'. ======== ======== Resolving module 'rxjs' from '/tmp/project/node_modules/@nestjs/platform-socket.io/adapters/io-adapter.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. 'paths' option is specified, looking for a pattern to match module name 'rxjs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. Resolving module name 'rxjs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/rxjs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/rxjs', target file type 'TypeScript'. File '/tmp/project/apps/api/rxjs.ts' does not exist. File '/tmp/project/apps/api/rxjs.tsx' does not exist. File '/tmp/project/apps/api/rxjs.d.ts' does not exist. Directory '/tmp/project/apps/api/rxjs' does not exist, skipping all lookups in it. Loading module 'rxjs' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/platform-socket.io/adapters/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@nestjs/platform-socket.io/node_modules' does not exist, skipping all lookups in it. Resolution for module 'rxjs' was found in cache from location '/tmp/project/node_modules/@nestjs'. ======== Module name 'rxjs' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/index.d.ts' with Package ID 'rxjs/dist/types/index.d.ts@7.8.0'. ======== ======== Resolving module 'socket.io' from '/tmp/project/node_modules/@nestjs/platform-socket.io/adapters/io-adapter.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'socket.io'. 'paths' option is specified, looking for a pattern to match module name 'socket.io'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'socket.io'. Resolving module name 'socket.io' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/socket.io'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/socket.io', target file type 'TypeScript'. File '/tmp/project/apps/api/socket.io.ts' does not exist. File '/tmp/project/apps/api/socket.io.tsx' does not exist. File '/tmp/project/apps/api/socket.io.d.ts' does not exist. Directory '/tmp/project/apps/api/socket.io' does not exist, skipping all lookups in it. Loading module 'socket.io' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/platform-socket.io/adapters/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@nestjs/platform-socket.io/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. Resolution for module 'socket.io' was found in cache from location '/tmp/project'. ======== Module name 'socket.io' was successfully resolved to '/tmp/project/node_modules/socket.io/dist/index.d.ts' with Package ID 'socket.io/dist/index.d.ts@4.6.1'. ======== ======== Resolving module 'express' from '/tmp/project/node_modules/@types/cookie-parser/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'express'. 'paths' option is specified, looking for a pattern to match module name 'express'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'express'. Resolving module name 'express' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/express'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/express', target file type 'TypeScript'. File '/tmp/project/apps/api/express.ts' does not exist. File '/tmp/project/apps/api/express.tsx' does not exist. File '/tmp/project/apps/api/express.d.ts' does not exist. Directory '/tmp/project/apps/api/express' does not exist, skipping all lookups in it. Loading module 'express' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/cookie-parser/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Resolution for module 'express' was found in cache from location '/tmp/project'. ======== Module name 'express' was successfully resolved to '/tmp/project/node_modules/@types/express/index.d.ts' with Package ID '@types/express/index.d.ts@4.17.17'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/core' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/core'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/core'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/core'. Resolving module name '@nestjs/core' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/core'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/core', target file type 'TypeScript'. Loading module '@nestjs/core' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__core' Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__core' Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__core' Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__core' Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__core' File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/core.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' does not have a 'main' field. File '/tmp/project/node_modules/@nestjs/core/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@nestjs/core/index.d.ts', result '/tmp/project/node_modules/@nestjs/core/index.d.ts'. ======== Module name '@nestjs/core' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/index.d.ts' with Package ID '@nestjs/core/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/jwt' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Resolution for module '@nestjs/jwt' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name '@nestjs/jwt' was successfully resolved to '/tmp/project/node_modules/@nestjs/jwt/index.d.ts' with Package ID '@nestjs/jwt/index.d.ts@10.0.2'. ======== ======== Resolving module '@nestjs/schedule' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/schedule'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/schedule'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/schedule'. Resolving module name '@nestjs/schedule' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/schedule'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/schedule', target file type 'TypeScript'. Loading module '@nestjs/schedule' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__schedule' Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__schedule' Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__schedule' Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__schedule' Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__schedule' Found 'package.json' at '/tmp/project/node_modules/@nestjs/schedule/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@nestjs/schedule.ts' does not exist. File '/tmp/project/node_modules/@nestjs/schedule.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/schedule.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' does not have a 'main' field. File '/tmp/project/node_modules/@nestjs/schedule/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@nestjs/schedule/index.d.ts', result '/tmp/project/node_modules/@nestjs/schedule/index.d.ts'. ======== Module name '@nestjs/schedule' was successfully resolved to '/tmp/project/node_modules/@nestjs/schedule/index.d.ts' with Package ID '@nestjs/schedule/index.d.ts@2.2.0'. ======== ======== Resolving module './app.controller' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/app.controller', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/app.controller.ts' exist - use it as a name resolution result. ======== Module name './app.controller' was successfully resolved to '/tmp/project/apps/api/apps/api/src/app.controller.ts'. ======== ======== Resolving module './auth/auth.guard' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/auth/auth.guard', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/auth/auth.guard.ts' exist - use it as a name resolution result. ======== Module name './auth/auth.guard' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/auth.guard.ts'. ======== ======== Resolving module './auth/auth.module' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/auth/auth.module', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/auth/auth.module.ts' exist - use it as a name resolution result. ======== Module name './auth/auth.module' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/auth.module.ts'. ======== ======== Resolving module 'private-environment' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Resolution for module 'private-environment' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'private-environment' was successfully resolved to '/tmp/project/packages/private-environment/dist/index.d.ts' with Package ID 'private-environment/dist/index.d.ts@0.0.1'. ======== ======== Resolving module './logging.middleware' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/logging.middleware', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/logging.middleware.ts' exist - use it as a name resolution result. ======== Module name './logging.middleware' was successfully resolved to '/tmp/project/apps/api/apps/api/src/logging.middleware.ts'. ======== ======== Resolving module './mail/mail.module' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/mail/mail.module', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/mail/mail.module.ts' exist - use it as a name resolution result. ======== Module name './mail/mail.module' was successfully resolved to '/tmp/project/apps/api/apps/api/src/mail/mail.module.ts'. ======== ======== Resolving module '@project/prisma' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/prisma'. 'paths' option is specified, looking for a pattern to match module name '@project/prisma'. Module name '@project/prisma', matched pattern '@project/prisma'. Trying substitution 'libs/prisma/src', candidate module location: 'libs/prisma/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/prisma/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/prisma/src.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src.tsx' does not exist. File '/tmp/project/apps/api/libs/prisma/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/prisma/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/prisma' was successfully resolved to '/tmp/project/apps/api/libs/prisma/src/index.ts'. ======== ======== Resolving module './team/team.module' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/team/team.module', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/team/team.module.ts' exist - use it as a name resolution result. ======== Module name './team/team.module' was successfully resolved to '/tmp/project/apps/api/apps/api/src/team/team.module.ts'. ======== ======== Resolving module './campaign/campaign.module' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/campaign/campaign.module', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/campaign/campaign.module.ts' exist - use it as a name resolution result. ======== Module name './campaign/campaign.module' was successfully resolved to '/tmp/project/apps/api/apps/api/src/campaign/campaign.module.ts'. ======== ======== Resolving module './framework/framework.module' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/framework/framework.module', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/framework/framework.module.ts' exist - use it as a name resolution result. ======== Module name './framework/framework.module' was successfully resolved to '/tmp/project/apps/api/apps/api/src/framework/framework.module.ts'. ======== ======== Resolving module './media-library/media-library.module' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/media-library/media-library.module', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/media-library/media-library.module.ts' exist - use it as a name resolution result. ======== Module name './media-library/media-library.module' was successfully resolved to '/tmp/project/apps/api/apps/api/src/media-library/media-library.module.ts'. ======== ======== Resolving module '@project/file' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/file'. 'paths' option is specified, looking for a pattern to match module name '@project/file'. Module name '@project/file', matched pattern '@project/file'. Trying substitution 'libs/file/src', candidate module location: 'libs/file/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/file/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/file/src.ts' does not exist. File '/tmp/project/apps/api/libs/file/src.tsx' does not exist. File '/tmp/project/apps/api/libs/file/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/file/src/package.json' does not exist. File '/tmp/project/apps/api/libs/file/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/file' was successfully resolved to '/tmp/project/apps/api/libs/file/src/index.ts'. ======== ======== Resolving module './shortlink/shortlink.module' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/shortlink/shortlink.module', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/shortlink/shortlink.module.ts' exist - use it as a name resolution result. ======== Module name './shortlink/shortlink.module' was successfully resolved to '/tmp/project/apps/api/apps/api/src/shortlink/shortlink.module.ts'. ======== ======== Resolving module './upload/upload.module' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/upload/upload.module', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/upload/upload.module.ts' exist - use it as a name resolution result. ======== Module name './upload/upload.module' was successfully resolved to '/tmp/project/apps/api/apps/api/src/upload/upload.module.ts'. ======== ======== Resolving module './render/render.module' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/render/render.module', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/render/render.module.ts' exist - use it as a name resolution result. ======== Module name './render/render.module' was successfully resolved to '/tmp/project/apps/api/apps/api/src/render/render.module.ts'. ======== ======== Resolving module './soundtrack/soundtrack.module' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/soundtrack/soundtrack.module', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/soundtrack/soundtrack.module.ts' exist - use it as a name resolution result. ======== Module name './soundtrack/soundtrack.module' was successfully resolved to '/tmp/project/apps/api/apps/api/src/soundtrack/soundtrack.module.ts'. ======== ======== Resolving module '@project/meili' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/meili'. 'paths' option is specified, looking for a pattern to match module name '@project/meili'. Module name '@project/meili', matched pattern '@project/meili'. Trying substitution 'libs/meili/src', candidate module location: 'libs/meili/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/meili/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/meili/src.ts' does not exist. File '/tmp/project/apps/api/libs/meili/src.tsx' does not exist. File '/tmp/project/apps/api/libs/meili/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/meili/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/meili/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/meili' was successfully resolved to '/tmp/project/apps/api/libs/meili/src/index.ts'. ======== ======== Resolving module '@project/noti' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/noti'. 'paths' option is specified, looking for a pattern to match module name '@project/noti'. Module name '@project/noti', matched pattern '@project/noti'. Trying substitution 'libs/noti/src', candidate module location: 'libs/noti/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/noti/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/noti/src.ts' does not exist. File '/tmp/project/apps/api/libs/noti/src.tsx' does not exist. File '/tmp/project/apps/api/libs/noti/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/noti/src/package.json' does not exist. File '/tmp/project/apps/api/libs/noti/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/noti' was successfully resolved to '/tmp/project/apps/api/libs/noti/src/index.ts'. ======== ======== Resolving module './app.gateway' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/app.gateway', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/app.gateway.ts' exist - use it as a name resolution result. ======== Module name './app.gateway' was successfully resolved to '/tmp/project/apps/api/apps/api/src/app.gateway.ts'. ======== ======== Resolving module './video/video.controller' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/video/video.controller', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/video/video.controller.ts' exist - use it as a name resolution result. ======== Module name './video/video.controller' was successfully resolved to '/tmp/project/apps/api/apps/api/src/video/video.controller.ts'. ======== ======== Resolving module '@project/video' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/video'. 'paths' option is specified, looking for a pattern to match module name '@project/video'. Module name '@project/video', matched pattern '@project/video'. Trying substitution 'libs/video/src', candidate module location: 'libs/video/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/video/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/video/src.ts' does not exist. File '/tmp/project/apps/api/libs/video/src.tsx' does not exist. File '/tmp/project/apps/api/libs/video/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/video/src/package.json' does not exist. File '/tmp/project/apps/api/libs/video/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/video' was successfully resolved to '/tmp/project/apps/api/libs/video/src/index.ts'. ======== ======== Resolving module '@project/redis' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/redis'. 'paths' option is specified, looking for a pattern to match module name '@project/redis'. Module name '@project/redis', matched pattern '@project/redis'. Trying substitution 'libs/redis/src', candidate module location: 'libs/redis/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/redis/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/redis/src.ts' does not exist. File '/tmp/project/apps/api/libs/redis/src.tsx' does not exist. File '/tmp/project/apps/api/libs/redis/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/redis/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/redis/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/redis' was successfully resolved to '/tmp/project/apps/api/libs/redis/src/index.ts'. ======== ======== Resolving module '@project/stripe' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/stripe'. 'paths' option is specified, looking for a pattern to match module name '@project/stripe'. Module name '@project/stripe', matched pattern '@project/stripe'. Trying substitution 'libs/stripe/src', candidate module location: 'libs/stripe/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/stripe/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/stripe/src.ts' does not exist. File '/tmp/project/apps/api/libs/stripe/src.tsx' does not exist. File '/tmp/project/apps/api/libs/stripe/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/stripe/src/package.json' does not exist. File '/tmp/project/apps/api/libs/stripe/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/stripe' was successfully resolved to '/tmp/project/apps/api/libs/stripe/src/index.ts'. ======== ======== Resolving module './stripe/stripe.controller' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/stripe/stripe.controller', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/stripe/stripe.controller.ts' exist - use it as a name resolution result. ======== Module name './stripe/stripe.controller' was successfully resolved to '/tmp/project/apps/api/apps/api/src/stripe/stripe.controller.ts'. ======== ======== Resolving module './file/file.controller' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/file/file.controller', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/file/file.controller.ts' exist - use it as a name resolution result. ======== Module name './file/file.controller' was successfully resolved to '/tmp/project/apps/api/apps/api/src/file/file.controller.ts'. ======== ======== Resolving module './product/product.module' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/product/product.module', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/product/product.module.ts' exist - use it as a name resolution result. ======== Module name './product/product.module' was successfully resolved to '/tmp/project/apps/api/apps/api/src/product/product.module.ts'. ======== ======== Resolving module '@project/meta' from '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/meta'. 'paths' option is specified, looking for a pattern to match module name '@project/meta'. Module name '@project/meta', matched pattern '@project/meta'. Trying substitution 'libs/meta/src', candidate module location: 'libs/meta/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/meta/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/meta/src.ts' does not exist. File '/tmp/project/apps/api/libs/meta/src.tsx' does not exist. File '/tmp/project/apps/api/libs/meta/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/meta/src/package.json' does not exist. File '/tmp/project/apps/api/libs/meta/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/meta' was successfully resolved to '/tmp/project/apps/api/libs/meta/src/index.ts'. ======== ======== Resolving module 'reflect-metadata' from '/tmp/project/node_modules/@nestjs/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reflect-metadata'. 'paths' option is specified, looking for a pattern to match module name 'reflect-metadata'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reflect-metadata'. Resolving module name 'reflect-metadata' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/reflect-metadata'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/reflect-metadata', target file type 'TypeScript'. File '/tmp/project/apps/api/reflect-metadata.ts' does not exist. File '/tmp/project/apps/api/reflect-metadata.tsx' does not exist. File '/tmp/project/apps/api/reflect-metadata.d.ts' does not exist. Directory '/tmp/project/apps/api/reflect-metadata' does not exist, skipping all lookups in it. Loading module 'reflect-metadata' from 'node_modules' folder, target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/node_modules/reflect-metadata.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/node_modules/reflect-metadata.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/node_modules/reflect-metadata.d.ts' does not exist. Directory '/tmp/project/node_modules/@nestjs/core/node_modules/@types' does not exist, skipping all lookups in it. Resolution for module 'reflect-metadata' was found in cache from location '/tmp/project/node_modules/@nestjs'. ======== Module name 'reflect-metadata' was successfully resolved to '/tmp/project/node_modules/reflect-metadata/index.d.ts' with Package ID 'reflect-metadata/index.d.ts@0.1.13'. ======== ======== Resolving module './adapters' from '/tmp/project/node_modules/@nestjs/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/adapters', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/adapters.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/adapters.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/adapters.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/adapters/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/core/adapters/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/adapters/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/adapters/index.d.ts' exist - use it as a name resolution result. ======== Module name './adapters' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/adapters/index.d.ts'. ======== ======== Resolving module './application-config' from '/tmp/project/node_modules/@nestjs/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/application-config', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/application-config.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/application-config.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/application-config.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './application-config' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/application-config.d.ts' with Package ID '@nestjs/core/application-config.d.ts@9.3.10'. ======== ======== Resolving module './constants' from '/tmp/project/node_modules/@nestjs/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/constants', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/constants.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/constants.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/constants.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './constants' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/constants.d.ts' with Package ID '@nestjs/core/constants.d.ts@9.3.10'. ======== ======== Resolving module './discovery' from '/tmp/project/node_modules/@nestjs/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/discovery', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/discovery.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/discovery.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/discovery.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/discovery/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/core/discovery/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/discovery/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/discovery/index.d.ts' exist - use it as a name resolution result. ======== Module name './discovery' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/discovery/index.d.ts'. ======== ======== Resolving module './exceptions' from '/tmp/project/node_modules/@nestjs/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/exceptions', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/exceptions.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/exceptions.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/exceptions.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/exceptions/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/core/exceptions/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/exceptions/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/exceptions/index.d.ts' exist - use it as a name resolution result. ======== Module name './exceptions' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/exceptions/index.d.ts'. ======== ======== Resolving module './helpers' from '/tmp/project/node_modules/@nestjs/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/helpers', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/helpers.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/index.d.ts' exist - use it as a name resolution result. ======== Module name './helpers' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/helpers/index.d.ts'. ======== ======== Resolving module './injector' from '/tmp/project/node_modules/@nestjs/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/index.d.ts' exist - use it as a name resolution result. ======== Module name './injector' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/index.d.ts'. ======== ======== Resolving module './inspector' from '/tmp/project/node_modules/@nestjs/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/inspector', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/inspector.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/index.d.ts' exist - use it as a name resolution result. ======== Module name './inspector' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/inspector/index.d.ts'. ======== ======== Resolving module './metadata-scanner' from '/tmp/project/node_modules/@nestjs/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/metadata-scanner', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/metadata-scanner.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/metadata-scanner.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/metadata-scanner.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './metadata-scanner' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/metadata-scanner.d.ts' with Package ID '@nestjs/core/metadata-scanner.d.ts@9.3.10'. ======== ======== Resolving module './middleware' from '/tmp/project/node_modules/@nestjs/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/middleware', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/middleware.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/middleware.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/middleware.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/middleware/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/core/middleware/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/middleware/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/middleware/index.d.ts' exist - use it as a name resolution result. ======== Module name './middleware' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/middleware/index.d.ts'. ======== ======== Resolving module './nest-application' from '/tmp/project/node_modules/@nestjs/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/nest-application', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/nest-application.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/nest-application.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/nest-application.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './nest-application' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/nest-application.d.ts' with Package ID '@nestjs/core/nest-application.d.ts@9.3.10'. ======== ======== Resolving module './nest-application-context' from '/tmp/project/node_modules/@nestjs/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/nest-application-context', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/nest-application-context.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/nest-application-context.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/nest-application-context.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './nest-application-context' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/nest-application-context.d.ts' with Package ID '@nestjs/core/nest-application-context.d.ts@9.3.10'. ======== ======== Resolving module './nest-factory' from '/tmp/project/node_modules/@nestjs/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/nest-factory', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/nest-factory.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/nest-factory.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/nest-factory.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './nest-factory' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/nest-factory.d.ts' with Package ID '@nestjs/core/nest-factory.d.ts@9.3.10'. ======== ======== Resolving module './repl' from '/tmp/project/node_modules/@nestjs/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/repl', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/repl.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/repl.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/repl.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/repl/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/core/repl/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/repl/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/repl/index.d.ts' exist - use it as a name resolution result. ======== Module name './repl' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/repl/index.d.ts'. ======== ======== Resolving module './router' from '/tmp/project/node_modules/@nestjs/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/router', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/router.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/router.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/router.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/router/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/core/router/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/router/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/router/index.d.ts' exist - use it as a name resolution result. ======== Module name './router' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/router/index.d.ts'. ======== ======== Resolving module './services' from '/tmp/project/node_modules/@nestjs/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/services', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/services.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/services.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/services.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/services/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/core/services/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/services/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/services/index.d.ts' exist - use it as a name resolution result. ======== Module name './services' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/services/index.d.ts'. ======== ======== Resolving module './http-adapter' from '/tmp/project/node_modules/@nestjs/core/adapters/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/adapters/http-adapter', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/adapters/http-adapter.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/adapters/http-adapter.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/adapters/http-adapter.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './http-adapter' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/adapters/http-adapter.d.ts' with Package ID '@nestjs/core/adapters/http-adapter.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/adapters/http-adapter.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/adapters/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Directory '/tmp/project/node_modules/@nestjs/core/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/@nestjs/core/adapters/http-adapter.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces'. Resolving module name '@nestjs/common/interfaces' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/adapters/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces' Directory '/tmp/project/node_modules/@nestjs/core/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces' Resolution for module '@nestjs/common/interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces/external/cors-options.interface' from '/tmp/project/node_modules/@nestjs/core/adapters/http-adapter.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/external/cors-options.interface'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces/external/cors-options.interface'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/external/cors-options.interface'. Resolving module name '@nestjs/common/interfaces/external/cors-options.interface' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces/external/cors-options.interface'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces/external/cors-options.interface', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces/external/cors-options.interface' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/adapters/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/external/cors-options.interface' Directory '/tmp/project/node_modules/@nestjs/core/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/external/cors-options.interface' Resolution for module '@nestjs/common/interfaces/external/cors-options.interface' was found in cache from location '/tmp/project/node_modules/@nestjs'. ======== Module name '@nestjs/common/interfaces/external/cors-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/external/cors-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/cors-options.interface.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces/nest-application-options.interface' from '/tmp/project/node_modules/@nestjs/core/adapters/http-adapter.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/nest-application-options.interface'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces/nest-application-options.interface'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/nest-application-options.interface'. Resolving module name '@nestjs/common/interfaces/nest-application-options.interface' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces/nest-application-options.interface'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces/nest-application-options.interface', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces/nest-application-options.interface' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/adapters/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/nest-application-options.interface' Directory '/tmp/project/node_modules/@nestjs/core/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/nest-application-options.interface' Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/nest-application-options.interface' File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-options.interface.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-options.interface.d.ts', result '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-options.interface.d.ts'. ======== Module name '@nestjs/common/interfaces/nest-application-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/nest-application-options.interface.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/application-config.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/@nestjs/core/application-config.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces'. Resolving module name '@nestjs/common/interfaces' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces' from 'node_modules' folder, target file type 'TypeScript'. Resolution for module '@nestjs/common/interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module './injector/instance-wrapper' from '/tmp/project/node_modules/@nestjs/core/application-config.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './injector/instance-wrapper' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' with Package ID '@nestjs/core/injector/instance-wrapper.d.ts@9.3.10'. ======== ======== Resolving module './router/interfaces/exclude-route-metadata.interface' from '/tmp/project/node_modules/@nestjs/core/application-config.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/router/interfaces/exclude-route-metadata.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/router/interfaces/exclude-route-metadata.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/router/interfaces/exclude-route-metadata.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/router/interfaces/exclude-route-metadata.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './router/interfaces/exclude-route-metadata.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/router/interfaces/exclude-route-metadata.interface.d.ts' with Package ID '@nestjs/core/router/interfaces/exclude-route-metadata.interface.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/injector/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/constants' from '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/constants'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/constants'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/constants'. Resolving module name '@nestjs/common/constants' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/constants'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/constants', target file type 'TypeScript'. Loading module '@nestjs/common/constants' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/injector/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/constants' Directory '/tmp/project/node_modules/@nestjs/core/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/constants' Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/constants' File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/constants.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/constants.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/constants.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@nestjs/common/constants.d.ts', result '/tmp/project/node_modules/@nestjs/common/constants.d.ts'. ======== Module name '@nestjs/common/constants' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/constants.d.ts' with Package ID '@nestjs/common/constants.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces'. Resolving module name '@nestjs/common/interfaces' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/injector/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces' Resolution for module '@nestjs/common/interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module './module' from '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/module', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/module.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/module.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/module.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './module' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/module.d.ts' with Package ID '@nestjs/core/injector/module.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/constants' from '/tmp/project/node_modules/@nestjs/core/injector/module.d.ts'. ======== Resolution for module '@nestjs/common/constants' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name '@nestjs/common/constants' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/constants.d.ts' with Package ID '@nestjs/common/constants.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/@nestjs/core/injector/module.d.ts'. ======== Resolution for module '@nestjs/common/interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module './container' from '/tmp/project/node_modules/@nestjs/core/injector/module.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/container', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/container.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/container.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './container' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts' with Package ID '@nestjs/core/injector/container.d.ts@9.3.10'. ======== ======== Resolving module './instance-wrapper' from '/tmp/project/node_modules/@nestjs/core/injector/module.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './instance-wrapper' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' with Package ID '@nestjs/core/injector/instance-wrapper.d.ts@9.3.10'. ======== ======== Resolving module './module-ref' from '/tmp/project/node_modules/@nestjs/core/injector/module.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/module-ref', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/module-ref.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/module-ref.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/module-ref.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './module-ref' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/module-ref.d.ts' with Package ID '@nestjs/core/injector/module-ref.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/constants' from '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts'. ======== Resolution for module '@nestjs/common/constants' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name '@nestjs/common/constants' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/constants.d.ts' with Package ID '@nestjs/common/constants.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts'. ======== Resolution for module '@nestjs/common/interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module '../application-config' from '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/application-config', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/application-config.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/application-config.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/application-config.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../application-config' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/application-config.d.ts' with Package ID '@nestjs/core/application-config.d.ts@9.3.10'. ======== ======== Resolving module '../inspector/serialized-graph' from '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/inspector/serialized-graph', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/inspector/serialized-graph.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/serialized-graph.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/serialized-graph.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../inspector/serialized-graph' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/inspector/serialized-graph.d.ts' with Package ID '@nestjs/core/inspector/serialized-graph.d.ts@9.3.10'. ======== ======== Resolving module './compiler' from '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/compiler', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/compiler.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/compiler.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/compiler.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './compiler' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/compiler.d.ts' with Package ID '@nestjs/core/injector/compiler.d.ts@9.3.10'. ======== ======== Resolving module './instance-wrapper' from '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts'. ======== Resolution for module './instance-wrapper' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name './instance-wrapper' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' with Package ID '@nestjs/core/injector/instance-wrapper.d.ts@9.3.10'. ======== ======== Resolving module './module' from '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts'. ======== Resolution for module './module' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name './module' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/module.d.ts' with Package ID '@nestjs/core/injector/module.d.ts@9.3.10'. ======== ======== Resolving module './module-token-factory' from '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/module-token-factory', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/module-token-factory.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/module-token-factory.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/module-token-factory.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './module-token-factory' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/module-token-factory.d.ts' with Package ID '@nestjs/core/injector/module-token-factory.d.ts@9.3.10'. ======== ======== Resolving module './modules-container' from '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/modules-container', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/modules-container.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/modules-container.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/modules-container.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './modules-container' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/modules-container.d.ts' with Package ID '@nestjs/core/injector/modules-container.d.ts@9.3.10'. ======== ======== Resolving module '..' from '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' does not have a 'main' field. File '/tmp/project/node_modules/@nestjs/core/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/index.d.ts' exist - use it as a name resolution result. ======== Module name '..' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/index.d.ts' with Package ID '@nestjs/core/ndex.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/inspector/serialized-graph.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/inspector/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './interfaces/edge.interface' from '/tmp/project/node_modules/@nestjs/core/inspector/serialized-graph.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/edge.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/edge.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/edge.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/edge.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './interfaces/edge.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/edge.interface.d.ts' with Package ID '@nestjs/core/inspector/interfaces/edge.interface.d.ts@9.3.10'. ======== ======== Resolving module './interfaces/entrypoint.interface' from '/tmp/project/node_modules/@nestjs/core/inspector/serialized-graph.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/entrypoint.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/entrypoint.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/entrypoint.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/entrypoint.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './interfaces/entrypoint.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/entrypoint.interface.d.ts' with Package ID '@nestjs/core/inspector/interfaces/entrypoint.interface.d.ts@9.3.10'. ======== ======== Resolving module './interfaces/extras.interface' from '/tmp/project/node_modules/@nestjs/core/inspector/serialized-graph.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/extras.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/extras.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/extras.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/extras.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './interfaces/extras.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/extras.interface.d.ts' with Package ID '@nestjs/core/inspector/interfaces/extras.interface.d.ts@9.3.10'. ======== ======== Resolving module './interfaces/node.interface' from '/tmp/project/node_modules/@nestjs/core/inspector/serialized-graph.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/node.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/node.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/node.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/node.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './interfaces/node.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/node.interface.d.ts' with Package ID '@nestjs/core/inspector/interfaces/node.interface.d.ts@9.3.10'. ======== ======== Resolving module './interfaces/serialized-graph-json.interface' from '/tmp/project/node_modules/@nestjs/core/inspector/serialized-graph.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/serialized-graph-json.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/serialized-graph-json.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/serialized-graph-json.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/serialized-graph-json.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './interfaces/serialized-graph-json.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/serialized-graph-json.interface.d.ts' with Package ID '@nestjs/core/inspector/interfaces/serialized-graph-json.interface.d.ts@9.3.10'. ======== ======== Resolving module './interfaces/serialized-graph-metadata.interface' from '/tmp/project/node_modules/@nestjs/core/inspector/serialized-graph.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/serialized-graph-metadata.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/serialized-graph-metadata.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/serialized-graph-metadata.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/serialized-graph-metadata.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './interfaces/serialized-graph-metadata.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/serialized-graph-metadata.interface.d.ts' with Package ID '@nestjs/core/inspector/interfaces/serialized-graph-metadata.interface.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/edge.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core/inspector'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/entrypoint.interface.d.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core/inspector/interfaces'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/entrypoint.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces'. Resolving module name '@nestjs/common/interfaces' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces' Directory '/tmp/project/node_modules/@nestjs/core/inspector/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces' Resolution for module '@nestjs/common/interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/constants' from '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/extras.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/constants'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/constants'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/constants'. Resolving module name '@nestjs/common/constants' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/constants'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/constants', target file type 'TypeScript'. Loading module '@nestjs/common/constants' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/constants' Directory '/tmp/project/node_modules/@nestjs/core/inspector/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/constants' Resolution for module '@nestjs/common/constants' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common/constants' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/constants.d.ts' with Package ID '@nestjs/common/constants.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/node.interface.d.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core/inspector/interfaces'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/constants' from '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/node.interface.d.ts'. ======== Resolution for module '@nestjs/common/constants' was found in cache from location '/tmp/project/node_modules/@nestjs/core/inspector/interfaces'. ======== Module name '@nestjs/common/constants' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/constants.d.ts' with Package ID '@nestjs/common/constants.d.ts@9.3.10'. ======== ======== Resolving module '../serialized-graph' from '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/serialized-graph-json.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/inspector/serialized-graph', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/inspector/serialized-graph.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/serialized-graph.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/serialized-graph.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../serialized-graph' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/inspector/serialized-graph.d.ts' with Package ID '@nestjs/core/inspector/serialized-graph.d.ts@9.3.10'. ======== ======== Resolving module './edge.interface' from '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/serialized-graph-json.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/edge.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/edge.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/edge.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/edge.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './edge.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/edge.interface.d.ts' with Package ID '@nestjs/core/inspector/interfaces/edge.interface.d.ts@9.3.10'. ======== ======== Resolving module './entrypoint.interface' from '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/serialized-graph-json.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/entrypoint.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/entrypoint.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/entrypoint.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/entrypoint.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './entrypoint.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/entrypoint.interface.d.ts' with Package ID '@nestjs/core/inspector/interfaces/entrypoint.interface.d.ts@9.3.10'. ======== ======== Resolving module './extras.interface' from '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/serialized-graph-json.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/extras.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/extras.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/extras.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/extras.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './extras.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/extras.interface.d.ts' with Package ID '@nestjs/core/inspector/interfaces/extras.interface.d.ts@9.3.10'. ======== ======== Resolving module './node.interface' from '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/serialized-graph-json.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/node.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/node.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/node.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/node.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './node.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/node.interface.d.ts' with Package ID '@nestjs/core/inspector/interfaces/node.interface.d.ts@9.3.10'. ======== ======== Resolving module './serialized-graph-metadata.interface' from '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/serialized-graph-json.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/serialized-graph-metadata.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/serialized-graph-metadata.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/serialized-graph-metadata.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/serialized-graph-metadata.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './serialized-graph-metadata.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/serialized-graph-metadata.interface.d.ts' with Package ID '@nestjs/core/inspector/interfaces/serialized-graph-metadata.interface.d.ts@9.3.10'. ======== ======== Resolving module '../../injector/injector' from '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/serialized-graph-metadata.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/injector', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/injector.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/injector.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/injector.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../../injector/injector' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/injector.d.ts' with Package ID '@nestjs/core/injector/injector.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/injector/injector.d.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/@nestjs/core/injector/injector.d.ts'. ======== Resolution for module '@nestjs/common/interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module './instance-wrapper' from '/tmp/project/node_modules/@nestjs/core/injector/injector.d.ts'. ======== Resolution for module './instance-wrapper' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name './instance-wrapper' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' with Package ID '@nestjs/core/injector/instance-wrapper.d.ts@9.3.10'. ======== ======== Resolving module './module' from '/tmp/project/node_modules/@nestjs/core/injector/injector.d.ts'. ======== Resolution for module './module' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name './module' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/module.d.ts' with Package ID '@nestjs/core/injector/module.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/@nestjs/core/injector/compiler.d.ts'. ======== Resolution for module '@nestjs/common/interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module './module-token-factory' from '/tmp/project/node_modules/@nestjs/core/injector/compiler.d.ts'. ======== Resolution for module './module-token-factory' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name './module-token-factory' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/module-token-factory.d.ts' with Package ID '@nestjs/core/injector/module-token-factory.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/injector/module-token-factory.d.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces/type.interface' from '/tmp/project/node_modules/@nestjs/core/injector/module-token-factory.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/type.interface'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces/type.interface'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/type.interface'. Resolving module name '@nestjs/common/interfaces/type.interface' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces/type.interface'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces/type.interface', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces/type.interface' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/injector/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/type.interface' Directory '/tmp/project/node_modules/@nestjs/core/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/type.interface' Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/type.interface' File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.d.ts', result '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.d.ts'. ======== Module name '@nestjs/common/interfaces/type.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.d.ts' with Package ID '@nestjs/common/interfaces/type.interface.d.ts@9.3.10'. ======== ======== Resolving module './module' from '/tmp/project/node_modules/@nestjs/core/injector/modules-container.d.ts'. ======== Resolution for module './module' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name './module' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/module.d.ts' with Package ID '@nestjs/core/injector/module.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/injector/module-ref.d.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './abstract-instance-resolver' from '/tmp/project/node_modules/@nestjs/core/injector/module-ref.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/abstract-instance-resolver', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/abstract-instance-resolver.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/abstract-instance-resolver.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/abstract-instance-resolver.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './abstract-instance-resolver' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/abstract-instance-resolver.d.ts' with Package ID '@nestjs/core/injector/abstract-instance-resolver.d.ts@9.3.10'. ======== ======== Resolving module './container' from '/tmp/project/node_modules/@nestjs/core/injector/module-ref.d.ts'. ======== Resolution for module './container' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name './container' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts' with Package ID '@nestjs/core/injector/container.d.ts@9.3.10'. ======== ======== Resolving module './injector' from '/tmp/project/node_modules/@nestjs/core/injector/module-ref.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/injector', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/injector.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/injector.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/injector.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './injector' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/injector.d.ts' with Package ID '@nestjs/core/injector/injector.d.ts@9.3.10'. ======== ======== Resolving module './instance-links-host' from '/tmp/project/node_modules/@nestjs/core/injector/module-ref.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/instance-links-host', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/instance-links-host.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/instance-links-host.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/instance-links-host.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './instance-links-host' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/instance-links-host.d.ts' with Package ID '@nestjs/core/injector/instance-links-host.d.ts@9.3.10'. ======== ======== Resolving module './instance-wrapper' from '/tmp/project/node_modules/@nestjs/core/injector/module-ref.d.ts'. ======== Resolution for module './instance-wrapper' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name './instance-wrapper' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' with Package ID '@nestjs/core/injector/instance-wrapper.d.ts@9.3.10'. ======== ======== Resolving module './module' from '/tmp/project/node_modules/@nestjs/core/injector/module-ref.d.ts'. ======== Resolution for module './module' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name './module' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/module.d.ts' with Package ID '@nestjs/core/injector/module.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/injector/abstract-instance-resolver.d.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/@nestjs/core/injector/abstract-instance-resolver.d.ts'. ======== Resolution for module '@nestjs/common/interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module './injector' from '/tmp/project/node_modules/@nestjs/core/injector/abstract-instance-resolver.d.ts'. ======== Resolution for module './injector' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name './injector' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/injector.d.ts' with Package ID '@nestjs/core/injector/injector.d.ts@9.3.10'. ======== ======== Resolving module './instance-links-host' from '/tmp/project/node_modules/@nestjs/core/injector/abstract-instance-resolver.d.ts'. ======== Resolution for module './instance-links-host' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name './instance-links-host' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/instance-links-host.d.ts' with Package ID '@nestjs/core/injector/instance-links-host.d.ts@9.3.10'. ======== ======== Resolving module './instance-wrapper' from '/tmp/project/node_modules/@nestjs/core/injector/abstract-instance-resolver.d.ts'. ======== Resolution for module './instance-wrapper' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name './instance-wrapper' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' with Package ID '@nestjs/core/injector/instance-wrapper.d.ts@9.3.10'. ======== ======== Resolving module './module' from '/tmp/project/node_modules/@nestjs/core/injector/abstract-instance-resolver.d.ts'. ======== Resolution for module './module' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name './module' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/module.d.ts' with Package ID '@nestjs/core/injector/module.d.ts@9.3.10'. ======== ======== Resolving module './container' from '/tmp/project/node_modules/@nestjs/core/injector/instance-links-host.d.ts'. ======== Resolution for module './container' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name './container' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts' with Package ID '@nestjs/core/injector/container.d.ts@9.3.10'. ======== ======== Resolving module './instance-wrapper' from '/tmp/project/node_modules/@nestjs/core/injector/instance-links-host.d.ts'. ======== Resolution for module './instance-wrapper' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name './instance-wrapper' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' with Package ID '@nestjs/core/injector/instance-wrapper.d.ts@9.3.10'. ======== ======== Resolving module './module' from '/tmp/project/node_modules/@nestjs/core/injector/instance-links-host.d.ts'. ======== Resolution for module './module' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name './module' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/module.d.ts' with Package ID '@nestjs/core/injector/module.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/router/interfaces/exclude-route-metadata.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/router/interfaces/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Directory '/tmp/project/node_modules/@nestjs/core/router/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/constants' from '/tmp/project/node_modules/@nestjs/core/constants.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/constants'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/constants'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/constants'. Resolving module name '@nestjs/common/constants' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/constants'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/constants', target file type 'TypeScript'. Loading module '@nestjs/common/constants' from 'node_modules' folder, target file type 'TypeScript'. Resolution for module '@nestjs/common/constants' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common/constants' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/constants.d.ts' with Package ID '@nestjs/common/constants.d.ts@9.3.10'. ======== ======== Resolving module './discovery-module' from '/tmp/project/node_modules/@nestjs/core/discovery/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/discovery/discovery-module', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/discovery/discovery-module.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/discovery/discovery-module.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/discovery/discovery-module.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './discovery-module' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/discovery/discovery-module.d.ts' with Package ID '@nestjs/core/discovery/discovery-module.d.ts@9.3.10'. ======== ======== Resolving module './discovery-service' from '/tmp/project/node_modules/@nestjs/core/discovery/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/discovery/discovery-service', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/discovery/discovery-service.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/discovery/discovery-service.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/discovery/discovery-service.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './discovery-service' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/discovery/discovery-service.d.ts' with Package ID '@nestjs/core/discovery/discovery-service.d.ts@9.3.10'. ======== ======== Resolving module '../injector/instance-wrapper' from '/tmp/project/node_modules/@nestjs/core/discovery/discovery-service.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../injector/instance-wrapper' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' with Package ID '@nestjs/core/injector/instance-wrapper.d.ts@9.3.10'. ======== ======== Resolving module '../injector/module' from '/tmp/project/node_modules/@nestjs/core/discovery/discovery-service.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/module', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/module.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/module.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/module.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../injector/module' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/module.d.ts' with Package ID '@nestjs/core/injector/module.d.ts@9.3.10'. ======== ======== Resolving module '../injector/modules-container' from '/tmp/project/node_modules/@nestjs/core/discovery/discovery-service.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/modules-container', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/modules-container.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/modules-container.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/modules-container.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../injector/modules-container' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/modules-container.d.ts' with Package ID '@nestjs/core/injector/modules-container.d.ts@9.3.10'. ======== ======== Resolving module './base-exception-filter' from '/tmp/project/node_modules/@nestjs/core/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/exceptions/base-exception-filter', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/exceptions/base-exception-filter.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/exceptions/base-exception-filter.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/exceptions/base-exception-filter.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './base-exception-filter' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/exceptions/base-exception-filter.d.ts' with Package ID '@nestjs/core/exceptions/base-exception-filter.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/exceptions/base-exception-filter.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/exceptions/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '../adapters' from '/tmp/project/node_modules/@nestjs/core/exceptions/base-exception-filter.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/adapters', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/adapters.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/adapters.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/adapters.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/adapters/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/core/adapters/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/adapters/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/adapters/index.d.ts' exist - use it as a name resolution result. ======== Module name '../adapters' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/adapters/index.d.ts'. ======== ======== Resolving module '../helpers/http-adapter-host' from '/tmp/project/node_modules/@nestjs/core/exceptions/base-exception-filter.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/helpers/http-adapter-host', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/helpers/http-adapter-host.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/http-adapter-host.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/http-adapter-host.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../helpers/http-adapter-host' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/helpers/http-adapter-host.d.ts' with Package ID '@nestjs/core/helpers/http-adapter-host.d.ts@9.3.10'. ======== ======== Resolving module '../adapters/http-adapter' from '/tmp/project/node_modules/@nestjs/core/helpers/http-adapter-host.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/adapters/http-adapter', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/adapters/http-adapter.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/adapters/http-adapter.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/adapters/http-adapter.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../adapters/http-adapter' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/adapters/http-adapter.d.ts' with Package ID '@nestjs/core/adapters/http-adapter.d.ts@9.3.10'. ======== ======== Resolving module './context-id-factory' from '/tmp/project/node_modules/@nestjs/core/helpers/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/helpers/context-id-factory', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/helpers/context-id-factory.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/context-id-factory.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/context-id-factory.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './context-id-factory' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/helpers/context-id-factory.d.ts' with Package ID '@nestjs/core/helpers/context-id-factory.d.ts@9.3.10'. ======== ======== Resolving module './external-context-creator' from '/tmp/project/node_modules/@nestjs/core/helpers/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/helpers/external-context-creator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/helpers/external-context-creator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/external-context-creator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/external-context-creator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './external-context-creator' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/helpers/external-context-creator.d.ts' with Package ID '@nestjs/core/helpers/external-context-creator.d.ts@9.3.10'. ======== ======== Resolving module './http-adapter-host' from '/tmp/project/node_modules/@nestjs/core/helpers/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/helpers/http-adapter-host', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/helpers/http-adapter-host.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/http-adapter-host.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/http-adapter-host.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './http-adapter-host' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/helpers/http-adapter-host.d.ts' with Package ID '@nestjs/core/helpers/http-adapter-host.d.ts@9.3.10'. ======== ======== Resolving module '../injector/instance-wrapper' from '/tmp/project/node_modules/@nestjs/core/helpers/context-id-factory.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../injector/instance-wrapper' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' with Package ID '@nestjs/core/injector/instance-wrapper.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/helpers/external-context-creator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/helpers/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/@nestjs/core/helpers/external-context-creator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces'. Resolving module name '@nestjs/common/interfaces' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/helpers/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces' Resolution for module '@nestjs/common/interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module '../exceptions/external-exception-filter-context' from '/tmp/project/node_modules/@nestjs/core/helpers/external-context-creator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/exceptions/external-exception-filter-context', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/exceptions/external-exception-filter-context.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/exceptions/external-exception-filter-context.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/exceptions/external-exception-filter-context.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../exceptions/external-exception-filter-context' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/exceptions/external-exception-filter-context.d.ts' with Package ID '@nestjs/core/exceptions/external-exception-filter-context.d.ts@9.3.10'. ======== ======== Resolving module '../guards' from '/tmp/project/node_modules/@nestjs/core/helpers/external-context-creator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/guards', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/guards.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/guards.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/guards.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/guards/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/core/guards/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/guards/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/guards/index.d.ts' exist - use it as a name resolution result. ======== Module name '../guards' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/guards/index.d.ts'. ======== ======== Resolving module '../injector/container' from '/tmp/project/node_modules/@nestjs/core/helpers/external-context-creator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/container', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/container.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/container.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../injector/container' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts' with Package ID '@nestjs/core/injector/container.d.ts@9.3.10'. ======== ======== Resolving module '../injector/instance-wrapper' from '/tmp/project/node_modules/@nestjs/core/helpers/external-context-creator.d.ts'. ======== Resolution for module '../injector/instance-wrapper' was found in cache from location '/tmp/project/node_modules/@nestjs/core/helpers'. ======== Module name '../injector/instance-wrapper' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' with Package ID '@nestjs/core/injector/instance-wrapper.d.ts@9.3.10'. ======== ======== Resolving module '../injector/modules-container' from '/tmp/project/node_modules/@nestjs/core/helpers/external-context-creator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/modules-container', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/modules-container.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/modules-container.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/modules-container.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../injector/modules-container' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/modules-container.d.ts' with Package ID '@nestjs/core/injector/modules-container.d.ts@9.3.10'. ======== ======== Resolving module '../interceptors' from '/tmp/project/node_modules/@nestjs/core/helpers/external-context-creator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/interceptors', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/interceptors.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/interceptors.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/interceptors.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/interceptors/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/core/interceptors/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/interceptors/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/interceptors/index.d.ts' exist - use it as a name resolution result. ======== Module name '../interceptors' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/interceptors/index.d.ts'. ======== ======== Resolving module '../pipes' from '/tmp/project/node_modules/@nestjs/core/helpers/external-context-creator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/pipes', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/pipes.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/pipes.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/pipes.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/pipes/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/core/pipes/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/pipes/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/pipes/index.d.ts' exist - use it as a name resolution result. ======== Module name '../pipes' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/pipes/index.d.ts'. ======== ======== Resolving module './context-utils' from '/tmp/project/node_modules/@nestjs/core/helpers/external-context-creator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/helpers/context-utils', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/helpers/context-utils.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/context-utils.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/context-utils.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './context-utils' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/helpers/context-utils.d.ts' with Package ID '@nestjs/core/helpers/context-utils.d.ts@9.3.10'. ======== ======== Resolving module './interfaces/external-handler-metadata.interface' from '/tmp/project/node_modules/@nestjs/core/helpers/external-context-creator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/helpers/interfaces/external-handler-metadata.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/helpers/interfaces/external-handler-metadata.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/interfaces/external-handler-metadata.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/interfaces/external-handler-metadata.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './interfaces/external-handler-metadata.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/helpers/interfaces/external-handler-metadata.interface.d.ts' with Package ID '@nestjs/core/helpers/interfaces/external-handler-metadata.interface.d.ts@9.3.10'. ======== ======== Resolving module './interfaces/params-metadata.interface' from '/tmp/project/node_modules/@nestjs/core/helpers/external-context-creator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/helpers/interfaces/params-metadata.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/helpers/interfaces/params-metadata.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/interfaces/params-metadata.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/interfaces/params-metadata.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './interfaces/params-metadata.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/helpers/interfaces/params-metadata.interface.d.ts' with Package ID '@nestjs/core/helpers/interfaces/params-metadata.interface.d.ts@9.3.10'. ======== ======== Resolving module './execution-context-host' from '/tmp/project/node_modules/@nestjs/core/helpers/external-context-creator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/helpers/execution-context-host', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/helpers/execution-context-host.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/execution-context-host.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/execution-context-host.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './execution-context-host' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/helpers/execution-context-host.d.ts' with Package ID '@nestjs/core/helpers/execution-context-host.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/@nestjs/core/exceptions/external-exception-filter-context.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces'. Resolving module name '@nestjs/common/interfaces' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/exceptions/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces' Resolution for module '@nestjs/common/interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module '../application-config' from '/tmp/project/node_modules/@nestjs/core/exceptions/external-exception-filter-context.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/application-config', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/application-config.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/application-config.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/application-config.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../application-config' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/application-config.d.ts' with Package ID '@nestjs/core/application-config.d.ts@9.3.10'. ======== ======== Resolving module '../injector/container' from '/tmp/project/node_modules/@nestjs/core/exceptions/external-exception-filter-context.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/container', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/container.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/container.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../injector/container' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts' with Package ID '@nestjs/core/injector/container.d.ts@9.3.10'. ======== ======== Resolving module '../router/router-proxy' from '/tmp/project/node_modules/@nestjs/core/exceptions/external-exception-filter-context.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/router/router-proxy', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/router/router-proxy.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/router/router-proxy.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/router/router-proxy.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../router/router-proxy' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/router/router-proxy.d.ts' with Package ID '@nestjs/core/router/router-proxy.d.ts@9.3.10'. ======== ======== Resolving module './base-exception-filter-context' from '/tmp/project/node_modules/@nestjs/core/exceptions/external-exception-filter-context.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/exceptions/base-exception-filter-context', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/exceptions/base-exception-filter-context.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/exceptions/base-exception-filter-context.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/exceptions/base-exception-filter-context.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './base-exception-filter-context' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/exceptions/base-exception-filter-context.d.ts' with Package ID '@nestjs/core/exceptions/base-exception-filter-context.d.ts@9.3.10'. ======== ======== Resolving module './external-exceptions-handler' from '/tmp/project/node_modules/@nestjs/core/exceptions/external-exception-filter-context.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/exceptions/external-exceptions-handler', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/exceptions/external-exceptions-handler.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/exceptions/external-exceptions-handler.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/exceptions/external-exceptions-handler.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './external-exceptions-handler' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/exceptions/external-exceptions-handler.d.ts' with Package ID '@nestjs/core/exceptions/external-exceptions-handler.d.ts@9.3.10'. ======== ======== Resolving module '../injector/instance-wrapper' from '/tmp/project/node_modules/@nestjs/core/exceptions/external-exception-filter-context.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../injector/instance-wrapper' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' with Package ID '@nestjs/core/injector/instance-wrapper.d.ts@9.3.10'. ======== ======== Resolving module '../exceptions/exceptions-handler' from '/tmp/project/node_modules/@nestjs/core/router/router-proxy.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/exceptions/exceptions-handler', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/exceptions/exceptions-handler.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/exceptions/exceptions-handler.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/exceptions/exceptions-handler.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../exceptions/exceptions-handler' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/exceptions/exceptions-handler.d.ts' with Package ID '@nestjs/core/exceptions/exceptions-handler.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/exceptions/exceptions-handler.d.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core/exceptions'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces/exceptions/exception-filter-metadata.interface' from '/tmp/project/node_modules/@nestjs/core/exceptions/exceptions-handler.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/exceptions/exception-filter-metadata.interface'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces/exceptions/exception-filter-metadata.interface'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/exceptions/exception-filter-metadata.interface'. Resolving module name '@nestjs/common/interfaces/exceptions/exception-filter-metadata.interface' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces/exceptions/exception-filter-metadata.interface'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces/exceptions/exception-filter-metadata.interface', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces/exceptions/exception-filter-metadata.interface' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/exceptions/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/exceptions/exception-filter-metadata.interface' Directory '/tmp/project/node_modules/@nestjs/core/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/exceptions/exception-filter-metadata.interface' Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/exceptions/exception-filter-metadata.interface' File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter-metadata.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter-metadata.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter-metadata.interface.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter-metadata.interface.d.ts', result '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter-metadata.interface.d.ts'. ======== Module name '@nestjs/common/interfaces/exceptions/exception-filter-metadata.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter-metadata.interface.d.ts' with Package ID '@nestjs/common/interfaces/exceptions/exception-filter-metadata.interface.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces/features/arguments-host.interface' from '/tmp/project/node_modules/@nestjs/core/exceptions/exceptions-handler.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/features/arguments-host.interface'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces/features/arguments-host.interface'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/features/arguments-host.interface'. Resolving module name '@nestjs/common/interfaces/features/arguments-host.interface' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces/features/arguments-host.interface'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces/features/arguments-host.interface', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces/features/arguments-host.interface' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/exceptions/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/features/arguments-host.interface' Directory '/tmp/project/node_modules/@nestjs/core/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/features/arguments-host.interface' Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/features/arguments-host.interface' File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.d.ts', result '/tmp/project/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.d.ts'. ======== Module name '@nestjs/common/interfaces/features/arguments-host.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/arguments-host.interface.d.ts@9.3.10'. ======== ======== Resolving module './base-exception-filter' from '/tmp/project/node_modules/@nestjs/core/exceptions/exceptions-handler.d.ts'. ======== Resolution for module './base-exception-filter' was found in cache from location '/tmp/project/node_modules/@nestjs/core/exceptions'. ======== Module name './base-exception-filter' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/exceptions/base-exception-filter.d.ts' with Package ID '@nestjs/core/exceptions/base-exception-filter.d.ts@9.3.10'. ======== ======== Resolving module './exception-filter.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter-metadata.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './exception-filter.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter.interface.d.ts' with Package ID '@nestjs/common/interfaces/exceptions/exception-filter.interface.d.ts@9.3.10'. ======== ======== Resolving module '../type.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter-metadata.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../type.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.d.ts' with Package ID '@nestjs/common/interfaces/type.interface.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/@nestjs/core/exceptions/base-exception-filter-context.d.ts'. ======== Resolution for module '@nestjs/common/interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/core/exceptions'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces/exceptions/exception-filter.interface' from '/tmp/project/node_modules/@nestjs/core/exceptions/base-exception-filter-context.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/exceptions/exception-filter.interface'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces/exceptions/exception-filter.interface'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/exceptions/exception-filter.interface'. Resolving module name '@nestjs/common/interfaces/exceptions/exception-filter.interface' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces/exceptions/exception-filter.interface'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces/exceptions/exception-filter.interface', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces/exceptions/exception-filter.interface' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/exceptions/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/exceptions/exception-filter.interface' Directory '/tmp/project/node_modules/@nestjs/core/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/exceptions/exception-filter.interface' Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/exceptions/exception-filter.interface' File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter.interface.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter.interface.d.ts', result '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter.interface.d.ts'. ======== Module name '@nestjs/common/interfaces/exceptions/exception-filter.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter.interface.d.ts' with Package ID '@nestjs/common/interfaces/exceptions/exception-filter.interface.d.ts@9.3.10'. ======== ======== Resolving module '../helpers/context-creator' from '/tmp/project/node_modules/@nestjs/core/exceptions/base-exception-filter-context.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/helpers/context-creator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/helpers/context-creator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/context-creator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/context-creator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../helpers/context-creator' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/helpers/context-creator.d.ts' with Package ID '@nestjs/core/helpers/context-creator.d.ts@9.3.10'. ======== ======== Resolving module '../injector/container' from '/tmp/project/node_modules/@nestjs/core/exceptions/base-exception-filter-context.d.ts'. ======== Resolution for module '../injector/container' was found in cache from location '/tmp/project/node_modules/@nestjs/core/exceptions'. ======== Module name '../injector/container' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts' with Package ID '@nestjs/core/injector/container.d.ts@9.3.10'. ======== ======== Resolving module '../injector/instance-wrapper' from '/tmp/project/node_modules/@nestjs/core/exceptions/base-exception-filter-context.d.ts'. ======== Resolution for module '../injector/instance-wrapper' was found in cache from location '/tmp/project/node_modules/@nestjs/core/exceptions'. ======== Module name '../injector/instance-wrapper' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' with Package ID '@nestjs/core/injector/instance-wrapper.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/@nestjs/core/helpers/context-creator.d.ts'. ======== Resolution for module '@nestjs/common/interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/core/helpers'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module '../injector/instance-wrapper' from '/tmp/project/node_modules/@nestjs/core/helpers/context-creator.d.ts'. ======== Resolution for module '../injector/instance-wrapper' was found in cache from location '/tmp/project/node_modules/@nestjs/core/helpers'. ======== Module name '../injector/instance-wrapper' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' with Package ID '@nestjs/core/injector/instance-wrapper.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces/exceptions' from '/tmp/project/node_modules/@nestjs/core/exceptions/external-exceptions-handler.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/exceptions'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces/exceptions'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/exceptions'. Resolving module name '@nestjs/common/interfaces/exceptions' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces/exceptions'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces/exceptions', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces/exceptions' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/exceptions/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/exceptions' Directory '/tmp/project/node_modules/@nestjs/core/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/exceptions' Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/exceptions' File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' does not have a 'main' field. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/index.d.ts', result '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/index.d.ts'. ======== Module name '@nestjs/common/interfaces/exceptions' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/index.d.ts' with Package ID '@nestjs/common/interfaces/exceptions/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces/features/arguments-host.interface' from '/tmp/project/node_modules/@nestjs/core/exceptions/external-exceptions-handler.d.ts'. ======== Resolution for module '@nestjs/common/interfaces/features/arguments-host.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/core/exceptions'. ======== Module name '@nestjs/common/interfaces/features/arguments-host.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/arguments-host.interface.d.ts@9.3.10'. ======== ======== Resolving module './external-exception-filter' from '/tmp/project/node_modules/@nestjs/core/exceptions/external-exceptions-handler.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/exceptions/external-exception-filter', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/exceptions/external-exception-filter.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/exceptions/external-exception-filter.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/exceptions/external-exception-filter.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './external-exception-filter' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/exceptions/external-exception-filter.d.ts' with Package ID '@nestjs/core/exceptions/external-exception-filter.d.ts@9.3.10'. ======== ======== Resolving module './exception-filter-metadata.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter-metadata.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter-metadata.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter-metadata.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter-metadata.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './exception-filter-metadata.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter-metadata.interface.d.ts' with Package ID '@nestjs/common/interfaces/exceptions/exception-filter-metadata.interface.d.ts@9.3.10'. ======== ======== Resolving module './exception-filter.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/index.d.ts'. ======== Resolution for module './exception-filter.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions'. ======== Module name './exception-filter.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/exception-filter.interface.d.ts' with Package ID '@nestjs/common/interfaces/exceptions/exception-filter.interface.d.ts@9.3.10'. ======== ======== Resolving module './rpc-exception-filter-metadata.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter-metadata.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter-metadata.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter-metadata.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter-metadata.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './rpc-exception-filter-metadata.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter-metadata.interface.d.ts' with Package ID '@nestjs/common/interfaces/exceptions/rpc-exception-filter-metadata.interface.d.ts@9.3.10'. ======== ======== Resolving module './rpc-exception-filter.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './rpc-exception-filter.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter.interface.d.ts' with Package ID '@nestjs/common/interfaces/exceptions/rpc-exception-filter.interface.d.ts@9.3.10'. ======== ======== Resolving module './ws-exception-filter.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/ws-exception-filter.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/ws-exception-filter.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/ws-exception-filter.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/ws-exception-filter.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './ws-exception-filter.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/ws-exception-filter.interface.d.ts' with Package ID '@nestjs/common/interfaces/exceptions/ws-exception-filter.interface.d.ts@9.3.10'. ======== ======== Resolving module './rpc-exception-filter.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter-metadata.interface.d.ts'. ======== Resolution for module './rpc-exception-filter.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions'. ======== Module name './rpc-exception-filter.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter.interface.d.ts' with Package ID '@nestjs/common/interfaces/exceptions/rpc-exception-filter.interface.d.ts@9.3.10'. ======== ======== Resolving module '../type.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter-metadata.interface.d.ts'. ======== Resolution for module '../type.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/common/interfaces/exceptions'. ======== Module name '../type.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/type.interface.d.ts' with Package ID '@nestjs/common/interfaces/type.interface.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/exceptions/external-exception-filter.d.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core/exceptions'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './constants' from '/tmp/project/node_modules/@nestjs/core/guards/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/guards/constants', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/guards/constants.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/guards/constants.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/guards/constants.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './constants' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/guards/constants.d.ts' with Package ID '@nestjs/core/guards/constants.d.ts@9.3.10'. ======== ======== Resolving module './guards-consumer' from '/tmp/project/node_modules/@nestjs/core/guards/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/guards/guards-consumer', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/guards/guards-consumer.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/guards/guards-consumer.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/guards/guards-consumer.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './guards-consumer' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/guards/guards-consumer.d.ts' with Package ID '@nestjs/core/guards/guards-consumer.d.ts@9.3.10'. ======== ======== Resolving module './guards-context-creator' from '/tmp/project/node_modules/@nestjs/core/guards/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/guards/guards-context-creator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/guards/guards-context-creator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/guards/guards-context-creator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/guards/guards-context-creator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './guards-context-creator' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/guards/guards-context-creator.d.ts' with Package ID '@nestjs/core/guards/guards-context-creator.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/guards/guards-consumer.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/guards/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/@nestjs/core/guards/guards-consumer.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces'. Resolving module name '@nestjs/common/interfaces' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/guards/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces' Resolution for module '@nestjs/common/interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module 'rxjs' from '/tmp/project/node_modules/@nestjs/core/guards/guards-consumer.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. 'paths' option is specified, looking for a pattern to match module name 'rxjs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. Resolving module name 'rxjs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/rxjs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/rxjs', target file type 'TypeScript'. File '/tmp/project/apps/api/rxjs.ts' does not exist. File '/tmp/project/apps/api/rxjs.tsx' does not exist. File '/tmp/project/apps/api/rxjs.d.ts' does not exist. Directory '/tmp/project/apps/api/rxjs' does not exist, skipping all lookups in it. Loading module 'rxjs' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/guards/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/@nestjs/core/node_modules/rxjs.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/node_modules/rxjs.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/node_modules/rxjs.d.ts' does not exist. Directory '/tmp/project/node_modules/@nestjs/core/node_modules/@types' does not exist, skipping all lookups in it. Resolution for module 'rxjs' was found in cache from location '/tmp/project/node_modules/@nestjs'. ======== Module name 'rxjs' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/index.d.ts' with Package ID 'rxjs/dist/types/index.d.ts@7.8.0'. ======== ======== Resolving module '../helpers/execution-context-host' from '/tmp/project/node_modules/@nestjs/core/guards/guards-consumer.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/helpers/execution-context-host', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/helpers/execution-context-host.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/execution-context-host.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/execution-context-host.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../helpers/execution-context-host' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/helpers/execution-context-host.d.ts' with Package ID '@nestjs/core/helpers/execution-context-host.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/helpers/execution-context-host.d.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core/helpers'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/@nestjs/core/helpers/execution-context-host.d.ts'. ======== Resolution for module '@nestjs/common/interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/core/helpers'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces/features/arguments-host.interface' from '/tmp/project/node_modules/@nestjs/core/helpers/execution-context-host.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/features/arguments-host.interface'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces/features/arguments-host.interface'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/features/arguments-host.interface'. Resolving module name '@nestjs/common/interfaces/features/arguments-host.interface' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces/features/arguments-host.interface'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces/features/arguments-host.interface', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces/features/arguments-host.interface' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/helpers/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/features/arguments-host.interface' Resolution for module '@nestjs/common/interfaces/features/arguments-host.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common/interfaces/features/arguments-host.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/arguments-host.interface.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/guards/guards-context-creator.d.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core/guards'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/@nestjs/core/guards/guards-context-creator.d.ts'. ======== Resolution for module '@nestjs/common/interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/core/guards'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module '../application-config' from '/tmp/project/node_modules/@nestjs/core/guards/guards-context-creator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/application-config', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/application-config.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/application-config.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/application-config.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../application-config' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/application-config.d.ts' with Package ID '@nestjs/core/application-config.d.ts@9.3.10'. ======== ======== Resolving module '../helpers/context-creator' from '/tmp/project/node_modules/@nestjs/core/guards/guards-context-creator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/helpers/context-creator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/helpers/context-creator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/context-creator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/context-creator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../helpers/context-creator' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/helpers/context-creator.d.ts' with Package ID '@nestjs/core/helpers/context-creator.d.ts@9.3.10'. ======== ======== Resolving module '../injector/container' from '/tmp/project/node_modules/@nestjs/core/guards/guards-context-creator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/container', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/container.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/container.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../injector/container' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts' with Package ID '@nestjs/core/injector/container.d.ts@9.3.10'. ======== ======== Resolving module '../injector/instance-wrapper' from '/tmp/project/node_modules/@nestjs/core/guards/guards-context-creator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../injector/instance-wrapper' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' with Package ID '@nestjs/core/injector/instance-wrapper.d.ts@9.3.10'. ======== ======== Resolving module './interceptors-consumer' from '/tmp/project/node_modules/@nestjs/core/interceptors/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/interceptors/interceptors-consumer', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/interceptors/interceptors-consumer.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/interceptors/interceptors-consumer.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/interceptors/interceptors-consumer.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './interceptors-consumer' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/interceptors/interceptors-consumer.d.ts' with Package ID '@nestjs/core/interceptors/interceptors-consumer.d.ts@9.3.10'. ======== ======== Resolving module './interceptors-context-creator' from '/tmp/project/node_modules/@nestjs/core/interceptors/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/interceptors/interceptors-context-creator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/interceptors/interceptors-context-creator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/interceptors/interceptors-context-creator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/interceptors/interceptors-context-creator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './interceptors-context-creator' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/interceptors/interceptors-context-creator.d.ts' with Package ID '@nestjs/core/interceptors/interceptors-context-creator.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/interceptors/interceptors-consumer.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/interceptors/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/@nestjs/core/interceptors/interceptors-consumer.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces'. Resolving module name '@nestjs/common/interfaces' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/interceptors/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces' Resolution for module '@nestjs/common/interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module 'rxjs' from '/tmp/project/node_modules/@nestjs/core/interceptors/interceptors-consumer.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. 'paths' option is specified, looking for a pattern to match module name 'rxjs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. Resolving module name 'rxjs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/rxjs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/rxjs', target file type 'TypeScript'. File '/tmp/project/apps/api/rxjs.ts' does not exist. File '/tmp/project/apps/api/rxjs.tsx' does not exist. File '/tmp/project/apps/api/rxjs.d.ts' does not exist. Directory '/tmp/project/apps/api/rxjs' does not exist, skipping all lookups in it. Loading module 'rxjs' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/interceptors/node_modules' does not exist, skipping all lookups in it. Resolution for module 'rxjs' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name 'rxjs' was successfully resolved to '/tmp/project/node_modules/rxjs/dist/types/index.d.ts' with Package ID 'rxjs/dist/types/index.d.ts@7.8.0'. ======== ======== Resolving module '../helpers/execution-context-host' from '/tmp/project/node_modules/@nestjs/core/interceptors/interceptors-consumer.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/helpers/execution-context-host', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/helpers/execution-context-host.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/execution-context-host.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/execution-context-host.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../helpers/execution-context-host' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/helpers/execution-context-host.d.ts' with Package ID '@nestjs/core/helpers/execution-context-host.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/@nestjs/core/interceptors/interceptors-context-creator.d.ts'. ======== Resolution for module '@nestjs/common/interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/core/interceptors'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module '../application-config' from '/tmp/project/node_modules/@nestjs/core/interceptors/interceptors-context-creator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/application-config', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/application-config.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/application-config.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/application-config.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../application-config' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/application-config.d.ts' with Package ID '@nestjs/core/application-config.d.ts@9.3.10'. ======== ======== Resolving module '../helpers/context-creator' from '/tmp/project/node_modules/@nestjs/core/interceptors/interceptors-context-creator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/helpers/context-creator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/helpers/context-creator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/context-creator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/context-creator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../helpers/context-creator' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/helpers/context-creator.d.ts' with Package ID '@nestjs/core/helpers/context-creator.d.ts@9.3.10'. ======== ======== Resolving module '../injector/container' from '/tmp/project/node_modules/@nestjs/core/interceptors/interceptors-context-creator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/container', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/container.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/container.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../injector/container' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts' with Package ID '@nestjs/core/injector/container.d.ts@9.3.10'. ======== ======== Resolving module '../injector/instance-wrapper' from '/tmp/project/node_modules/@nestjs/core/interceptors/interceptors-context-creator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../injector/instance-wrapper' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' with Package ID '@nestjs/core/injector/instance-wrapper.d.ts@9.3.10'. ======== ======== Resolving module './params-token-factory' from '/tmp/project/node_modules/@nestjs/core/pipes/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/pipes/params-token-factory', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/pipes/params-token-factory.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/pipes/params-token-factory.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/pipes/params-token-factory.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './params-token-factory' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/pipes/params-token-factory.d.ts' with Package ID '@nestjs/core/pipes/params-token-factory.d.ts@9.3.10'. ======== ======== Resolving module './pipes-consumer' from '/tmp/project/node_modules/@nestjs/core/pipes/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/pipes/pipes-consumer', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/pipes/pipes-consumer.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/pipes/pipes-consumer.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/pipes/pipes-consumer.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './pipes-consumer' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/pipes/pipes-consumer.d.ts' with Package ID '@nestjs/core/pipes/pipes-consumer.d.ts@9.3.10'. ======== ======== Resolving module './pipes-context-creator' from '/tmp/project/node_modules/@nestjs/core/pipes/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/pipes/pipes-context-creator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/pipes/pipes-context-creator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/pipes/pipes-context-creator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/pipes/pipes-context-creator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './pipes-context-creator' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/pipes/pipes-context-creator.d.ts' with Package ID '@nestjs/core/pipes/pipes-context-creator.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/pipes/params-token-factory.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/pipes/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/enums/route-paramtypes.enum' from '/tmp/project/node_modules/@nestjs/core/pipes/params-token-factory.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/enums/route-paramtypes.enum'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/enums/route-paramtypes.enum'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/enums/route-paramtypes.enum'. Resolving module name '@nestjs/common/enums/route-paramtypes.enum' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/enums/route-paramtypes.enum'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/enums/route-paramtypes.enum', target file type 'TypeScript'. Loading module '@nestjs/common/enums/route-paramtypes.enum' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/pipes/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/enums/route-paramtypes.enum' Directory '/tmp/project/node_modules/@nestjs/core/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/enums/route-paramtypes.enum' Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/enums/route-paramtypes.enum' File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/enums/route-paramtypes.enum.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/route-paramtypes.enum.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/enums/route-paramtypes.enum.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@nestjs/common/enums/route-paramtypes.enum.d.ts', result '/tmp/project/node_modules/@nestjs/common/enums/route-paramtypes.enum.d.ts'. ======== Module name '@nestjs/common/enums/route-paramtypes.enum' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/enums/route-paramtypes.enum.d.ts' with Package ID '@nestjs/common/enums/route-paramtypes.enum.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/@nestjs/core/pipes/pipes-consumer.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces'. Resolving module name '@nestjs/common/interfaces' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/pipes/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces' Resolution for module '@nestjs/common/interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/@nestjs/core/pipes/pipes-context-creator.d.ts'. ======== Resolution for module '@nestjs/common/interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/core/pipes'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module '../application-config' from '/tmp/project/node_modules/@nestjs/core/pipes/pipes-context-creator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/application-config', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/application-config.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/application-config.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/application-config.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../application-config' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/application-config.d.ts' with Package ID '@nestjs/core/application-config.d.ts@9.3.10'. ======== ======== Resolving module '../helpers/context-creator' from '/tmp/project/node_modules/@nestjs/core/pipes/pipes-context-creator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/helpers/context-creator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/helpers/context-creator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/context-creator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/context-creator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../helpers/context-creator' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/helpers/context-creator.d.ts' with Package ID '@nestjs/core/helpers/context-creator.d.ts@9.3.10'. ======== ======== Resolving module '../injector/container' from '/tmp/project/node_modules/@nestjs/core/pipes/pipes-context-creator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/container', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/container.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/container.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../injector/container' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts' with Package ID '@nestjs/core/injector/container.d.ts@9.3.10'. ======== ======== Resolving module '../injector/instance-wrapper' from '/tmp/project/node_modules/@nestjs/core/pipes/pipes-context-creator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../injector/instance-wrapper' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' with Package ID '@nestjs/core/injector/instance-wrapper.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/helpers/context-utils.d.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core/helpers'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/@nestjs/core/helpers/context-utils.d.ts'. ======== Resolution for module '@nestjs/common/interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/core/helpers'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module './execution-context-host' from '/tmp/project/node_modules/@nestjs/core/helpers/context-utils.d.ts'. ======== Resolution for module './execution-context-host' was found in cache from location '/tmp/project/node_modules/@nestjs/core/helpers'. ======== Module name './execution-context-host' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/helpers/execution-context-host.d.ts' with Package ID '@nestjs/core/helpers/execution-context-host.d.ts@9.3.10'. ======== ======== Resolving module '../../injector' from '/tmp/project/node_modules/@nestjs/core/helpers/interfaces/external-handler-metadata.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/core/injector/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../injector' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/index.d.ts'. ======== ======== Resolving module '../context-utils' from '/tmp/project/node_modules/@nestjs/core/helpers/interfaces/external-handler-metadata.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/helpers/context-utils', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/helpers/context-utils.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/context-utils.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/helpers/context-utils.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../context-utils' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/helpers/context-utils.d.ts' with Package ID '@nestjs/core/helpers/context-utils.d.ts@9.3.10'. ======== ======== Resolving module './container' from '/tmp/project/node_modules/@nestjs/core/injector/index.d.ts'. ======== Resolution for module './container' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name './container' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts' with Package ID '@nestjs/core/injector/container.d.ts@9.3.10'. ======== ======== Resolving module './inquirer' from '/tmp/project/node_modules/@nestjs/core/injector/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/inquirer', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/inquirer.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/inquirer.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/inquirer.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/inquirer/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/inquirer/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/inquirer/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/inquirer/index.d.ts' exist - use it as a name resolution result. ======== Module name './inquirer' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/inquirer/index.d.ts'. ======== ======== Resolving module './instance-wrapper' from '/tmp/project/node_modules/@nestjs/core/injector/index.d.ts'. ======== Resolution for module './instance-wrapper' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name './instance-wrapper' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' with Package ID '@nestjs/core/injector/instance-wrapper.d.ts@9.3.10'. ======== ======== Resolving module './lazy-module-loader/lazy-module-loader' from '/tmp/project/node_modules/@nestjs/core/injector/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/lazy-module-loader/lazy-module-loader', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/lazy-module-loader/lazy-module-loader.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/lazy-module-loader/lazy-module-loader.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/lazy-module-loader/lazy-module-loader.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './lazy-module-loader/lazy-module-loader' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/lazy-module-loader/lazy-module-loader.d.ts' with Package ID '@nestjs/core/injector/lazy-module-loader/lazy-module-loader.d.ts@9.3.10'. ======== ======== Resolving module './module-ref' from '/tmp/project/node_modules/@nestjs/core/injector/index.d.ts'. ======== Resolution for module './module-ref' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name './module-ref' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/module-ref.d.ts' with Package ID '@nestjs/core/injector/module-ref.d.ts@9.3.10'. ======== ======== Resolving module './modules-container' from '/tmp/project/node_modules/@nestjs/core/injector/index.d.ts'. ======== Resolution for module './modules-container' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name './modules-container' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/modules-container.d.ts' with Package ID '@nestjs/core/injector/modules-container.d.ts@9.3.10'. ======== ======== Resolving module './inquirer-constants' from '/tmp/project/node_modules/@nestjs/core/injector/inquirer/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/inquirer/inquirer-constants', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/inquirer/inquirer-constants.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/inquirer/inquirer-constants.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/inquirer/inquirer-constants.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './inquirer-constants' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/inquirer/inquirer-constants.d.ts' with Package ID '@nestjs/core/injector/inquirer/inquirer-constants.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/injector/lazy-module-loader/lazy-module-loader.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/injector/lazy-module-loader/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '../../scanner' from '/tmp/project/node_modules/@nestjs/core/injector/lazy-module-loader/lazy-module-loader.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/scanner', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/scanner.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/scanner.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/scanner.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../../scanner' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/scanner.d.ts' with Package ID '@nestjs/core/scanner.d.ts@9.3.10'. ======== ======== Resolving module '../compiler' from '/tmp/project/node_modules/@nestjs/core/injector/lazy-module-loader/lazy-module-loader.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/compiler', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/compiler.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/compiler.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/compiler.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../compiler' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/compiler.d.ts' with Package ID '@nestjs/core/injector/compiler.d.ts@9.3.10'. ======== ======== Resolving module '../instance-loader' from '/tmp/project/node_modules/@nestjs/core/injector/lazy-module-loader/lazy-module-loader.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/instance-loader', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/instance-loader.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/instance-loader.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/instance-loader.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../instance-loader' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/instance-loader.d.ts' with Package ID '@nestjs/core/injector/instance-loader.d.ts@9.3.10'. ======== ======== Resolving module '../module-ref' from '/tmp/project/node_modules/@nestjs/core/injector/lazy-module-loader/lazy-module-loader.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/module-ref', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/module-ref.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/module-ref.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/module-ref.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../module-ref' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/module-ref.d.ts' with Package ID '@nestjs/core/injector/module-ref.d.ts@9.3.10'. ======== ======== Resolving module '../modules-container' from '/tmp/project/node_modules/@nestjs/core/injector/lazy-module-loader/lazy-module-loader.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/modules-container', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/modules-container.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/modules-container.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/modules-container.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../modules-container' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/modules-container.d.ts' with Package ID '@nestjs/core/injector/modules-container.d.ts@9.3.10'. ======== ======== Resolving module './lazy-module-loader-options.interface' from '/tmp/project/node_modules/@nestjs/core/injector/lazy-module-loader/lazy-module-loader.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/lazy-module-loader/lazy-module-loader-options.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/lazy-module-loader/lazy-module-loader-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/lazy-module-loader/lazy-module-loader-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/lazy-module-loader/lazy-module-loader-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './lazy-module-loader-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/lazy-module-loader/lazy-module-loader-options.interface.d.ts' with Package ID '@nestjs/core/injector/lazy-module-loader/lazy-module-loader-options.interface.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/scanner.d.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/constants' from '/tmp/project/node_modules/@nestjs/core/scanner.d.ts'. ======== Resolution for module '@nestjs/common/constants' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common/constants' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/constants.d.ts' with Package ID '@nestjs/common/constants.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/@nestjs/core/scanner.d.ts'. ======== Resolution for module '@nestjs/common/interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module './application-config' from '/tmp/project/node_modules/@nestjs/core/scanner.d.ts'. ======== Resolution for module './application-config' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name './application-config' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/application-config.d.ts' with Package ID '@nestjs/core/application-config.d.ts@9.3.10'. ======== ======== Resolving module './injector/container' from '/tmp/project/node_modules/@nestjs/core/scanner.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/container', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/container.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/container.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './injector/container' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts' with Package ID '@nestjs/core/injector/container.d.ts@9.3.10'. ======== ======== Resolving module './injector/instance-wrapper' from '/tmp/project/node_modules/@nestjs/core/scanner.d.ts'. ======== Resolution for module './injector/instance-wrapper' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name './injector/instance-wrapper' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' with Package ID '@nestjs/core/injector/instance-wrapper.d.ts@9.3.10'. ======== ======== Resolving module './injector/module' from '/tmp/project/node_modules/@nestjs/core/scanner.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/module', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/module.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/module.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/module.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './injector/module' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/module.d.ts' with Package ID '@nestjs/core/injector/module.d.ts@9.3.10'. ======== ======== Resolving module './inspector/graph-inspector' from '/tmp/project/node_modules/@nestjs/core/scanner.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/inspector/graph-inspector', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/inspector/graph-inspector.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/graph-inspector.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/graph-inspector.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './inspector/graph-inspector' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/inspector/graph-inspector.d.ts' with Package ID '@nestjs/core/inspector/graph-inspector.d.ts@9.3.10'. ======== ======== Resolving module './metadata-scanner' from '/tmp/project/node_modules/@nestjs/core/scanner.d.ts'. ======== Resolution for module './metadata-scanner' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name './metadata-scanner' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/metadata-scanner.d.ts' with Package ID '@nestjs/core/metadata-scanner.d.ts@9.3.10'. ======== ======== Resolving module '../injector/container' from '/tmp/project/node_modules/@nestjs/core/inspector/graph-inspector.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/container', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/container.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/container.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../injector/container' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts' with Package ID '@nestjs/core/injector/container.d.ts@9.3.10'. ======== ======== Resolving module '../injector/instance-wrapper' from '/tmp/project/node_modules/@nestjs/core/inspector/graph-inspector.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../injector/instance-wrapper' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' with Package ID '@nestjs/core/injector/instance-wrapper.d.ts@9.3.10'. ======== ======== Resolving module '../injector/module' from '/tmp/project/node_modules/@nestjs/core/inspector/graph-inspector.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/module', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/module.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/module.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/module.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../injector/module' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/module.d.ts' with Package ID '@nestjs/core/injector/module.d.ts@9.3.10'. ======== ======== Resolving module './interfaces/enhancer-metadata-cache-entry.interface' from '/tmp/project/node_modules/@nestjs/core/inspector/graph-inspector.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/enhancer-metadata-cache-entry.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/enhancer-metadata-cache-entry.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/enhancer-metadata-cache-entry.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/enhancer-metadata-cache-entry.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './interfaces/enhancer-metadata-cache-entry.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/enhancer-metadata-cache-entry.interface.d.ts' with Package ID '@nestjs/core/inspector/interfaces/enhancer-metadata-cache-entry.interface.d.ts@9.3.10'. ======== ======== Resolving module './interfaces/entrypoint.interface' from '/tmp/project/node_modules/@nestjs/core/inspector/graph-inspector.d.ts'. ======== Resolution for module './interfaces/entrypoint.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/core/inspector'. ======== Module name './interfaces/entrypoint.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/entrypoint.interface.d.ts' with Package ID '@nestjs/core/inspector/interfaces/entrypoint.interface.d.ts@9.3.10'. ======== ======== Resolving module './interfaces/extras.interface' from '/tmp/project/node_modules/@nestjs/core/inspector/graph-inspector.d.ts'. ======== Resolution for module './interfaces/extras.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/core/inspector'. ======== Module name './interfaces/extras.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/extras.interface.d.ts' with Package ID '@nestjs/core/inspector/interfaces/extras.interface.d.ts@9.3.10'. ======== ======== Resolving module './interfaces/node.interface' from '/tmp/project/node_modules/@nestjs/core/inspector/graph-inspector.d.ts'. ======== Resolution for module './interfaces/node.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/core/inspector'. ======== Module name './interfaces/node.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/node.interface.d.ts' with Package ID '@nestjs/core/inspector/interfaces/node.interface.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/enhancer-metadata-cache-entry.interface.d.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core/inspector/interfaces'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/constants' from '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/enhancer-metadata-cache-entry.interface.d.ts'. ======== Resolution for module '@nestjs/common/constants' was found in cache from location '/tmp/project/node_modules/@nestjs/core/inspector/interfaces'. ======== Module name '@nestjs/common/constants' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/constants.d.ts' with Package ID '@nestjs/common/constants.d.ts@9.3.10'. ======== ======== Resolving module '../../injector/instance-wrapper' from '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/enhancer-metadata-cache-entry.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../../injector/instance-wrapper' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' with Package ID '@nestjs/core/injector/instance-wrapper.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/injector/instance-loader.d.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '../inspector/graph-inspector' from '/tmp/project/node_modules/@nestjs/core/injector/instance-loader.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/inspector/graph-inspector', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/inspector/graph-inspector.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/graph-inspector.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/graph-inspector.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../inspector/graph-inspector' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/inspector/graph-inspector.d.ts' with Package ID '@nestjs/core/inspector/graph-inspector.d.ts@9.3.10'. ======== ======== Resolving module './container' from '/tmp/project/node_modules/@nestjs/core/injector/instance-loader.d.ts'. ======== Resolution for module './container' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name './container' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts' with Package ID '@nestjs/core/injector/container.d.ts@9.3.10'. ======== ======== Resolving module './injector' from '/tmp/project/node_modules/@nestjs/core/injector/instance-loader.d.ts'. ======== Resolution for module './injector' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name './injector' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/injector.d.ts' with Package ID '@nestjs/core/injector/injector.d.ts@9.3.10'. ======== ======== Resolving module './module' from '/tmp/project/node_modules/@nestjs/core/injector/instance-loader.d.ts'. ======== Resolution for module './module' was found in cache from location '/tmp/project/node_modules/@nestjs/core/injector'. ======== Module name './module' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/module.d.ts' with Package ID '@nestjs/core/injector/module.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/helpers/interfaces/params-metadata.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/helpers/interfaces/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core/helpers'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './graph-inspector' from '/tmp/project/node_modules/@nestjs/core/inspector/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/inspector/graph-inspector', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/inspector/graph-inspector.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/graph-inspector.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/graph-inspector.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './graph-inspector' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/inspector/graph-inspector.d.ts' with Package ID '@nestjs/core/inspector/graph-inspector.d.ts@9.3.10'. ======== ======== Resolving module './initialize-on-preview.allowlist' from '/tmp/project/node_modules/@nestjs/core/inspector/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/inspector/initialize-on-preview.allowlist', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/inspector/initialize-on-preview.allowlist.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/initialize-on-preview.allowlist.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/initialize-on-preview.allowlist.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './initialize-on-preview.allowlist' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/inspector/initialize-on-preview.allowlist.d.ts' with Package ID '@nestjs/core/inspector/initialize-on-preview.allowlist.d.ts@9.3.10'. ======== ======== Resolving module './partial-graph.host' from '/tmp/project/node_modules/@nestjs/core/inspector/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/inspector/partial-graph.host', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/inspector/partial-graph.host.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/partial-graph.host.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/partial-graph.host.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './partial-graph.host' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/inspector/partial-graph.host.d.ts' with Package ID '@nestjs/core/inspector/partial-graph.host.d.ts@9.3.10'. ======== ======== Resolving module './serialized-graph' from '/tmp/project/node_modules/@nestjs/core/inspector/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/inspector/serialized-graph', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/inspector/serialized-graph.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/serialized-graph.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/inspector/serialized-graph.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './serialized-graph' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/inspector/serialized-graph.d.ts' with Package ID '@nestjs/core/inspector/serialized-graph.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/inspector/initialize-on-preview.allowlist.d.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core/inspector'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './serialized-graph' from '/tmp/project/node_modules/@nestjs/core/inspector/partial-graph.host.d.ts'. ======== Resolution for module './serialized-graph' was found in cache from location '/tmp/project/node_modules/@nestjs/core/inspector'. ======== Module name './serialized-graph' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/inspector/serialized-graph.d.ts' with Package ID '@nestjs/core/inspector/serialized-graph.d.ts@9.3.10'. ======== ======== Resolving module './interfaces/serialized-graph-json.interface' from '/tmp/project/node_modules/@nestjs/core/inspector/partial-graph.host.d.ts'. ======== Resolution for module './interfaces/serialized-graph-json.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/core/inspector'. ======== Module name './interfaces/serialized-graph-json.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/inspector/interfaces/serialized-graph-json.interface.d.ts' with Package ID '@nestjs/core/inspector/interfaces/serialized-graph-json.interface.d.ts@9.3.10'. ======== ======== Resolving module './builder' from '/tmp/project/node_modules/@nestjs/core/middleware/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/middleware/builder', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/middleware/builder.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/middleware/builder.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/middleware/builder.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './builder' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/middleware/builder.d.ts' with Package ID '@nestjs/core/middleware/builder.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/@nestjs/core/middleware/builder.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces'. Resolving module name '@nestjs/common/interfaces' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/middleware/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces' Resolution for module '@nestjs/common/interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces/middleware' from '/tmp/project/node_modules/@nestjs/core/middleware/builder.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/middleware'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces/middleware'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/middleware'. Resolving module name '@nestjs/common/interfaces/middleware' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces/middleware'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces/middleware', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces/middleware' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/middleware/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/middleware' Directory '/tmp/project/node_modules/@nestjs/core/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/middleware' Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/middleware' File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' does not have a 'main' field. File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/index.d.ts', result '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/index.d.ts'. ======== Module name '@nestjs/common/interfaces/middleware' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/middleware/index.d.ts' with Package ID '@nestjs/common/interfaces/middleware/index.d.ts@9.3.10'. ======== ======== Resolving module './route-info-path-extractor' from '/tmp/project/node_modules/@nestjs/core/middleware/builder.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/middleware/route-info-path-extractor', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/middleware/route-info-path-extractor.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/middleware/route-info-path-extractor.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/middleware/route-info-path-extractor.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './route-info-path-extractor' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/middleware/route-info-path-extractor.d.ts' with Package ID '@nestjs/core/middleware/route-info-path-extractor.d.ts@9.3.10'. ======== ======== Resolving module './routes-mapper' from '/tmp/project/node_modules/@nestjs/core/middleware/builder.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/middleware/routes-mapper', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/middleware/routes-mapper.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/middleware/routes-mapper.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/middleware/routes-mapper.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './routes-mapper' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/middleware/routes-mapper.d.ts' with Package ID '@nestjs/core/middleware/routes-mapper.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/@nestjs/core/middleware/route-info-path-extractor.d.ts'. ======== Resolution for module '@nestjs/common/interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/core/middleware'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module '../application-config' from '/tmp/project/node_modules/@nestjs/core/middleware/route-info-path-extractor.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/application-config', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/application-config.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/application-config.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/application-config.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../application-config' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/application-config.d.ts' with Package ID '@nestjs/core/application-config.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/@nestjs/core/middleware/routes-mapper.d.ts'. ======== Resolution for module '@nestjs/common/interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/core/middleware'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module '../injector/container' from '/tmp/project/node_modules/@nestjs/core/middleware/routes-mapper.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/container', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/container.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/container.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../injector/container' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts' with Package ID '@nestjs/core/injector/container.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/nest-application.d.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/@nestjs/core/nest-application.d.ts'. ======== Resolution for module '@nestjs/common/interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces/external/cors-options.interface' from '/tmp/project/node_modules/@nestjs/core/nest-application.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/external/cors-options.interface'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces/external/cors-options.interface'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/external/cors-options.interface'. Resolving module name '@nestjs/common/interfaces/external/cors-options.interface' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces/external/cors-options.interface'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces/external/cors-options.interface', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces/external/cors-options.interface' from 'node_modules' folder, target file type 'TypeScript'. Resolution for module '@nestjs/common/interfaces/external/cors-options.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common/interfaces/external/cors-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/external/cors-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/cors-options.interface.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/services/logger.service' from '/tmp/project/node_modules/@nestjs/core/nest-application.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/services/logger.service'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/services/logger.service'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/services/logger.service'. Resolving module name '@nestjs/common/services/logger.service' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/services/logger.service'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/services/logger.service', target file type 'TypeScript'. Loading module '@nestjs/common/services/logger.service' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/services/logger.service' Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/services/logger.service' File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/services/logger.service.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/services/logger.service.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/services/logger.service.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@nestjs/common/services/logger.service.d.ts', result '/tmp/project/node_modules/@nestjs/common/services/logger.service.d.ts'. ======== Module name '@nestjs/common/services/logger.service' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/services/logger.service.d.ts' with Package ID '@nestjs/common/services/logger.service.d.ts@9.3.10'. ======== ======== Resolving module './adapters' from '/tmp/project/node_modules/@nestjs/core/nest-application.d.ts'. ======== Resolution for module './adapters' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name './adapters' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/adapters/index.d.ts'. ======== ======== Resolving module './application-config' from '/tmp/project/node_modules/@nestjs/core/nest-application.d.ts'. ======== Resolution for module './application-config' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name './application-config' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/application-config.d.ts' with Package ID '@nestjs/core/application-config.d.ts@9.3.10'. ======== ======== Resolving module './injector/container' from '/tmp/project/node_modules/@nestjs/core/nest-application.d.ts'. ======== Resolution for module './injector/container' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name './injector/container' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts' with Package ID '@nestjs/core/injector/container.d.ts@9.3.10'. ======== ======== Resolving module './inspector/graph-inspector' from '/tmp/project/node_modules/@nestjs/core/nest-application.d.ts'. ======== Resolution for module './inspector/graph-inspector' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name './inspector/graph-inspector' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/inspector/graph-inspector.d.ts' with Package ID '@nestjs/core/inspector/graph-inspector.d.ts@9.3.10'. ======== ======== Resolving module './nest-application-context' from '/tmp/project/node_modules/@nestjs/core/nest-application.d.ts'. ======== Resolution for module './nest-application-context' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name './nest-application-context' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/nest-application-context.d.ts' with Package ID '@nestjs/core/nest-application-context.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/nest-application-context.d.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/@nestjs/core/nest-application-context.d.ts'. ======== Resolution for module '@nestjs/common/interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces/nest-application-context-options.interface' from '/tmp/project/node_modules/@nestjs/core/nest-application-context.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/nest-application-context-options.interface'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces/nest-application-context-options.interface'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/nest-application-context-options.interface'. Resolving module name '@nestjs/common/interfaces/nest-application-context-options.interface' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces/nest-application-context-options.interface'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces/nest-application-context-options.interface', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces/nest-application-context-options.interface' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/nest-application-context-options.interface' Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/nest-application-context-options.interface' File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context-options.interface.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context-options.interface.d.ts', result '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context-options.interface.d.ts'. ======== Module name '@nestjs/common/interfaces/nest-application-context-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/nest-application-context-options.interface.d.ts@9.3.10'. ======== ======== Resolving module './injector/abstract-instance-resolver' from '/tmp/project/node_modules/@nestjs/core/nest-application-context.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/abstract-instance-resolver', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/abstract-instance-resolver.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/abstract-instance-resolver.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/abstract-instance-resolver.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './injector/abstract-instance-resolver' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/abstract-instance-resolver.d.ts' with Package ID '@nestjs/core/injector/abstract-instance-resolver.d.ts@9.3.10'. ======== ======== Resolving module './injector/container' from '/tmp/project/node_modules/@nestjs/core/nest-application-context.d.ts'. ======== Resolution for module './injector/container' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name './injector/container' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/container.d.ts' with Package ID '@nestjs/core/injector/container.d.ts@9.3.10'. ======== ======== Resolving module './injector/injector' from '/tmp/project/node_modules/@nestjs/core/nest-application-context.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/injector', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/injector.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/injector.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/injector.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './injector/injector' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/injector.d.ts' with Package ID '@nestjs/core/injector/injector.d.ts@9.3.10'. ======== ======== Resolving module './injector/instance-links-host' from '/tmp/project/node_modules/@nestjs/core/nest-application-context.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/instance-links-host', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/instance-links-host.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/instance-links-host.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/instance-links-host.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './injector/instance-links-host' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/instance-links-host.d.ts' with Package ID '@nestjs/core/injector/instance-links-host.d.ts@9.3.10'. ======== ======== Resolving module './injector/instance-wrapper' from '/tmp/project/node_modules/@nestjs/core/nest-application-context.d.ts'. ======== Resolution for module './injector/instance-wrapper' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name './injector/instance-wrapper' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/instance-wrapper.d.ts' with Package ID '@nestjs/core/injector/instance-wrapper.d.ts@9.3.10'. ======== ======== Resolving module './injector/module' from '/tmp/project/node_modules/@nestjs/core/nest-application-context.d.ts'. ======== Resolution for module './injector/module' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name './injector/module' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/module.d.ts' with Package ID '@nestjs/core/injector/module.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/nest-factory.d.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces/microservices/nest-microservice-options.interface' from '/tmp/project/node_modules/@nestjs/core/nest-factory.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/microservices/nest-microservice-options.interface'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces/microservices/nest-microservice-options.interface'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/microservices/nest-microservice-options.interface'. Resolving module name '@nestjs/common/interfaces/microservices/nest-microservice-options.interface' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces/microservices/nest-microservice-options.interface'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces/microservices/nest-microservice-options.interface', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces/microservices/nest-microservice-options.interface' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/microservices/nest-microservice-options.interface' Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces/microservices/nest-microservice-options.interface' File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/interfaces/microservices/nest-microservice-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/microservices/nest-microservice-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/microservices/nest-microservice-options.interface.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@nestjs/common/interfaces/microservices/nest-microservice-options.interface.d.ts', result '/tmp/project/node_modules/@nestjs/common/interfaces/microservices/nest-microservice-options.interface.d.ts'. ======== Module name '@nestjs/common/interfaces/microservices/nest-microservice-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/microservices/nest-microservice-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/microservices/nest-microservice-options.interface.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces/nest-application-context-options.interface' from '/tmp/project/node_modules/@nestjs/core/nest-factory.d.ts'. ======== Resolution for module '@nestjs/common/interfaces/nest-application-context-options.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common/interfaces/nest-application-context-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/nest-application-context-options.interface.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces/nest-application-options.interface' from '/tmp/project/node_modules/@nestjs/core/nest-factory.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/nest-application-options.interface'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces/nest-application-options.interface'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces/nest-application-options.interface'. Resolving module name '@nestjs/common/interfaces/nest-application-options.interface' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces/nest-application-options.interface'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces/nest-application-options.interface', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces/nest-application-options.interface' from 'node_modules' folder, target file type 'TypeScript'. Resolution for module '@nestjs/common/interfaces/nest-application-options.interface' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common/interfaces/nest-application-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/nest-application-options.interface.d.ts@9.3.10'. ======== ======== Resolving module './adapters/http-adapter' from '/tmp/project/node_modules/@nestjs/core/nest-factory.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/adapters/http-adapter', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/adapters/http-adapter.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/adapters/http-adapter.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/adapters/http-adapter.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './adapters/http-adapter' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/adapters/http-adapter.d.ts' with Package ID '@nestjs/core/adapters/http-adapter.d.ts@9.3.10'. ======== ======== Resolving module '../nest-application-context-options.interface' from '/tmp/project/node_modules/@nestjs/common/interfaces/microservices/nest-microservice-options.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context-options.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context-options.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context-options.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../nest-application-context-options.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/nest-application-context-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/nest-application-context-options.interface.d.ts@9.3.10'. ======== ======== Resolving module './repl' from '/tmp/project/node_modules/@nestjs/core/repl/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/repl/repl', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/repl/repl.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/repl/repl.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/repl/repl.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './repl' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/repl/repl.d.ts' with Package ID '@nestjs/core/repl/repl.d.ts@9.3.10'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@nestjs/core/repl/repl.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/repl/repl.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/repl/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'repl' from '/tmp/project/node_modules/@nestjs/core/repl/repl.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'repl'. 'paths' option is specified, looking for a pattern to match module name 'repl'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'repl'. Resolving module name 'repl' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/repl'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/repl', target file type 'TypeScript'. File '/tmp/project/apps/api/repl.ts' does not exist. File '/tmp/project/apps/api/repl.tsx' does not exist. File '/tmp/project/apps/api/repl.d.ts' does not exist. Directory '/tmp/project/apps/api/repl' does not exist, skipping all lookups in it. Loading module 'repl' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/repl/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/@nestjs/core/node_modules/repl.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/node_modules/repl.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/node_modules/repl.d.ts' does not exist. Directory '/tmp/project/node_modules/@nestjs/core/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/repl.ts' does not exist. File '/tmp/project/node_modules/repl.tsx' does not exist. File '/tmp/project/node_modules/repl.d.ts' does not exist. File '/tmp/project/node_modules/@types/repl.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'repl'. 'paths' option is specified, looking for a pattern to match module name 'repl'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'repl'. Resolving module name 'repl' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/repl'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/repl', target file type 'JavaScript'. File '/tmp/project/apps/api/repl.js' does not exist. File '/tmp/project/apps/api/repl.jsx' does not exist. Directory '/tmp/project/apps/api/repl' does not exist, skipping all lookups in it. Loading module 'repl' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@nestjs/core/repl/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/@nestjs/core/node_modules/repl.js' does not exist. File '/tmp/project/node_modules/@nestjs/core/node_modules/repl.jsx' does not exist. Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/repl.js' does not exist. File '/tmp/project/node_modules/repl.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'repl'. 'paths' option is specified, looking for a pattern to match module name 'repl'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'repl'. Resolving module name 'repl' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/repl'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/repl', target file type 'Json'. Directory '/tmp/project/apps/api/repl' does not exist, skipping all lookups in it. Loading module 'repl' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@nestjs/core/repl/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'repl' was not resolved. ======== ======== Resolving module './interfaces' from '/tmp/project/node_modules/@nestjs/core/router/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/router/interfaces', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/router/interfaces.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/router/interfaces.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/router/interfaces.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/router/interfaces/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/core/router/interfaces/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/router/interfaces/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/router/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name './interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/router/interfaces/index.d.ts'. ======== ======== Resolving module './request' from '/tmp/project/node_modules/@nestjs/core/router/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/router/request', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/router/request.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/router/request.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/router/request.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/router/request/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/core/router/request/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/router/request/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/router/request/index.d.ts' exist - use it as a name resolution result. ======== Module name './request' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/router/request/index.d.ts'. ======== ======== Resolving module './router-module' from '/tmp/project/node_modules/@nestjs/core/router/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/router/router-module', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/router/router-module.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/router/router-module.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/router/router-module.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './router-module' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/router/router-module.d.ts' with Package ID '@nestjs/core/router/router-module.d.ts@9.3.10'. ======== ======== Resolving module './routes.interface' from '/tmp/project/node_modules/@nestjs/core/router/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/router/interfaces/routes.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/router/interfaces/routes.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/router/interfaces/routes.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/router/interfaces/routes.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './routes.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/router/interfaces/routes.interface.d.ts' with Package ID '@nestjs/core/router/interfaces/routes.interface.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/router/interfaces/routes.interface.d.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core/router/interfaces'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './request-constants' from '/tmp/project/node_modules/@nestjs/core/router/request/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/router/request/request-constants', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/router/request/request-constants.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/router/request/request-constants.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/router/request/request-constants.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './request-constants' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/router/request/request-constants.d.ts' with Package ID '@nestjs/core/router/request/request-constants.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/router/router-module.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core/router'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '../injector/module' from '/tmp/project/node_modules/@nestjs/core/router/router-module.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/module', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/module.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/module.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/module.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../injector/module' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/module.d.ts' with Package ID '@nestjs/core/injector/module.d.ts@9.3.10'. ======== ======== Resolving module '../injector/modules-container' from '/tmp/project/node_modules/@nestjs/core/router/router-module.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/injector/modules-container', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/injector/modules-container.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/modules-container.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/injector/modules-container.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name '../injector/modules-container' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/injector/modules-container.d.ts' with Package ID '@nestjs/core/injector/modules-container.d.ts@9.3.10'. ======== ======== Resolving module './interfaces' from '/tmp/project/node_modules/@nestjs/core/router/router-module.d.ts'. ======== Resolution for module './interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/core/router'. ======== Module name './interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/router/interfaces/index.d.ts'. ======== ======== Resolving module './reflector.service' from '/tmp/project/node_modules/@nestjs/core/services/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/core/services/reflector.service', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/core/services/reflector.service.ts' does not exist. File '/tmp/project/node_modules/@nestjs/core/services/reflector.service.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/core/services/reflector.service.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/core/package.json' exists according to earlier cached lookups. ======== Module name './reflector.service' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/services/reflector.service.d.ts' with Package ID '@nestjs/core/services/reflector.service.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/core/services/reflector.service.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/core/services/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/core'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './dist' from '/tmp/project/node_modules/@nestjs/schedule/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/schedule/dist', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/schedule/dist.ts' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist/index.d.ts' exist - use it as a name resolution result. ======== Module name './dist' was successfully resolved to '/tmp/project/node_modules/@nestjs/schedule/dist/index.d.ts'. ======== ======== Resolving module './enums' from '/tmp/project/node_modules/@nestjs/schedule/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/schedule/dist/enums', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/schedule/dist/enums.ts' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist/enums.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist/enums.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist/enums/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist/enums/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist/enums/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist/enums/index.d.ts' exist - use it as a name resolution result. ======== Module name './enums' was successfully resolved to '/tmp/project/node_modules/@nestjs/schedule/dist/enums/index.d.ts'. ======== ======== Resolving module './decorators' from '/tmp/project/node_modules/@nestjs/schedule/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/schedule/dist/decorators', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/schedule/dist/decorators.ts' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist/decorators.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist/decorators.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist/decorators/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist/decorators/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist/decorators/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist/decorators/index.d.ts' exist - use it as a name resolution result. ======== Module name './decorators' was successfully resolved to '/tmp/project/node_modules/@nestjs/schedule/dist/decorators/index.d.ts'. ======== ======== Resolving module './schedule.module' from '/tmp/project/node_modules/@nestjs/schedule/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/schedule/dist/schedule.module', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/schedule/dist/schedule.module.ts' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist/schedule.module.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist/schedule.module.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/schedule/package.json' exists according to earlier cached lookups. ======== Module name './schedule.module' was successfully resolved to '/tmp/project/node_modules/@nestjs/schedule/dist/schedule.module.d.ts' with Package ID '@nestjs/schedule/dist/schedule.module.d.ts@2.2.0'. ======== ======== Resolving module './scheduler.registry' from '/tmp/project/node_modules/@nestjs/schedule/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/schedule/dist/scheduler.registry', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/schedule/dist/scheduler.registry.ts' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist/scheduler.registry.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist/scheduler.registry.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/schedule/package.json' exists according to earlier cached lookups. ======== Module name './scheduler.registry' was successfully resolved to '/tmp/project/node_modules/@nestjs/schedule/dist/scheduler.registry.d.ts' with Package ID '@nestjs/schedule/dist/scheduler.registry.d.ts@2.2.0'. ======== ======== Resolving module './cron-expression.enum' from '/tmp/project/node_modules/@nestjs/schedule/dist/enums/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/schedule/dist/enums/cron-expression.enum', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/schedule/dist/enums/cron-expression.enum.ts' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist/enums/cron-expression.enum.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist/enums/cron-expression.enum.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/schedule/package.json' exists according to earlier cached lookups. ======== Module name './cron-expression.enum' was successfully resolved to '/tmp/project/node_modules/@nestjs/schedule/dist/enums/cron-expression.enum.d.ts' with Package ID '@nestjs/schedule/dist/enums/cron-expression.enum.d.ts@2.2.0'. ======== ======== Resolving module './cron.decorator' from '/tmp/project/node_modules/@nestjs/schedule/dist/decorators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/schedule/dist/decorators/cron.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/schedule/dist/decorators/cron.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist/decorators/cron.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist/decorators/cron.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/schedule/package.json' exists according to earlier cached lookups. ======== Module name './cron.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/schedule/dist/decorators/cron.decorator.d.ts' with Package ID '@nestjs/schedule/dist/decorators/cron.decorator.d.ts@2.2.0'. ======== ======== Resolving module './interval.decorator' from '/tmp/project/node_modules/@nestjs/schedule/dist/decorators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/schedule/dist/decorators/interval.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/schedule/dist/decorators/interval.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist/decorators/interval.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist/decorators/interval.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/schedule/package.json' exists according to earlier cached lookups. ======== Module name './interval.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/schedule/dist/decorators/interval.decorator.d.ts' with Package ID '@nestjs/schedule/dist/decorators/interval.decorator.d.ts@2.2.0'. ======== ======== Resolving module './timeout.decorator' from '/tmp/project/node_modules/@nestjs/schedule/dist/decorators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/schedule/dist/decorators/timeout.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/schedule/dist/decorators/timeout.decorator.ts' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist/decorators/timeout.decorator.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/dist/decorators/timeout.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/schedule/package.json' exists according to earlier cached lookups. ======== Module name './timeout.decorator' was successfully resolved to '/tmp/project/node_modules/@nestjs/schedule/dist/decorators/timeout.decorator.d.ts' with Package ID '@nestjs/schedule/dist/decorators/timeout.decorator.d.ts@2.2.0'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/schedule/dist/schedule.module.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/schedule/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Directory '/tmp/project/node_modules/@nestjs/schedule/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'cron' from '/tmp/project/node_modules/@nestjs/schedule/dist/scheduler.registry.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'cron'. 'paths' option is specified, looking for a pattern to match module name 'cron'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'cron'. Resolving module name 'cron' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/cron'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/cron', target file type 'TypeScript'. File '/tmp/project/apps/api/cron.ts' does not exist. File '/tmp/project/apps/api/cron.tsx' does not exist. File '/tmp/project/apps/api/cron.d.ts' does not exist. Directory '/tmp/project/apps/api/cron' does not exist, skipping all lookups in it. Loading module 'cron' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/schedule/dist/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/@nestjs/schedule/node_modules/cron.ts' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/node_modules/cron.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/schedule/node_modules/cron.d.ts' does not exist. Directory '/tmp/project/node_modules/@nestjs/schedule/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/cron/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/cron.ts' does not exist. File '/tmp/project/node_modules/cron.tsx' does not exist. File '/tmp/project/node_modules/cron.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'lib/cron' that references '/tmp/project/node_modules/cron/lib/cron'. File '/tmp/project/node_modules/cron/lib/cron' does not exist. Loading module as file / folder, candidate module location '/tmp/project/node_modules/cron/lib/cron', target file type 'TypeScript'. File '/tmp/project/node_modules/cron/lib/cron.ts' does not exist. File '/tmp/project/node_modules/cron/lib/cron.tsx' does not exist. File '/tmp/project/node_modules/cron/lib/cron.d.ts' does not exist. Directory '/tmp/project/node_modules/cron/lib/cron' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/cron/index.ts' does not exist. File '/tmp/project/node_modules/cron/index.tsx' does not exist. File '/tmp/project/node_modules/cron/index.d.ts' does not exist. Found 'package.json' at '/tmp/project/node_modules/@types/cron/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@types/cron.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/cron/index.d.ts'. File '/tmp/project/node_modules/@types/cron/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/cron/index.d.ts', result '/tmp/project/node_modules/@types/cron/index.d.ts'. ======== Module name 'cron' was successfully resolved to '/tmp/project/node_modules/@types/cron/index.d.ts' with Package ID '@types/cron/index.d.ts@2.0.1'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/cron/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'luxon' from '/tmp/project/node_modules/@types/cron/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'luxon'. 'paths' option is specified, looking for a pattern to match module name 'luxon'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'luxon'. Resolving module name 'luxon' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/luxon'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/luxon', target file type 'TypeScript'. File '/tmp/project/apps/api/luxon.ts' does not exist. File '/tmp/project/apps/api/luxon.tsx' does not exist. File '/tmp/project/apps/api/luxon.d.ts' does not exist. Directory '/tmp/project/apps/api/luxon' does not exist, skipping all lookups in it. Loading module 'luxon' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/cron/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/luxon/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/luxon.ts' does not exist. File '/tmp/project/node_modules/luxon.tsx' does not exist. File '/tmp/project/node_modules/luxon.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'build/node/luxon.js' that references '/tmp/project/node_modules/luxon/build/node/luxon.js'. File '/tmp/project/node_modules/luxon/build/node/luxon.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/luxon/build/node/luxon.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/luxon/build/node/luxon.js', target file type 'TypeScript'. File '/tmp/project/node_modules/luxon/build/node/luxon.js.ts' does not exist. File '/tmp/project/node_modules/luxon/build/node/luxon.js.tsx' does not exist. File '/tmp/project/node_modules/luxon/build/node/luxon.js.d.ts' does not exist. File name '/tmp/project/node_modules/luxon/build/node/luxon.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/luxon/build/node/luxon.ts' does not exist. File '/tmp/project/node_modules/luxon/build/node/luxon.tsx' does not exist. File '/tmp/project/node_modules/luxon/build/node/luxon.d.ts' does not exist. Directory '/tmp/project/node_modules/luxon/build/node/luxon.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/luxon/index.ts' does not exist. File '/tmp/project/node_modules/luxon/index.tsx' does not exist. File '/tmp/project/node_modules/luxon/index.d.ts' does not exist. Found 'package.json' at '/tmp/project/node_modules/@types/luxon/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@types/luxon.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/luxon/index.d.ts'. File '/tmp/project/node_modules/@types/luxon/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/luxon/index.d.ts', result '/tmp/project/node_modules/@types/luxon/index.d.ts'. ======== Module name 'luxon' was successfully resolved to '/tmp/project/node_modules/@types/luxon/index.d.ts' with Package ID '@types/luxon/index.d.ts@3.2.0'. ======== ======== Resolving module 'child_process' from '/tmp/project/node_modules/@types/cron/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'child_process'. 'paths' option is specified, looking for a pattern to match module name 'child_process'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'child_process'. Resolving module name 'child_process' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/child_process'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/child_process', target file type 'TypeScript'. File '/tmp/project/apps/api/child_process.ts' does not exist. File '/tmp/project/apps/api/child_process.tsx' does not exist. File '/tmp/project/apps/api/child_process.d.ts' does not exist. Directory '/tmp/project/apps/api/child_process' does not exist, skipping all lookups in it. Loading module 'child_process' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/cron/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/child_process.ts' does not exist. File '/tmp/project/node_modules/child_process.tsx' does not exist. File '/tmp/project/node_modules/child_process.d.ts' does not exist. File '/tmp/project/node_modules/@types/child_process.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'child_process'. 'paths' option is specified, looking for a pattern to match module name 'child_process'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'child_process'. Resolving module name 'child_process' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/child_process'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/child_process', target file type 'JavaScript'. File '/tmp/project/apps/api/child_process.js' does not exist. File '/tmp/project/apps/api/child_process.jsx' does not exist. Directory '/tmp/project/apps/api/child_process' does not exist, skipping all lookups in it. Loading module 'child_process' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/cron/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/child_process.js' does not exist. File '/tmp/project/node_modules/child_process.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'child_process'. 'paths' option is specified, looking for a pattern to match module name 'child_process'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'child_process'. Resolving module name 'child_process' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/child_process'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/child_process', target file type 'Json'. Directory '/tmp/project/apps/api/child_process' does not exist, skipping all lookups in it. Loading module 'child_process' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/cron/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'child_process' was not resolved. ======== ======== Resolving module './src/luxon' from '/tmp/project/node_modules/@types/luxon/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/luxon/src/luxon', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/luxon/src/luxon.ts' does not exist. File '/tmp/project/node_modules/@types/luxon/src/luxon.tsx' does not exist. File '/tmp/project/node_modules/@types/luxon/src/luxon.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/luxon/package.json' exists according to earlier cached lookups. ======== Module name './src/luxon' was successfully resolved to '/tmp/project/node_modules/@types/luxon/src/luxon.d.ts' with Package ID '@types/luxon/src/luxon.d.ts@3.2.0'. ======== ======== Resolving module './datetime' from '/tmp/project/node_modules/@types/luxon/src/luxon.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/luxon/src/datetime', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/luxon/src/datetime.ts' does not exist. File '/tmp/project/node_modules/@types/luxon/src/datetime.tsx' does not exist. File '/tmp/project/node_modules/@types/luxon/src/datetime.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/luxon/package.json' exists according to earlier cached lookups. ======== Module name './datetime' was successfully resolved to '/tmp/project/node_modules/@types/luxon/src/datetime.d.ts' with Package ID '@types/luxon/src/datetime.d.ts@3.2.0'. ======== ======== Resolving module './duration' from '/tmp/project/node_modules/@types/luxon/src/luxon.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/luxon/src/duration', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/luxon/src/duration.ts' does not exist. File '/tmp/project/node_modules/@types/luxon/src/duration.tsx' does not exist. File '/tmp/project/node_modules/@types/luxon/src/duration.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/luxon/package.json' exists according to earlier cached lookups. ======== Module name './duration' was successfully resolved to '/tmp/project/node_modules/@types/luxon/src/duration.d.ts' with Package ID '@types/luxon/src/duration.d.ts@3.2.0'. ======== ======== Resolving module './info' from '/tmp/project/node_modules/@types/luxon/src/luxon.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/luxon/src/info', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/luxon/src/info.ts' does not exist. File '/tmp/project/node_modules/@types/luxon/src/info.tsx' does not exist. File '/tmp/project/node_modules/@types/luxon/src/info.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/luxon/package.json' exists according to earlier cached lookups. ======== Module name './info' was successfully resolved to '/tmp/project/node_modules/@types/luxon/src/info.d.ts' with Package ID '@types/luxon/src/info.d.ts@3.2.0'. ======== ======== Resolving module './interval' from '/tmp/project/node_modules/@types/luxon/src/luxon.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/luxon/src/interval', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/luxon/src/interval.ts' does not exist. File '/tmp/project/node_modules/@types/luxon/src/interval.tsx' does not exist. File '/tmp/project/node_modules/@types/luxon/src/interval.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/luxon/package.json' exists according to earlier cached lookups. ======== Module name './interval' was successfully resolved to '/tmp/project/node_modules/@types/luxon/src/interval.d.ts' with Package ID '@types/luxon/src/interval.d.ts@3.2.0'. ======== ======== Resolving module './settings' from '/tmp/project/node_modules/@types/luxon/src/luxon.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/luxon/src/settings', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/luxon/src/settings.ts' does not exist. File '/tmp/project/node_modules/@types/luxon/src/settings.tsx' does not exist. File '/tmp/project/node_modules/@types/luxon/src/settings.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/luxon/package.json' exists according to earlier cached lookups. ======== Module name './settings' was successfully resolved to '/tmp/project/node_modules/@types/luxon/src/settings.d.ts' with Package ID '@types/luxon/src/settings.d.ts@3.2.0'. ======== ======== Resolving module './zone' from '/tmp/project/node_modules/@types/luxon/src/luxon.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/luxon/src/zone', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/luxon/src/zone.ts' does not exist. File '/tmp/project/node_modules/@types/luxon/src/zone.tsx' does not exist. File '/tmp/project/node_modules/@types/luxon/src/zone.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/luxon/package.json' exists according to earlier cached lookups. ======== Module name './zone' was successfully resolved to '/tmp/project/node_modules/@types/luxon/src/zone.d.ts' with Package ID '@types/luxon/src/zone.d.ts@3.2.0'. ======== ======== Resolving module './misc' from '/tmp/project/node_modules/@types/luxon/src/luxon.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/luxon/src/misc', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/luxon/src/misc.ts' does not exist. File '/tmp/project/node_modules/@types/luxon/src/misc.tsx' does not exist. File '/tmp/project/node_modules/@types/luxon/src/misc.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/luxon/package.json' exists according to earlier cached lookups. ======== Module name './misc' was successfully resolved to '/tmp/project/node_modules/@types/luxon/src/misc.d.ts' with Package ID '@types/luxon/src/misc.d.ts@3.2.0'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/luxon/src/datetime.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/luxon/index', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/luxon/index.ts' does not exist. File '/tmp/project/node_modules/@types/luxon/index.tsx' does not exist. File '/tmp/project/node_modules/@types/luxon/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/luxon/package.json' exists according to earlier cached lookups. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/luxon/index.d.ts' with Package ID '@types/luxon/index.d.ts@3.2.0'. ======== ======== Resolving module './zone' from '/tmp/project/node_modules/@types/luxon/src/datetime.d.ts'. ======== Resolution for module './zone' was found in cache from location '/tmp/project/node_modules/@types/luxon/src'. ======== Module name './zone' was successfully resolved to '/tmp/project/node_modules/@types/luxon/src/zone.d.ts' with Package ID '@types/luxon/src/zone.d.ts@3.2.0'. ======== ======== Resolving module './duration' from '/tmp/project/node_modules/@types/luxon/src/datetime.d.ts'. ======== Resolution for module './duration' was found in cache from location '/tmp/project/node_modules/@types/luxon/src'. ======== Module name './duration' was successfully resolved to '/tmp/project/node_modules/@types/luxon/src/duration.d.ts' with Package ID '@types/luxon/src/duration.d.ts@3.2.0'. ======== ======== Resolving module './interval' from '/tmp/project/node_modules/@types/luxon/src/datetime.d.ts'. ======== Resolution for module './interval' was found in cache from location '/tmp/project/node_modules/@types/luxon/src'. ======== Module name './interval' was successfully resolved to '/tmp/project/node_modules/@types/luxon/src/interval.d.ts' with Package ID '@types/luxon/src/interval.d.ts@3.2.0'. ======== ======== Resolving module './misc' from '/tmp/project/node_modules/@types/luxon/src/duration.d.ts'. ======== Resolution for module './misc' was found in cache from location '/tmp/project/node_modules/@types/luxon/src'. ======== Module name './misc' was successfully resolved to '/tmp/project/node_modules/@types/luxon/src/misc.d.ts' with Package ID '@types/luxon/src/misc.d.ts@3.2.0'. ======== ======== Resolving module './datetime' from '/tmp/project/node_modules/@types/luxon/src/duration.d.ts'. ======== Resolution for module './datetime' was found in cache from location '/tmp/project/node_modules/@types/luxon/src'. ======== Module name './datetime' was successfully resolved to '/tmp/project/node_modules/@types/luxon/src/datetime.d.ts' with Package ID '@types/luxon/src/datetime.d.ts@3.2.0'. ======== ======== Resolving module './datetime' from '/tmp/project/node_modules/@types/luxon/src/interval.d.ts'. ======== Resolution for module './datetime' was found in cache from location '/tmp/project/node_modules/@types/luxon/src'. ======== Module name './datetime' was successfully resolved to '/tmp/project/node_modules/@types/luxon/src/datetime.d.ts' with Package ID '@types/luxon/src/datetime.d.ts@3.2.0'. ======== ======== Resolving module './duration' from '/tmp/project/node_modules/@types/luxon/src/interval.d.ts'. ======== Resolution for module './duration' was found in cache from location '/tmp/project/node_modules/@types/luxon/src'. ======== Module name './duration' was successfully resolved to '/tmp/project/node_modules/@types/luxon/src/duration.d.ts' with Package ID '@types/luxon/src/duration.d.ts@3.2.0'. ======== ======== Resolving module './misc' from '/tmp/project/node_modules/@types/luxon/src/info.d.ts'. ======== Resolution for module './misc' was found in cache from location '/tmp/project/node_modules/@types/luxon/src'. ======== Module name './misc' was successfully resolved to '/tmp/project/node_modules/@types/luxon/src/misc.d.ts' with Package ID '@types/luxon/src/misc.d.ts@3.2.0'. ======== ======== Resolving module './zone' from '/tmp/project/node_modules/@types/luxon/src/info.d.ts'. ======== Resolution for module './zone' was found in cache from location '/tmp/project/node_modules/@types/luxon/src'. ======== Module name './zone' was successfully resolved to '/tmp/project/node_modules/@types/luxon/src/zone.d.ts' with Package ID '@types/luxon/src/zone.d.ts@3.2.0'. ======== ======== Resolving module './zone' from '/tmp/project/node_modules/@types/luxon/src/settings.d.ts'. ======== Resolution for module './zone' was found in cache from location '/tmp/project/node_modules/@types/luxon/src'. ======== Module name './zone' was successfully resolved to '/tmp/project/node_modules/@types/luxon/src/zone.d.ts' with Package ID '@types/luxon/src/zone.d.ts@3.2.0'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/auth/auth.guard.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/auth'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/jwt' from '/tmp/project/apps/api/apps/api/src/auth/auth.guard.ts'. ======== Resolution for module '@nestjs/jwt' was found in cache from location '/tmp/project/apps/api/apps/api/src/auth'. ======== Module name '@nestjs/jwt' was successfully resolved to '/tmp/project/node_modules/@nestjs/jwt/index.d.ts' with Package ID '@nestjs/jwt/index.d.ts@10.0.2'. ======== ======== Resolving module './auth.service' from '/tmp/project/apps/api/apps/api/src/auth/auth.guard.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/auth/auth.service', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/auth/auth.service.ts' exist - use it as a name resolution result. ======== Module name './auth.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/auth.service.ts'. ======== ======== Resolving module '@nestjs/core' from '/tmp/project/apps/api/apps/api/src/auth/auth.guard.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/core'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/core'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/core'. Resolving module name '@nestjs/core' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/core'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/core', target file type 'TypeScript'. Loading module '@nestjs/core' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/auth/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__core' Resolution for module '@nestjs/core' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name '@nestjs/core' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/index.d.ts' with Package ID '@nestjs/core/index.d.ts@9.3.10'. ======== ======== Resolving module './auth.decorator' from '/tmp/project/apps/api/apps/api/src/auth/auth.guard.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/auth/auth.decorator', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts' exist - use it as a name resolution result. ======== Module name './auth.decorator' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts'. ======== ======== Resolving module 'private-environment' from '/tmp/project/apps/api/apps/api/src/auth/auth.guard.ts'. ======== Resolution for module 'private-environment' was found in cache from location '/tmp/project/apps/api/apps/api/src/auth'. ======== Module name 'private-environment' was successfully resolved to '/tmp/project/packages/private-environment/dist/index.d.ts' with Package ID 'private-environment/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/apps/api/src/auth/auth.guard.ts'. ======== Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/apps/api/src/auth'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '../config/include.defaults' from '/tmp/project/apps/api/apps/api/src/auth/auth.guard.ts'. ======== Resolution for module '../config/include.defaults' was found in cache from location '/tmp/project/apps/api/apps/api/src/auth'. ======== Module name '../config/include.defaults' was successfully resolved to '/tmp/project/apps/api/apps/api/src/config/include.defaults.ts'. ======== ======== Resolving module 'express' from '/tmp/project/apps/api/apps/api/src/auth/auth.guard.ts'. ======== Resolution for module 'express' was found in cache from location '/tmp/project/apps/api/apps/api/src/auth'. ======== Module name 'express' was successfully resolved to '/tmp/project/node_modules/@types/express/index.d.ts' with Package ID '@types/express/index.d.ts@4.17.17'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/auth/auth.module.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/auth'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './auth.service' from '/tmp/project/apps/api/apps/api/src/auth/auth.module.ts'. ======== Resolution for module './auth.service' was found in cache from location '/tmp/project/apps/api/apps/api/src/auth'. ======== Module name './auth.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/auth.service.ts'. ======== ======== Resolving module './auth.controller' from '/tmp/project/apps/api/apps/api/src/auth/auth.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/auth/auth.controller', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/auth/auth.controller.ts' exist - use it as a name resolution result. ======== Module name './auth.controller' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/auth.controller.ts'. ======== ======== Resolving module '@nestjs/passport' from '/tmp/project/apps/api/apps/api/src/auth/auth.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/passport'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/passport'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/passport'. Resolving module name '@nestjs/passport' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/passport'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/passport', target file type 'TypeScript'. Loading module '@nestjs/passport' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/auth/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__passport' Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__passport' Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__passport' Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__passport' Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__passport' Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__passport' Found 'package.json' at '/tmp/project/node_modules/@nestjs/passport/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@nestjs/passport.ts' does not exist. File '/tmp/project/node_modules/@nestjs/passport.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/passport.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' does not have a 'main' field. File '/tmp/project/node_modules/@nestjs/passport/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/passport/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/passport/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@nestjs/passport/index.d.ts', result '/tmp/project/node_modules/@nestjs/passport/index.d.ts'. ======== Module name '@nestjs/passport' was successfully resolved to '/tmp/project/node_modules/@nestjs/passport/index.d.ts' with Package ID '@nestjs/passport/index.d.ts@9.0.3'. ======== ======== Resolving module '@nestjs/jwt' from '/tmp/project/apps/api/apps/api/src/auth/auth.module.ts'. ======== Resolution for module '@nestjs/jwt' was found in cache from location '/tmp/project/apps/api/apps/api/src/auth'. ======== Module name '@nestjs/jwt' was successfully resolved to '/tmp/project/node_modules/@nestjs/jwt/index.d.ts' with Package ID '@nestjs/jwt/index.d.ts@10.0.2'. ======== ======== Resolving module 'nestjs-rate-limiter' from '/tmp/project/apps/api/apps/api/src/auth/auth.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'nestjs-rate-limiter'. 'paths' option is specified, looking for a pattern to match module name 'nestjs-rate-limiter'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'nestjs-rate-limiter'. Resolving module name 'nestjs-rate-limiter' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/nestjs-rate-limiter'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/nestjs-rate-limiter', target file type 'TypeScript'. File '/tmp/project/apps/api/nestjs-rate-limiter.ts' does not exist. File '/tmp/project/apps/api/nestjs-rate-limiter.tsx' does not exist. File '/tmp/project/apps/api/nestjs-rate-limiter.d.ts' does not exist. Directory '/tmp/project/apps/api/nestjs-rate-limiter' does not exist, skipping all lookups in it. Loading module 'nestjs-rate-limiter' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/auth/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/nestjs-rate-limiter.ts' does not exist. File '/tmp/project/apps/api/node_modules/nestjs-rate-limiter.tsx' does not exist. File '/tmp/project/apps/api/node_modules/nestjs-rate-limiter.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/nestjs-rate-limiter/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/nestjs-rate-limiter.ts' does not exist. File '/tmp/project/node_modules/nestjs-rate-limiter.tsx' does not exist. File '/tmp/project/node_modules/nestjs-rate-limiter.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'dist/index.js' that references '/tmp/project/node_modules/nestjs-rate-limiter/dist/index.js'. File '/tmp/project/node_modules/nestjs-rate-limiter/dist/index.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/nestjs-rate-limiter/dist/index.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/nestjs-rate-limiter/dist/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/nestjs-rate-limiter/dist/index.js.ts' does not exist. File '/tmp/project/node_modules/nestjs-rate-limiter/dist/index.js.tsx' does not exist. File '/tmp/project/node_modules/nestjs-rate-limiter/dist/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/nestjs-rate-limiter/dist/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/nestjs-rate-limiter/dist/index.ts' does not exist. File '/tmp/project/node_modules/nestjs-rate-limiter/dist/index.tsx' does not exist. File '/tmp/project/node_modules/nestjs-rate-limiter/dist/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/nestjs-rate-limiter/dist/index.d.ts', result '/tmp/project/node_modules/nestjs-rate-limiter/dist/index.d.ts'. ======== Module name 'nestjs-rate-limiter' was successfully resolved to '/tmp/project/node_modules/nestjs-rate-limiter/dist/index.d.ts' with Package ID 'nestjs-rate-limiter/dist/index.d.ts@3.1.0'. ======== ======== Resolving module 'private-environment' from '/tmp/project/apps/api/apps/api/src/auth/auth.module.ts'. ======== Resolution for module 'private-environment' was found in cache from location '/tmp/project/apps/api/apps/api/src/auth'. ======== Module name 'private-environment' was successfully resolved to '/tmp/project/packages/private-environment/dist/index.d.ts' with Package ID 'private-environment/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/auth/auth.controller.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/auth'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'express' from '/tmp/project/apps/api/apps/api/src/auth/auth.controller.ts'. ======== Resolution for module 'express' was found in cache from location '/tmp/project/apps/api/apps/api/src/auth'. ======== Module name 'express' was successfully resolved to '/tmp/project/node_modules/@types/express/index.d.ts' with Package ID '@types/express/index.d.ts@4.17.17'. ======== ======== Resolving module 'nestjs-rate-limiter' from '/tmp/project/apps/api/apps/api/src/auth/auth.controller.ts'. ======== Resolution for module 'nestjs-rate-limiter' was found in cache from location '/tmp/project/apps/api/apps/api/src/auth'. ======== Module name 'nestjs-rate-limiter' was successfully resolved to '/tmp/project/node_modules/nestjs-rate-limiter/dist/index.d.ts' with Package ID 'nestjs-rate-limiter/dist/index.d.ts@3.1.0'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/apps/api/src/auth/auth.controller.ts'. ======== Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/apps/api/src/auth'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'shared' from '/tmp/project/apps/api/apps/api/src/auth/auth.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'shared'. 'paths' option is specified, looking for a pattern to match module name 'shared'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'shared'. Resolving module name 'shared' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/shared'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/shared', target file type 'TypeScript'. File '/tmp/project/apps/api/shared.ts' does not exist. File '/tmp/project/apps/api/shared.tsx' does not exist. File '/tmp/project/apps/api/shared.d.ts' does not exist. Directory '/tmp/project/apps/api/shared' does not exist, skipping all lookups in it. Loading module 'shared' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/auth/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/shared.ts' does not exist. File '/tmp/project/apps/api/node_modules/shared.tsx' does not exist. File '/tmp/project/apps/api/node_modules/shared.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/shared/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/shared.ts' does not exist. File '/tmp/project/node_modules/shared.tsx' does not exist. File '/tmp/project/node_modules/shared.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'dist/index.d.ts' that references '/tmp/project/node_modules/shared/dist/index.d.ts'. File '/tmp/project/node_modules/shared/dist/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/shared/dist/index.d.ts', result '/tmp/project/packages/shared/dist/index.d.ts'. ======== Module name 'shared' was successfully resolved to '/tmp/project/packages/shared/dist/index.d.ts' with Package ID 'shared/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'types' from '/tmp/project/apps/api/apps/api/src/auth/auth.controller.ts'. ======== Resolution for module 'types' was found in cache from location '/tmp/project/apps/api/apps/api/src/auth'. ======== Module name 'types' was successfully resolved to '/tmp/project/packages/types/dist/index.d.ts' with Package ID 'types/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '../config/include.defaults' from '/tmp/project/apps/api/apps/api/src/auth/auth.controller.ts'. ======== Resolution for module '../config/include.defaults' was found in cache from location '/tmp/project/apps/api/apps/api/src/auth'. ======== Module name '../config/include.defaults' was successfully resolved to '/tmp/project/apps/api/apps/api/src/config/include.defaults.ts'. ======== ======== Resolving module 'private-environment' from '/tmp/project/apps/api/apps/api/src/auth/auth.controller.ts'. ======== Resolution for module 'private-environment' was found in cache from location '/tmp/project/apps/api/apps/api/src/auth'. ======== Module name 'private-environment' was successfully resolved to '/tmp/project/packages/private-environment/dist/index.d.ts' with Package ID 'private-environment/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '../mail/mail.service' from '/tmp/project/apps/api/apps/api/src/auth/auth.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/mail/mail.service', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/mail/mail.service.ts' exist - use it as a name resolution result. ======== Module name '../mail/mail.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/mail/mail.service.ts'. ======== ======== Resolving module './admin.guard' from '/tmp/project/apps/api/apps/api/src/auth/auth.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/auth/admin.guard', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/auth/admin.guard.ts' exist - use it as a name resolution result. ======== Module name './admin.guard' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/admin.guard.ts'. ======== ======== Resolving module './auth.decorator' from '/tmp/project/apps/api/apps/api/src/auth/auth.controller.ts'. ======== Resolution for module './auth.decorator' was found in cache from location '/tmp/project/apps/api/apps/api/src/auth'. ======== Module name './auth.decorator' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts'. ======== ======== Resolving module './auth.service' from '/tmp/project/apps/api/apps/api/src/auth/auth.controller.ts'. ======== Resolution for module './auth.service' was found in cache from location '/tmp/project/apps/api/apps/api/src/auth'. ======== Module name './auth.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/auth.service.ts'. ======== ======== Resolving module './local-auth.guard' from '/tmp/project/apps/api/apps/api/src/auth/auth.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/auth/local-auth.guard', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/auth/local-auth.guard.ts' exist - use it as a name resolution result. ======== Module name './local-auth.guard' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/local-auth.guard.ts'. ======== ======== Resolving module './randomString' from '/tmp/project/apps/api/apps/api/src/auth/auth.controller.ts'. ======== Resolution for module './randomString' was found in cache from location '/tmp/project/apps/api/apps/api/src/auth'. ======== Module name './randomString' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/randomString.ts'. ======== ======== Resolving module '@project/noti' from '/tmp/project/apps/api/apps/api/src/auth/auth.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/noti'. 'paths' option is specified, looking for a pattern to match module name '@project/noti'. Module name '@project/noti', matched pattern '@project/noti'. Trying substitution 'libs/noti/src', candidate module location: 'libs/noti/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/noti/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/noti/src.ts' does not exist. File '/tmp/project/apps/api/libs/noti/src.tsx' does not exist. File '/tmp/project/apps/api/libs/noti/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/noti/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/noti/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/noti' was successfully resolved to '/tmp/project/apps/api/libs/noti/src/index.ts'. ======== ======== Resolving module './rate-limiter.decorator' from '/tmp/project/node_modules/nestjs-rate-limiter/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.decorator', target file type 'TypeScript'. File '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.decorator.ts' does not exist. File '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.decorator.tsx' does not exist. File '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/nestjs-rate-limiter/package.json' exists according to earlier cached lookups. ======== Module name './rate-limiter.decorator' was successfully resolved to '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.decorator.d.ts' with Package ID 'nestjs-rate-limiter/dist/rate-limiter.decorator.d.ts@3.1.0'. ======== ======== Resolving module './rate-limiter.interface' from '/tmp/project/node_modules/nestjs-rate-limiter/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.interface.ts' does not exist. File '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.interface.tsx' does not exist. File '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/nestjs-rate-limiter/package.json' exists according to earlier cached lookups. ======== Module name './rate-limiter.interface' was successfully resolved to '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.interface.d.ts' with Package ID 'nestjs-rate-limiter/dist/rate-limiter.interface.d.ts@3.1.0'. ======== ======== Resolving module './rate-limiter.module' from '/tmp/project/node_modules/nestjs-rate-limiter/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.module', target file type 'TypeScript'. File '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.module.ts' does not exist. File '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.module.tsx' does not exist. File '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.module.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/nestjs-rate-limiter/package.json' exists according to earlier cached lookups. ======== Module name './rate-limiter.module' was successfully resolved to '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.module.d.ts' with Package ID 'nestjs-rate-limiter/dist/rate-limiter.module.d.ts@3.1.0'. ======== ======== Resolving module './rate-limiter.guard' from '/tmp/project/node_modules/nestjs-rate-limiter/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.guard', target file type 'TypeScript'. File '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.guard.ts' does not exist. File '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.guard.tsx' does not exist. File '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.guard.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/nestjs-rate-limiter/package.json' exists according to earlier cached lookups. ======== Module name './rate-limiter.guard' was successfully resolved to '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.guard.d.ts' with Package ID 'nestjs-rate-limiter/dist/rate-limiter.guard.d.ts@3.1.0'. ======== ======== Resolving module './rate-limiter.interface' from '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.decorator.d.ts'. ======== Resolution for module './rate-limiter.interface' was found in cache from location '/tmp/project/node_modules/nestjs-rate-limiter/dist'. ======== Module name './rate-limiter.interface' was successfully resolved to '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.interface.d.ts' with Package ID 'nestjs-rate-limiter/dist/rate-limiter.interface.d.ts@3.1.0'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/nestjs-rate-limiter/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Directory '/tmp/project/node_modules/nestjs-rate-limiter/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces'. Resolving module name '@nestjs/common/interfaces' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/nestjs-rate-limiter/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces' Directory '/tmp/project/node_modules/nestjs-rate-limiter/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces' File '/tmp/project/node_modules/@nestjs/common/interfaces/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/interfaces.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' does not have a 'main' field. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts', result '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module 'rate-limiter-flexible' from '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rate-limiter-flexible'. 'paths' option is specified, looking for a pattern to match module name 'rate-limiter-flexible'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rate-limiter-flexible'. Resolving module name 'rate-limiter-flexible' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/rate-limiter-flexible'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/rate-limiter-flexible', target file type 'TypeScript'. File '/tmp/project/apps/api/rate-limiter-flexible.ts' does not exist. File '/tmp/project/apps/api/rate-limiter-flexible.tsx' does not exist. File '/tmp/project/apps/api/rate-limiter-flexible.d.ts' does not exist. Directory '/tmp/project/apps/api/rate-limiter-flexible' does not exist, skipping all lookups in it. Loading module 'rate-limiter-flexible' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/nestjs-rate-limiter/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/nestjs-rate-limiter/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/rate-limiter-flexible/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/rate-limiter-flexible.ts' does not exist. File '/tmp/project/node_modules/rate-limiter-flexible.tsx' does not exist. File '/tmp/project/node_modules/rate-limiter-flexible.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './lib/index.d.ts' that references '/tmp/project/node_modules/rate-limiter-flexible/lib/index.d.ts'. File '/tmp/project/node_modules/rate-limiter-flexible/lib/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/rate-limiter-flexible/lib/index.d.ts', result '/tmp/project/node_modules/rate-limiter-flexible/lib/index.d.ts'. ======== Module name 'rate-limiter-flexible' was successfully resolved to '/tmp/project/node_modules/rate-limiter-flexible/lib/index.d.ts' with Package ID 'rate-limiter-flexible/lib/index.d.ts@2.1.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.module.d.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/nestjs-rate-limiter/dist'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './rate-limiter.interface' from '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.module.d.ts'. ======== Resolution for module './rate-limiter.interface' was found in cache from location '/tmp/project/node_modules/nestjs-rate-limiter/dist'. ======== Module name './rate-limiter.interface' was successfully resolved to '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.interface.d.ts' with Package ID 'nestjs-rate-limiter/dist/rate-limiter.interface.d.ts@3.1.0'. ======== ======== Resolving module '@nestjs/core' from '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.guard.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/core'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/core'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/core'. Resolving module name '@nestjs/core' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/core'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/core', target file type 'TypeScript'. Loading module '@nestjs/core' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/nestjs-rate-limiter/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__core' Directory '/tmp/project/node_modules/nestjs-rate-limiter/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__core' Resolution for module '@nestjs/core' was found in cache from location '/tmp/project'. ======== Module name '@nestjs/core' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/index.d.ts' with Package ID '@nestjs/core/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.guard.d.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/nestjs-rate-limiter/dist'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'rate-limiter-flexible' from '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.guard.d.ts'. ======== Resolution for module 'rate-limiter-flexible' was found in cache from location '/tmp/project/node_modules/nestjs-rate-limiter/dist'. ======== Module name 'rate-limiter-flexible' was successfully resolved to '/tmp/project/node_modules/rate-limiter-flexible/lib/index.d.ts' with Package ID 'rate-limiter-flexible/lib/index.d.ts@2.1.10'. ======== ======== Resolving module './rate-limiter.interface' from '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.guard.d.ts'. ======== Resolution for module './rate-limiter.interface' was found in cache from location '/tmp/project/node_modules/nestjs-rate-limiter/dist'. ======== Module name './rate-limiter.interface' was successfully resolved to '/tmp/project/node_modules/nestjs-rate-limiter/dist/rate-limiter.interface.d.ts' with Package ID 'nestjs-rate-limiter/dist/rate-limiter.interface.d.ts@3.1.0'. ======== ======== Resolving module './src/useful' from '/tmp/project/packages/shared/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/shared/dist/src/useful', target file type 'TypeScript'. File '/tmp/project/packages/shared/dist/src/useful.ts' does not exist. File '/tmp/project/packages/shared/dist/src/useful.tsx' does not exist. File '/tmp/project/packages/shared/dist/src/useful.d.ts' exist - use it as a name resolution result. ======== Module name './src/useful' was successfully resolved to '/tmp/project/packages/shared/dist/src/useful.d.ts'. ======== ======== Resolving module './src/validations' from '/tmp/project/packages/shared/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/shared/dist/src/validations', target file type 'TypeScript'. File '/tmp/project/packages/shared/dist/src/validations.ts' does not exist. File '/tmp/project/packages/shared/dist/src/validations.tsx' does not exist. File '/tmp/project/packages/shared/dist/src/validations.d.ts' exist - use it as a name resolution result. ======== Module name './src/validations' was successfully resolved to '/tmp/project/packages/shared/dist/src/validations.d.ts'. ======== ======== Resolving module './src/converters' from '/tmp/project/packages/shared/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/shared/dist/src/converters', target file type 'TypeScript'. File '/tmp/project/packages/shared/dist/src/converters.ts' does not exist. File '/tmp/project/packages/shared/dist/src/converters.tsx' does not exist. File '/tmp/project/packages/shared/dist/src/converters.d.ts' exist - use it as a name resolution result. ======== Module name './src/converters' was successfully resolved to '/tmp/project/packages/shared/dist/src/converters.d.ts'. ======== ======== Resolving module './src/canvas' from '/tmp/project/packages/shared/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/shared/dist/src/canvas', target file type 'TypeScript'. File '/tmp/project/packages/shared/dist/src/canvas.ts' does not exist. File '/tmp/project/packages/shared/dist/src/canvas.tsx' does not exist. File '/tmp/project/packages/shared/dist/src/canvas.d.ts' exist - use it as a name resolution result. ======== Module name './src/canvas' was successfully resolved to '/tmp/project/packages/shared/dist/src/canvas.d.ts'. ======== ======== Resolving module './src/tiers' from '/tmp/project/packages/shared/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/shared/dist/src/tiers', target file type 'TypeScript'. File '/tmp/project/packages/shared/dist/src/tiers.ts' does not exist. File '/tmp/project/packages/shared/dist/src/tiers.tsx' does not exist. File '/tmp/project/packages/shared/dist/src/tiers.d.ts' exist - use it as a name resolution result. ======== Module name './src/tiers' was successfully resolved to '/tmp/project/packages/shared/dist/src/tiers.d.ts'. ======== ======== Resolving type reference directive 'react', containing file '/tmp/project/packages/shared/dist/src/useful.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/react/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/react/index.d.ts'. File '/tmp/project/node_modules/@types/react/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/react/index.d.ts', result '/tmp/project/node_modules/@types/react/index.d.ts'. ======== Type reference directive 'react' was successfully resolved to '/tmp/project/node_modules/@types/react/index.d.ts' with Package ID '@types/react/index.d.ts@18.0.28', primary: true. ======== ======== Resolving module 'csstype' from '/tmp/project/node_modules/@types/react/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'csstype'. 'paths' option is specified, looking for a pattern to match module name 'csstype'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'csstype'. Resolving module name 'csstype' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/csstype'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/csstype', target file type 'TypeScript'. File '/tmp/project/apps/api/csstype.ts' does not exist. File '/tmp/project/apps/api/csstype.tsx' does not exist. File '/tmp/project/apps/api/csstype.d.ts' does not exist. Directory '/tmp/project/apps/api/csstype' does not exist, skipping all lookups in it. Loading module 'csstype' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/csstype/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/csstype.ts' does not exist. File '/tmp/project/node_modules/csstype.tsx' does not exist. File '/tmp/project/node_modules/csstype.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/csstype/index.d.ts'. File '/tmp/project/node_modules/csstype/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/csstype/index.d.ts', result '/tmp/project/node_modules/csstype/index.d.ts'. ======== Module name 'csstype' was successfully resolved to '/tmp/project/node_modules/csstype/index.d.ts' with Package ID 'csstype/index.d.ts@3.1.1'. ======== ======== Resolving module 'prop-types' from '/tmp/project/node_modules/@types/react/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prop-types'. 'paths' option is specified, looking for a pattern to match module name 'prop-types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prop-types'. Resolving module name 'prop-types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/prop-types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/prop-types', target file type 'TypeScript'. File '/tmp/project/apps/api/prop-types.ts' does not exist. File '/tmp/project/apps/api/prop-types.tsx' does not exist. File '/tmp/project/apps/api/prop-types.d.ts' does not exist. Directory '/tmp/project/apps/api/prop-types' does not exist, skipping all lookups in it. Loading module 'prop-types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/prop-types/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/prop-types.ts' does not exist. File '/tmp/project/node_modules/prop-types.tsx' does not exist. File '/tmp/project/node_modules/prop-types.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'index.js' that references '/tmp/project/node_modules/prop-types/index.js'. File '/tmp/project/node_modules/prop-types/index.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/prop-types/index.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/prop-types/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/prop-types/index.js.ts' does not exist. File '/tmp/project/node_modules/prop-types/index.js.tsx' does not exist. File '/tmp/project/node_modules/prop-types/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/prop-types/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/prop-types/index.ts' does not exist. File '/tmp/project/node_modules/prop-types/index.tsx' does not exist. File '/tmp/project/node_modules/prop-types/index.d.ts' does not exist. Directory '/tmp/project/node_modules/prop-types/index.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/prop-types/index.ts' does not exist. File '/tmp/project/node_modules/prop-types/index.tsx' does not exist. File '/tmp/project/node_modules/prop-types/index.d.ts' does not exist. Found 'package.json' at '/tmp/project/node_modules/@types/prop-types/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@types/prop-types.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/prop-types/index.d.ts'. File '/tmp/project/node_modules/@types/prop-types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/prop-types/index.d.ts', result '/tmp/project/node_modules/@types/prop-types/index.d.ts'. ======== Module name 'prop-types' was successfully resolved to '/tmp/project/node_modules/@types/prop-types/index.d.ts' with Package ID '@types/prop-types/index.d.ts@15.7.5'. ======== ======== Resolving module 'scheduler/tracing' from '/tmp/project/node_modules/@types/react/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'scheduler/tracing'. 'paths' option is specified, looking for a pattern to match module name 'scheduler/tracing'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'scheduler/tracing'. Resolving module name 'scheduler/tracing' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/scheduler/tracing'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/scheduler/tracing', target file type 'TypeScript'. Loading module 'scheduler/tracing' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/scheduler/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/scheduler/tracing.ts' does not exist. File '/tmp/project/node_modules/scheduler/tracing.tsx' does not exist. File '/tmp/project/node_modules/scheduler/tracing.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'index.js' that references '/tmp/project/node_modules/scheduler/tracing/index.js'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/scheduler/tracing/index.js', target file type 'TypeScript'. File name '/tmp/project/node_modules/scheduler/tracing/index.js' has a '.js' extension - stripping it. Found 'package.json' at '/tmp/project/node_modules/@types/scheduler/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@types/scheduler/tracing.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/scheduler/tracing.d.ts', result '/tmp/project/node_modules/@types/scheduler/tracing.d.ts'. ======== Module name 'scheduler/tracing' was successfully resolved to '/tmp/project/node_modules/@types/scheduler/tracing.d.ts' with Package ID '@types/scheduler/tracing.d.ts@0.16.2'. ======== ======== Resolving module 'types' from '/tmp/project/packages/shared/dist/src/validations.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'types'. 'paths' option is specified, looking for a pattern to match module name 'types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'types'. Resolving module name 'types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/types', target file type 'TypeScript'. File '/tmp/project/apps/api/types.ts' does not exist. File '/tmp/project/apps/api/types.tsx' does not exist. File '/tmp/project/apps/api/types.d.ts' does not exist. Directory '/tmp/project/apps/api/types' does not exist, skipping all lookups in it. Loading module 'types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/packages/shared/dist/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/packages/shared/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/packages/shared/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/packages/node_modules' does not exist, skipping all lookups in it. Resolution for module 'types' was found in cache from location '/tmp/project'. ======== Module name 'types' was successfully resolved to '/tmp/project/packages/types/dist/index.d.ts' with Package ID 'types/dist/index.d.ts@0.0.1'. ======== ======== Resolving module './useful' from '/tmp/project/packages/shared/dist/src/validations.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/shared/dist/src/useful', target file type 'TypeScript'. File '/tmp/project/packages/shared/dist/src/useful.ts' does not exist. File '/tmp/project/packages/shared/dist/src/useful.tsx' does not exist. File '/tmp/project/packages/shared/dist/src/useful.d.ts' exist - use it as a name resolution result. ======== Module name './useful' was successfully resolved to '/tmp/project/packages/shared/dist/src/useful.d.ts'. ======== ======== Resolving module 'prismas' from '/tmp/project/packages/shared/dist/src/converters.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. 'paths' option is specified, looking for a pattern to match module name 'prismas'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. Resolving module name 'prismas' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/prismas'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/prismas', target file type 'TypeScript'. File '/tmp/project/apps/api/prismas.ts' does not exist. File '/tmp/project/apps/api/prismas.tsx' does not exist. File '/tmp/project/apps/api/prismas.d.ts' does not exist. Directory '/tmp/project/apps/api/prismas' does not exist, skipping all lookups in it. Loading module 'prismas' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/packages/shared/dist/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/packages/shared/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/packages/shared/node_modules' does not exist, skipping all lookups in it. Resolution for module 'prismas' was found in cache from location '/tmp/project/packages'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/mail/mail.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/mail/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'mailer' from '/tmp/project/apps/api/apps/api/src/mail/mail.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'mailer'. 'paths' option is specified, looking for a pattern to match module name 'mailer'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'mailer'. Resolving module name 'mailer' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/mailer'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/mailer', target file type 'TypeScript'. File '/tmp/project/apps/api/mailer.ts' does not exist. File '/tmp/project/apps/api/mailer.tsx' does not exist. File '/tmp/project/apps/api/mailer.d.ts' does not exist. Directory '/tmp/project/apps/api/mailer' does not exist, skipping all lookups in it. Loading module 'mailer' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/mail/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/mailer.ts' does not exist. File '/tmp/project/apps/api/node_modules/mailer.tsx' does not exist. File '/tmp/project/apps/api/node_modules/mailer.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/mailer/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/mailer.ts' does not exist. File '/tmp/project/node_modules/mailer.tsx' does not exist. File '/tmp/project/node_modules/mailer.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' does not have a 'main' field. File '/tmp/project/node_modules/mailer/index.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/mailer/index.ts', result '/tmp/project/packages/mailer/index.ts'. ======== Module name 'mailer' was successfully resolved to '/tmp/project/packages/mailer/index.ts' with Package ID 'mailer/index.ts@1.6.2'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/apps/api/src/mail/mail.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. 'paths' option is specified, looking for a pattern to match module name 'prismas'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. Resolving module name 'prismas' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/prismas'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/prismas', target file type 'TypeScript'. File '/tmp/project/apps/api/prismas.ts' does not exist. File '/tmp/project/apps/api/prismas.tsx' does not exist. File '/tmp/project/apps/api/prismas.d.ts' does not exist. Directory '/tmp/project/apps/api/prismas' does not exist, skipping all lookups in it. Loading module 'prismas' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/mail/node_modules' does not exist, skipping all lookups in it. Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'private-environment' from '/tmp/project/apps/api/apps/api/src/mail/mail.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'private-environment'. 'paths' option is specified, looking for a pattern to match module name 'private-environment'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'private-environment'. Resolving module name 'private-environment' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/private-environment'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/private-environment', target file type 'TypeScript'. File '/tmp/project/apps/api/private-environment.ts' does not exist. File '/tmp/project/apps/api/private-environment.tsx' does not exist. File '/tmp/project/apps/api/private-environment.d.ts' does not exist. Directory '/tmp/project/apps/api/private-environment' does not exist, skipping all lookups in it. Loading module 'private-environment' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/mail/node_modules' does not exist, skipping all lookups in it. Resolution for module 'private-environment' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'private-environment' was successfully resolved to '/tmp/project/packages/private-environment/dist/index.d.ts' with Package ID 'private-environment/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'path' from '/tmp/project/apps/api/apps/api/src/mail/mail.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'path'. 'paths' option is specified, looking for a pattern to match module name 'path'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'path'. Resolving module name 'path' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/path'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/path', target file type 'TypeScript'. File '/tmp/project/apps/api/path.ts' does not exist. File '/tmp/project/apps/api/path.tsx' does not exist. File '/tmp/project/apps/api/path.d.ts' does not exist. Directory '/tmp/project/apps/api/path' does not exist, skipping all lookups in it. Loading module 'path' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/mail/node_modules' does not exist, skipping all lookups in it. Resolution for module 'path' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'path' was not resolved. ======== ======== Resolving module './dist' from '/tmp/project/packages/mailer/index.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/dist', target file type 'TypeScript'. File '/tmp/project/packages/mailer/dist.ts' does not exist. File '/tmp/project/packages/mailer/dist.tsx' does not exist. File '/tmp/project/packages/mailer/dist.d.ts' does not exist. File '/tmp/project/packages/mailer/dist/package.json' does not exist. File '/tmp/project/packages/mailer/dist/index.ts' does not exist. File '/tmp/project/packages/mailer/dist/index.tsx' does not exist. File '/tmp/project/packages/mailer/dist/index.d.ts' exist - use it as a name resolution result. ======== Module name './dist' was successfully resolved to '/tmp/project/packages/mailer/dist/index.d.ts'. ======== ======== Resolving module './mailer.module' from '/tmp/project/packages/mailer/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/dist/mailer.module', target file type 'TypeScript'. File '/tmp/project/packages/mailer/dist/mailer.module.ts' does not exist. File '/tmp/project/packages/mailer/dist/mailer.module.tsx' does not exist. File '/tmp/project/packages/mailer/dist/mailer.module.d.ts' exist - use it as a name resolution result. ======== Module name './mailer.module' was successfully resolved to '/tmp/project/packages/mailer/dist/mailer.module.d.ts'. ======== ======== Resolving module './constants/mailer.constant' from '/tmp/project/packages/mailer/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/dist/constants/mailer.constant', target file type 'TypeScript'. File '/tmp/project/packages/mailer/dist/constants/mailer.constant.ts' does not exist. File '/tmp/project/packages/mailer/dist/constants/mailer.constant.tsx' does not exist. File '/tmp/project/packages/mailer/dist/constants/mailer.constant.d.ts' exist - use it as a name resolution result. ======== Module name './constants/mailer.constant' was successfully resolved to '/tmp/project/packages/mailer/dist/constants/mailer.constant.d.ts'. ======== ======== Resolving module './interfaces/mailer-options.interface' from '/tmp/project/packages/mailer/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/dist/interfaces/mailer-options.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/dist/interfaces/mailer-options.interface.ts' does not exist. File '/tmp/project/packages/mailer/dist/interfaces/mailer-options.interface.tsx' does not exist. File '/tmp/project/packages/mailer/dist/interfaces/mailer-options.interface.d.ts' exist - use it as a name resolution result. ======== Module name './interfaces/mailer-options.interface' was successfully resolved to '/tmp/project/packages/mailer/dist/interfaces/mailer-options.interface.d.ts'. ======== ======== Resolving module './interfaces/template-adapter.interface' from '/tmp/project/packages/mailer/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/dist/interfaces/template-adapter.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/dist/interfaces/template-adapter.interface.ts' does not exist. File '/tmp/project/packages/mailer/dist/interfaces/template-adapter.interface.tsx' does not exist. File '/tmp/project/packages/mailer/dist/interfaces/template-adapter.interface.d.ts' exist - use it as a name resolution result. ======== Module name './interfaces/template-adapter.interface' was successfully resolved to '/tmp/project/packages/mailer/dist/interfaces/template-adapter.interface.d.ts'. ======== ======== Resolving module './interfaces/mailer-options-factory.interface' from '/tmp/project/packages/mailer/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/dist/interfaces/mailer-options-factory.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/dist/interfaces/mailer-options-factory.interface.ts' does not exist. File '/tmp/project/packages/mailer/dist/interfaces/mailer-options-factory.interface.tsx' does not exist. File '/tmp/project/packages/mailer/dist/interfaces/mailer-options-factory.interface.d.ts' exist - use it as a name resolution result. ======== Module name './interfaces/mailer-options-factory.interface' was successfully resolved to '/tmp/project/packages/mailer/dist/interfaces/mailer-options-factory.interface.d.ts'. ======== ======== Resolving module './interfaces/send-mail-options.interface' from '/tmp/project/packages/mailer/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/dist/interfaces/send-mail-options.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/dist/interfaces/send-mail-options.interface.ts' does not exist. File '/tmp/project/packages/mailer/dist/interfaces/send-mail-options.interface.tsx' does not exist. File '/tmp/project/packages/mailer/dist/interfaces/send-mail-options.interface.d.ts' exist - use it as a name resolution result. ======== Module name './interfaces/send-mail-options.interface' was successfully resolved to '/tmp/project/packages/mailer/dist/interfaces/send-mail-options.interface.d.ts'. ======== ======== Resolving module './interfaces/mailer-transport-factory.interface' from '/tmp/project/packages/mailer/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/dist/interfaces/mailer-transport-factory.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/dist/interfaces/mailer-transport-factory.interface.ts' does not exist. File '/tmp/project/packages/mailer/dist/interfaces/mailer-transport-factory.interface.tsx' does not exist. File '/tmp/project/packages/mailer/dist/interfaces/mailer-transport-factory.interface.d.ts' exist - use it as a name resolution result. ======== Module name './interfaces/mailer-transport-factory.interface' was successfully resolved to '/tmp/project/packages/mailer/dist/interfaces/mailer-transport-factory.interface.d.ts'. ======== ======== Resolving module './mailer.service' from '/tmp/project/packages/mailer/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/dist/mailer.service', target file type 'TypeScript'. File '/tmp/project/packages/mailer/dist/mailer.service.ts' does not exist. File '/tmp/project/packages/mailer/dist/mailer.service.tsx' does not exist. File '/tmp/project/packages/mailer/dist/mailer.service.d.ts' exist - use it as a name resolution result. ======== Module name './mailer.service' was successfully resolved to '/tmp/project/packages/mailer/dist/mailer.service.d.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/packages/mailer/dist/mailer.module.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/packages/mailer/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Found 'package.json' at '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/packages/mailer/node_modules/@nestjs/common.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' does not have a 'main' field. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.d.ts', result '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.d.ts'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@8.2.4'. ======== ======== Resolving module './interfaces/mailer-options.interface' from '/tmp/project/packages/mailer/dist/mailer.module.d.ts'. ======== Resolution for module './interfaces/mailer-options.interface' was found in cache from location '/tmp/project/packages/mailer/dist'. ======== Module name './interfaces/mailer-options.interface' was successfully resolved to '/tmp/project/packages/mailer/dist/interfaces/mailer-options.interface.d.ts'. ======== ======== Resolving module './interfaces/mailer-async-options.interface' from '/tmp/project/packages/mailer/dist/mailer.module.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/dist/interfaces/mailer-async-options.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/dist/interfaces/mailer-async-options.interface.ts' does not exist. File '/tmp/project/packages/mailer/dist/interfaces/mailer-async-options.interface.tsx' does not exist. File '/tmp/project/packages/mailer/dist/interfaces/mailer-async-options.interface.d.ts' exist - use it as a name resolution result. ======== Module name './interfaces/mailer-async-options.interface' was successfully resolved to '/tmp/project/packages/mailer/dist/interfaces/mailer-async-options.interface.d.ts'. ======== ======== Resolving module 'reflect-metadata' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reflect-metadata'. 'paths' option is specified, looking for a pattern to match module name 'reflect-metadata'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reflect-metadata'. Resolving module name 'reflect-metadata' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/reflect-metadata'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/reflect-metadata', target file type 'TypeScript'. File '/tmp/project/apps/api/reflect-metadata.ts' does not exist. File '/tmp/project/apps/api/reflect-metadata.tsx' does not exist. File '/tmp/project/apps/api/reflect-metadata.d.ts' does not exist. Directory '/tmp/project/apps/api/reflect-metadata' does not exist, skipping all lookups in it. Loading module 'reflect-metadata' from 'node_modules' folder, target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/node_modules/reflect-metadata.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/node_modules/reflect-metadata.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/node_modules/reflect-metadata.d.ts' does not exist. Directory '/tmp/project/packages/mailer/node_modules/@nestjs/common/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/packages/mailer/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/packages/mailer/node_modules/reflect-metadata.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/reflect-metadata.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/reflect-metadata.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@types/reflect-metadata.d.ts' does not exist. Directory '/tmp/project/packages/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/reflect-metadata/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/reflect-metadata.ts' does not exist. File '/tmp/project/node_modules/reflect-metadata.tsx' does not exist. File '/tmp/project/node_modules/reflect-metadata.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/reflect-metadata/index.d.ts'. File '/tmp/project/node_modules/reflect-metadata/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/reflect-metadata/index.d.ts', result '/tmp/project/node_modules/reflect-metadata/index.d.ts'. ======== Module name 'reflect-metadata' was successfully resolved to '/tmp/project/node_modules/reflect-metadata/index.d.ts' with Package ID 'reflect-metadata/index.d.ts@0.1.13'. ======== ======== Resolving module './cache' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/index.d.ts' exist - use it as a name resolution result. ======== Module name './cache' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/index.d.ts'. ======== ======== Resolving module './decorators' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/index.d.ts' exist - use it as a name resolution result. ======== Module name './decorators' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/index.d.ts'. ======== ======== Resolving module './enums' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/index.d.ts' exist - use it as a name resolution result. ======== Module name './enums' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/index.d.ts'. ======== ======== Resolving module './exceptions' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/index.d.ts' exist - use it as a name resolution result. ======== Module name './exceptions' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== ======== Resolving module './file-stream' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/file-stream', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/file-stream.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/file-stream.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/file-stream.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/file-stream/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/file-stream/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/file-stream/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/file-stream/index.d.ts' exist - use it as a name resolution result. ======== Module name './file-stream' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/file-stream/index.d.ts'. ======== ======== Resolving module './http' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/http', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/http.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/http.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/http.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/index.d.ts' exist - use it as a name resolution result. ======== Module name './http' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/index.d.ts'. ======== ======== Resolving module './interfaces' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name './interfaces' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module './pipes' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/index.d.ts' exist - use it as a name resolution result. ======== Module name './pipes' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/index.d.ts'. ======== ======== Resolving module './serializer' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/index.d.ts' exist - use it as a name resolution result. ======== Module name './serializer' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/index.d.ts'. ======== ======== Resolving module './services' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/services', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/services.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/services.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/services.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/services/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/services/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/services/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/services/index.d.ts' exist - use it as a name resolution result. ======== Module name './services' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/services/index.d.ts'. ======== ======== Resolving module './utils' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/utils', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/utils.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/utils.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/utils.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/utils/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/utils/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/utils/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/utils/index.d.ts' exist - use it as a name resolution result. ======== Module name './utils' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/utils/index.d.ts'. ======== ======== Resolving module './cache.constants' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/cache.constants', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/cache.constants.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/cache.constants.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/cache.constants.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './cache.constants' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/cache.constants.d.ts' with Package ID '@nestjs/common/cache/cache.constants.d.ts@8.2.4'. ======== ======== Resolving module './cache.module' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/cache.module', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/cache.module.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/cache.module.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/cache.module.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './cache.module' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/cache.module.d.ts' with Package ID '@nestjs/common/cache/cache.module.d.ts@8.2.4'. ======== ======== Resolving module './decorators' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/decorators', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/decorators.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/decorators.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/decorators.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/decorators/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/decorators/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/decorators/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/decorators/index.d.ts' exist - use it as a name resolution result. ======== Module name './decorators' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/decorators/index.d.ts'. ======== ======== Resolving module './interceptors' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interceptors', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interceptors.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interceptors.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interceptors.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interceptors/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interceptors/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interceptors/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interceptors/index.d.ts' exist - use it as a name resolution result. ======== Module name './interceptors' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interceptors/index.d.ts'. ======== ======== Resolving module './interfaces' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name './interfaces' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces/index.d.ts'. ======== ======== Resolving module '../interfaces' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/cache.module.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/package.json' does not exist according to earlier cached lookups. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name '../interfaces' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module './interfaces/cache-module.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/cache.module.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces/cache-module.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces/cache-module.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces/cache-module.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces/cache-module.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './interfaces/cache-module.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces/cache-module.interface.d.ts' with Package ID '@nestjs/common/cache/interfaces/cache-module.interface.d.ts@8.2.4'. ======== ======== Resolving module './abstract.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/abstract.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/abstract.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/abstract.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/abstract.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './abstract.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/abstract.interface.d.ts' with Package ID '@nestjs/common/interfaces/abstract.interface.d.ts@8.2.4'. ======== ======== Resolving module './controllers/controller-metadata.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/controllers/controller-metadata.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/controllers/controller-metadata.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/controllers/controller-metadata.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/controllers/controller-metadata.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './controllers/controller-metadata.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/controllers/controller-metadata.interface.d.ts' with Package ID '@nestjs/common/interfaces/controllers/controller-metadata.interface.d.ts@8.2.4'. ======== ======== Resolving module './controllers/controller.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/controllers/controller.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/controllers/controller.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/controllers/controller.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/controllers/controller.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './controllers/controller.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/controllers/controller.interface.d.ts' with Package ID '@nestjs/common/interfaces/controllers/controller.interface.d.ts@8.2.4'. ======== ======== Resolving module './exceptions/exception-filter.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/exceptions/exception-filter.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/exceptions/exception-filter.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/exceptions/exception-filter.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/exceptions/exception-filter.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './exceptions/exception-filter.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/exceptions/exception-filter.interface.d.ts' with Package ID '@nestjs/common/interfaces/exceptions/exception-filter.interface.d.ts@8.2.4'. ======== ======== Resolving module './exceptions/rpc-exception-filter.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './exceptions/rpc-exception-filter.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter.interface.d.ts' with Package ID '@nestjs/common/interfaces/exceptions/rpc-exception-filter.interface.d.ts@8.2.4'. ======== ======== Resolving module './exceptions/ws-exception-filter.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/exceptions/ws-exception-filter.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/exceptions/ws-exception-filter.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/exceptions/ws-exception-filter.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/exceptions/ws-exception-filter.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './exceptions/ws-exception-filter.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/exceptions/ws-exception-filter.interface.d.ts' with Package ID '@nestjs/common/interfaces/exceptions/ws-exception-filter.interface.d.ts@8.2.4'. ======== ======== Resolving module './external/validation-error.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validation-error.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validation-error.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validation-error.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validation-error.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './external/validation-error.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validation-error.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/validation-error.interface.d.ts@8.2.4'. ======== ======== Resolving module './features/arguments-host.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/arguments-host.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './features/arguments-host.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/arguments-host.interface.d.ts@8.2.4'. ======== ======== Resolving module './features/can-activate.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/can-activate.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/can-activate.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/can-activate.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/can-activate.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './features/can-activate.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/can-activate.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/can-activate.interface.d.ts@8.2.4'. ======== ======== Resolving module './features/custom-route-param-factory.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/custom-route-param-factory.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/custom-route-param-factory.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/custom-route-param-factory.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/custom-route-param-factory.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './features/custom-route-param-factory.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/custom-route-param-factory.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/custom-route-param-factory.interface.d.ts@8.2.4'. ======== ======== Resolving module './features/execution-context.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/execution-context.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/execution-context.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/execution-context.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/execution-context.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './features/execution-context.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/execution-context.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/execution-context.interface.d.ts@8.2.4'. ======== ======== Resolving module './features/nest-interceptor.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/nest-interceptor.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/nest-interceptor.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/nest-interceptor.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/nest-interceptor.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './features/nest-interceptor.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/nest-interceptor.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/nest-interceptor.interface.d.ts@8.2.4'. ======== ======== Resolving module './features/paramtype.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/paramtype.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/paramtype.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/paramtype.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/paramtype.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './features/paramtype.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/paramtype.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/paramtype.interface.d.ts@8.2.4'. ======== ======== Resolving module './features/pipe-transform.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './features/pipe-transform.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/pipe-transform.interface.d.ts@8.2.4'. ======== ======== Resolving module './global-prefix-options.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/global-prefix-options.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/global-prefix-options.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/global-prefix-options.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/global-prefix-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './global-prefix-options.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/global-prefix-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/global-prefix-options.interface.d.ts@8.2.4'. ======== ======== Resolving module './hooks' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/index.d.ts' exist - use it as a name resolution result. ======== Module name './hooks' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/index.d.ts'. ======== ======== Resolving module './http' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http/index.d.ts' exist - use it as a name resolution result. ======== Module name './http' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http/index.d.ts'. ======== ======== Resolving module './injectable.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/injectable.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/injectable.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/injectable.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/injectable.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './injectable.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/injectable.interface.d.ts' with Package ID '@nestjs/common/interfaces/injectable.interface.d.ts@8.2.4'. ======== ======== Resolving module './microservices/nest-hybrid-application-options.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/microservices/nest-hybrid-application-options.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/microservices/nest-hybrid-application-options.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/microservices/nest-hybrid-application-options.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/microservices/nest-hybrid-application-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './microservices/nest-hybrid-application-options.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/microservices/nest-hybrid-application-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/microservices/nest-hybrid-application-options.interface.d.ts@8.2.4'. ======== ======== Resolving module './middleware' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/index.d.ts' exist - use it as a name resolution result. ======== Module name './middleware' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/index.d.ts'. ======== ======== Resolving module './modules' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/index.d.ts' exist - use it as a name resolution result. ======== Module name './modules' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/index.d.ts'. ======== ======== Resolving module './nest-application-context.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-context.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-context.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-context.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-context.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './nest-application-context.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-context.interface.d.ts' with Package ID '@nestjs/common/interfaces/nest-application-context.interface.d.ts@8.2.4'. ======== ======== Resolving module './nest-application-options.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-options.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-options.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-options.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './nest-application-options.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/nest-application-options.interface.d.ts@8.2.4'. ======== ======== Resolving module './nest-application.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './nest-application.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application.interface.d.ts' with Package ID '@nestjs/common/interfaces/nest-application.interface.d.ts@8.2.4'. ======== ======== Resolving module './nest-microservice.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-microservice.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-microservice.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-microservice.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-microservice.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './nest-microservice.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-microservice.interface.d.ts' with Package ID '@nestjs/common/interfaces/nest-microservice.interface.d.ts@8.2.4'. ======== ======== Resolving module './scope-options.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/scope-options.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/scope-options.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/scope-options.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/scope-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './scope-options.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/scope-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/scope-options.interface.d.ts@8.2.4'. ======== ======== Resolving module './type.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './type.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.d.ts' with Package ID '@nestjs/common/interfaces/type.interface.d.ts@8.2.4'. ======== ======== Resolving module './version-options.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/version-options.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/version-options.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/version-options.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/version-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './version-options.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/version-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/version-options.interface.d.ts@8.2.4'. ======== ======== Resolving module './websockets/web-socket-adapter.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/websockets/web-socket-adapter.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/websockets/web-socket-adapter.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/websockets/web-socket-adapter.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/websockets/web-socket-adapter.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './websockets/web-socket-adapter.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/websockets/web-socket-adapter.interface.d.ts' with Package ID '@nestjs/common/interfaces/websockets/web-socket-adapter.interface.d.ts@8.2.4'. ======== ======== Resolving module '../features/arguments-host.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/exceptions/exception-filter.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/arguments-host.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../features/arguments-host.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/arguments-host.interface.d.ts@8.2.4'. ======== ======== Resolving module 'rxjs' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. 'paths' option is specified, looking for a pattern to match module name 'rxjs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. Resolving module name 'rxjs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/rxjs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/rxjs', target file type 'TypeScript'. File '/tmp/project/apps/api/rxjs.ts' does not exist. File '/tmp/project/apps/api/rxjs.tsx' does not exist. File '/tmp/project/apps/api/rxjs.d.ts' does not exist. Directory '/tmp/project/apps/api/rxjs' does not exist, skipping all lookups in it. Loading module 'rxjs' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/exceptions/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/node_modules/rxjs.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/node_modules/rxjs.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/node_modules/rxjs.d.ts' does not exist. Directory '/tmp/project/packages/mailer/node_modules/@nestjs/common/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/packages/mailer/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/packages/mailer/node_modules/rxjs/package.json'. 'package.json' has a 'typesVersions' field with version-specific path mappings. File '/tmp/project/packages/mailer/node_modules/rxjs.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/packages/mailer/node_modules/rxjs/index.d.ts'. 'package.json' has a 'typesVersions' entry '>=4.2' that matches compiler version '4.9.4', looking for a pattern to match module name 'index.d.ts'. Module name 'index.d.ts', matched pattern '*'. Trying substitution 'dist/types/*', candidate module location: 'dist/types/index.d.ts'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts', result '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Module name 'rxjs' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts' with Package ID 'rxjs/dist/types/index.d.ts@7.4.0'. ======== ======== Resolving module '../features/arguments-host.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/exceptions/rpc-exception-filter.interface.d.ts'. ======== Resolution for module '../features/arguments-host.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/exceptions'. ======== Module name '../features/arguments-host.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/arguments-host.interface.d.ts@8.2.4'. ======== ======== Resolving module '../internal/operators/audit' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/audit', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/audit.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/audit.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/audit.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/audit' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/audit.d.ts' with Package ID 'rxjs/dist/types/internal/operators/audit.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/auditTime' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/auditTime', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/auditTime.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/auditTime.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/auditTime.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/auditTime' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/auditTime.d.ts' with Package ID 'rxjs/dist/types/internal/operators/auditTime.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/buffer' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/buffer', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/buffer.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/buffer.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/buffer.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/buffer' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/buffer.d.ts' with Package ID 'rxjs/dist/types/internal/operators/buffer.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/bufferCount' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferCount', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferCount.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferCount.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferCount.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/bufferCount' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferCount.d.ts' with Package ID 'rxjs/dist/types/internal/operators/bufferCount.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/bufferTime' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferTime', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferTime.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferTime.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferTime.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/bufferTime' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferTime.d.ts' with Package ID 'rxjs/dist/types/internal/operators/bufferTime.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/bufferToggle' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferToggle', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferToggle.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferToggle.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferToggle.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/bufferToggle' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferToggle.d.ts' with Package ID 'rxjs/dist/types/internal/operators/bufferToggle.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/bufferWhen' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferWhen', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferWhen.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferWhen.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferWhen.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/bufferWhen' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferWhen.d.ts' with Package ID 'rxjs/dist/types/internal/operators/bufferWhen.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/catchError' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/catchError', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/catchError.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/catchError.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/catchError.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/catchError' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/catchError.d.ts' with Package ID 'rxjs/dist/types/internal/operators/catchError.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/combineAll' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineAll', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineAll.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineAll.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/combineAll' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/combineAll.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/combineLatestAll' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatestAll', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/combineLatestAll' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/combineLatestAll.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/combineLatest' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatest', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatest.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatest.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatest.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/combineLatest' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatest.d.ts' with Package ID 'rxjs/dist/types/internal/operators/combineLatest.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/combineLatestWith' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatestWith', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/combineLatestWith' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/combineLatestWith.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/concat' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concat', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concat.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concat.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concat.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/concat' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concat.d.ts' with Package ID 'rxjs/dist/types/internal/operators/concat.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/concatAll' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatAll', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatAll.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatAll.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/concatAll' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/concatAll.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/concatMap' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatMap', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatMap.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatMap.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatMap.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/concatMap' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatMap.d.ts' with Package ID 'rxjs/dist/types/internal/operators/concatMap.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/concatMapTo' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatMapTo', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatMapTo.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatMapTo.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatMapTo.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/concatMapTo' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatMapTo.d.ts' with Package ID 'rxjs/dist/types/internal/operators/concatMapTo.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/concatWith' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatWith', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatWith.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatWith.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/concatWith' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/concatWith.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/connect' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/connect', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/connect.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/connect.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/connect.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/connect' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/connect.d.ts' with Package ID 'rxjs/dist/types/internal/operators/connect.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/count' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/count', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/count.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/count.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/count.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/count' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/count.d.ts' with Package ID 'rxjs/dist/types/internal/operators/count.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/debounce' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/debounce', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/debounce.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/debounce.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/debounce.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/debounce' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/debounce.d.ts' with Package ID 'rxjs/dist/types/internal/operators/debounce.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/debounceTime' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/debounceTime', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/debounceTime.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/debounceTime.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/debounceTime.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/debounceTime' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/debounceTime.d.ts' with Package ID 'rxjs/dist/types/internal/operators/debounceTime.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/defaultIfEmpty' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/defaultIfEmpty' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.d.ts' with Package ID 'rxjs/dist/types/internal/operators/defaultIfEmpty.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/delay' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/delay', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/delay.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/delay.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/delay.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/delay' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/delay.d.ts' with Package ID 'rxjs/dist/types/internal/operators/delay.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/delayWhen' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/delayWhen', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/delayWhen.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/delayWhen.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/delayWhen.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/delayWhen' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/delayWhen.d.ts' with Package ID 'rxjs/dist/types/internal/operators/delayWhen.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/dematerialize' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/dematerialize', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/dematerialize.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/dematerialize.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/dematerialize.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/dematerialize' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/dematerialize.d.ts' with Package ID 'rxjs/dist/types/internal/operators/dematerialize.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/distinct' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinct', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinct.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinct.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinct.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/distinct' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinct.d.ts' with Package ID 'rxjs/dist/types/internal/operators/distinct.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/distinctUntilChanged' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/distinctUntilChanged' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.d.ts' with Package ID 'rxjs/dist/types/internal/operators/distinctUntilChanged.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/distinctUntilKeyChanged' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/distinctUntilKeyChanged' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.d.ts' with Package ID 'rxjs/dist/types/internal/operators/distinctUntilKeyChanged.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/elementAt' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/elementAt', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/elementAt.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/elementAt.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/elementAt.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/elementAt' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/elementAt.d.ts' with Package ID 'rxjs/dist/types/internal/operators/elementAt.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/endWith' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/endWith', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/endWith.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/endWith.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/endWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/endWith' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/endWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/endWith.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/every' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/every', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/every.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/every.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/every.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/every' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/every.d.ts' with Package ID 'rxjs/dist/types/internal/operators/every.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/exhaust' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaust', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaust.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaust.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaust.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/exhaust' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaust.d.ts' with Package ID 'rxjs/dist/types/internal/operators/exhaust.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/exhaustAll' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaustAll', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaustAll.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaustAll.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaustAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/exhaustAll' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaustAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/exhaustAll.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/exhaustMap' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaustMap', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaustMap.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaustMap.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaustMap.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/exhaustMap' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaustMap.d.ts' with Package ID 'rxjs/dist/types/internal/operators/exhaustMap.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/expand' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/expand', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/expand.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/expand.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/expand.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/expand' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/expand.d.ts' with Package ID 'rxjs/dist/types/internal/operators/expand.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/filter' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/filter', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/filter.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/filter.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/filter.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/filter' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/filter.d.ts' with Package ID 'rxjs/dist/types/internal/operators/filter.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/finalize' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/finalize', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/finalize.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/finalize.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/finalize.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/finalize' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/finalize.d.ts' with Package ID 'rxjs/dist/types/internal/operators/finalize.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/find' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/find', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/find.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/find.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/find.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/find' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/find.d.ts' with Package ID 'rxjs/dist/types/internal/operators/find.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/findIndex' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/findIndex', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/findIndex.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/findIndex.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/findIndex.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/findIndex' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/findIndex.d.ts' with Package ID 'rxjs/dist/types/internal/operators/findIndex.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/first' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/first', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/first.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/first.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/first.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/first' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/first.d.ts' with Package ID 'rxjs/dist/types/internal/operators/first.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/groupBy' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/groupBy', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/groupBy.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/groupBy.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/groupBy.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/groupBy' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/groupBy.d.ts' with Package ID 'rxjs/dist/types/internal/operators/groupBy.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/ignoreElements' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/ignoreElements', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/ignoreElements.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/ignoreElements.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/ignoreElements.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/ignoreElements' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/ignoreElements.d.ts' with Package ID 'rxjs/dist/types/internal/operators/ignoreElements.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/isEmpty' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/isEmpty', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/isEmpty.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/isEmpty.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/isEmpty.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/isEmpty' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/isEmpty.d.ts' with Package ID 'rxjs/dist/types/internal/operators/isEmpty.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/last' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/last', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/last.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/last.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/last.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/last' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/last.d.ts' with Package ID 'rxjs/dist/types/internal/operators/last.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/map' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/map', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/map.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/map.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/map.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/map' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/map.d.ts' with Package ID 'rxjs/dist/types/internal/operators/map.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/mapTo' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mapTo', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mapTo.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mapTo.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mapTo.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/mapTo' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mapTo.d.ts' with Package ID 'rxjs/dist/types/internal/operators/mapTo.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/materialize' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/materialize', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/materialize.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/materialize.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/materialize' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts' with Package ID 'rxjs/dist/types/internal/operators/materialize.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/max' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/max', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/max.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/max.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/max.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/max' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/max.d.ts' with Package ID 'rxjs/dist/types/internal/operators/max.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/merge' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/merge', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/merge.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/merge.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/merge.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/merge' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/merge.d.ts' with Package ID 'rxjs/dist/types/internal/operators/merge.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/mergeAll' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeAll', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeAll.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeAll.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/mergeAll' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/mergeAll.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/flatMap' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/flatMap', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/flatMap.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/flatMap.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/flatMap.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/flatMap' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/flatMap.d.ts' with Package ID 'rxjs/dist/types/internal/operators/flatMap.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/mergeMap' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeMap', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeMap.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeMap.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeMap.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/mergeMap' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeMap.d.ts' with Package ID 'rxjs/dist/types/internal/operators/mergeMap.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/mergeMapTo' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeMapTo', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/mergeMapTo' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.d.ts' with Package ID 'rxjs/dist/types/internal/operators/mergeMapTo.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/mergeScan' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeScan', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeScan.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeScan.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeScan.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/mergeScan' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeScan.d.ts' with Package ID 'rxjs/dist/types/internal/operators/mergeScan.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/mergeWith' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeWith', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeWith.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeWith.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/mergeWith' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/mergeWith.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/min' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/min', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/min.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/min.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/min.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/min' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/min.d.ts' with Package ID 'rxjs/dist/types/internal/operators/min.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/multicast' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/multicast', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/multicast.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/multicast.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/multicast' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts' with Package ID 'rxjs/dist/types/internal/operators/multicast.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/observeOn' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/observeOn', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/observeOn.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/observeOn.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/observeOn.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/observeOn' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/observeOn.d.ts' with Package ID 'rxjs/dist/types/internal/operators/observeOn.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/onErrorResumeNext' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNext', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNext.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNext.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNext.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/onErrorResumeNext' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNext.d.ts' with Package ID 'rxjs/dist/types/internal/operators/onErrorResumeNext.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/pairwise' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/pairwise', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/pairwise.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/pairwise.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/pairwise.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/pairwise' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/pairwise.d.ts' with Package ID 'rxjs/dist/types/internal/operators/pairwise.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/partition' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/partition', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/partition.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/partition.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/partition.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/partition' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/partition.d.ts' with Package ID 'rxjs/dist/types/internal/operators/partition.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/pluck' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/pluck', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/pluck.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/pluck.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/pluck.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/pluck' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/pluck.d.ts' with Package ID 'rxjs/dist/types/internal/operators/pluck.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/publish' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publish', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publish.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publish.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publish.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/publish' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publish.d.ts' with Package ID 'rxjs/dist/types/internal/operators/publish.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/publishBehavior' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishBehavior', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishBehavior.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishBehavior.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishBehavior.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/publishBehavior' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishBehavior.d.ts' with Package ID 'rxjs/dist/types/internal/operators/publishBehavior.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/publishLast' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishLast', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishLast.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishLast.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishLast.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/publishLast' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishLast.d.ts' with Package ID 'rxjs/dist/types/internal/operators/publishLast.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/publishReplay' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishReplay', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishReplay.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishReplay.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishReplay.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/publishReplay' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishReplay.d.ts' with Package ID 'rxjs/dist/types/internal/operators/publishReplay.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/race' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/race', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/race.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/race.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/race.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/race' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/race.d.ts' with Package ID 'rxjs/dist/types/internal/operators/race.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/raceWith' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/raceWith', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/raceWith.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/raceWith.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/raceWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/raceWith' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/raceWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/raceWith.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/reduce' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/reduce', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/reduce.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/reduce.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/reduce.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/reduce' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/reduce.d.ts' with Package ID 'rxjs/dist/types/internal/operators/reduce.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/repeat' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/repeat', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/repeat.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/repeat.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/repeat.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/repeat' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/repeat.d.ts' with Package ID 'rxjs/dist/types/internal/operators/repeat.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/repeatWhen' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/repeatWhen', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/repeatWhen.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/repeatWhen.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/repeatWhen.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/repeatWhen' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/repeatWhen.d.ts' with Package ID 'rxjs/dist/types/internal/operators/repeatWhen.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/retry' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/retry', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/retry.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/retry.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/retry.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/retry' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/retry.d.ts' with Package ID 'rxjs/dist/types/internal/operators/retry.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/retryWhen' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/retryWhen', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/retryWhen.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/retryWhen.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/retryWhen.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/retryWhen' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/retryWhen.d.ts' with Package ID 'rxjs/dist/types/internal/operators/retryWhen.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/refCount' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/refCount', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/refCount.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/refCount.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/refCount.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/refCount' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/refCount.d.ts' with Package ID 'rxjs/dist/types/internal/operators/refCount.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/sample' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sample', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sample.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sample.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sample.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/sample' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sample.d.ts' with Package ID 'rxjs/dist/types/internal/operators/sample.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/sampleTime' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sampleTime', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sampleTime.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sampleTime.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sampleTime.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/sampleTime' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sampleTime.d.ts' with Package ID 'rxjs/dist/types/internal/operators/sampleTime.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/scan' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/scan', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/scan.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/scan.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/scan.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/scan' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/scan.d.ts' with Package ID 'rxjs/dist/types/internal/operators/scan.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/sequenceEqual' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sequenceEqual', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/sequenceEqual' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.d.ts' with Package ID 'rxjs/dist/types/internal/operators/sequenceEqual.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/share' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/share', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/share.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/share.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/share.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/share' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/share.d.ts' with Package ID 'rxjs/dist/types/internal/operators/share.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/shareReplay' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/shareReplay', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/shareReplay.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/shareReplay.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/shareReplay.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/shareReplay' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/shareReplay.d.ts' with Package ID 'rxjs/dist/types/internal/operators/shareReplay.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/single' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/single', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/single.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/single.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/single.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/single' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/single.d.ts' with Package ID 'rxjs/dist/types/internal/operators/single.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/skip' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skip', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skip.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skip.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skip.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/skip' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skip.d.ts' with Package ID 'rxjs/dist/types/internal/operators/skip.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/skipLast' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipLast', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipLast.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipLast.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipLast.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/skipLast' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipLast.d.ts' with Package ID 'rxjs/dist/types/internal/operators/skipLast.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/skipUntil' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipUntil', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipUntil.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipUntil.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipUntil.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/skipUntil' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipUntil.d.ts' with Package ID 'rxjs/dist/types/internal/operators/skipUntil.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/skipWhile' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipWhile', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipWhile.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipWhile.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipWhile.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/skipWhile' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipWhile.d.ts' with Package ID 'rxjs/dist/types/internal/operators/skipWhile.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/startWith' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/startWith', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/startWith.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/startWith.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/startWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/startWith' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/startWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/startWith.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/subscribeOn' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/subscribeOn', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/subscribeOn.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/subscribeOn.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/subscribeOn.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/subscribeOn' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/subscribeOn.d.ts' with Package ID 'rxjs/dist/types/internal/operators/subscribeOn.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/switchAll' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchAll', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchAll.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchAll.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/switchAll' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/switchAll.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/switchMap' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchMap', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchMap.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchMap.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchMap.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/switchMap' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchMap.d.ts' with Package ID 'rxjs/dist/types/internal/operators/switchMap.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/switchMapTo' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchMapTo', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchMapTo.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchMapTo.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchMapTo.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/switchMapTo' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchMapTo.d.ts' with Package ID 'rxjs/dist/types/internal/operators/switchMapTo.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/switchScan' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchScan', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchScan.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchScan.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchScan.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/switchScan' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchScan.d.ts' with Package ID 'rxjs/dist/types/internal/operators/switchScan.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/take' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/take', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/take.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/take.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/take.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/take' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/take.d.ts' with Package ID 'rxjs/dist/types/internal/operators/take.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/takeLast' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeLast', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeLast.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeLast.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeLast.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/takeLast' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeLast.d.ts' with Package ID 'rxjs/dist/types/internal/operators/takeLast.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/takeUntil' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeUntil', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeUntil.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeUntil.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeUntil.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/takeUntil' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeUntil.d.ts' with Package ID 'rxjs/dist/types/internal/operators/takeUntil.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/takeWhile' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeWhile', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeWhile.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeWhile.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeWhile.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/takeWhile' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeWhile.d.ts' with Package ID 'rxjs/dist/types/internal/operators/takeWhile.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/tap' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/tap', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/tap.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/tap.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/tap.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/tap' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/tap.d.ts' with Package ID 'rxjs/dist/types/internal/operators/tap.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/throttle' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throttle', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throttle.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throttle.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/throttle' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts' with Package ID 'rxjs/dist/types/internal/operators/throttle.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/throttleTime' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throttleTime', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throttleTime.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throttleTime.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throttleTime.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/throttleTime' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throttleTime.d.ts' with Package ID 'rxjs/dist/types/internal/operators/throttleTime.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/throwIfEmpty' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/throwIfEmpty' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.d.ts' with Package ID 'rxjs/dist/types/internal/operators/throwIfEmpty.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/timeInterval' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeInterval', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeInterval.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeInterval.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeInterval.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/timeInterval' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeInterval.d.ts' with Package ID 'rxjs/dist/types/internal/operators/timeInterval.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/timeout' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeout', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeout.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeout.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeout.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/timeout' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeout.d.ts' with Package ID 'rxjs/dist/types/internal/operators/timeout.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/timeoutWith' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeoutWith', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeoutWith.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeoutWith.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeoutWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/timeoutWith' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeoutWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/timeoutWith.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/timestamp' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timestamp', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timestamp.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timestamp.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timestamp.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/timestamp' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timestamp.d.ts' with Package ID 'rxjs/dist/types/internal/operators/timestamp.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/toArray' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/toArray', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/toArray.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/toArray.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/toArray.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/toArray' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/toArray.d.ts' with Package ID 'rxjs/dist/types/internal/operators/toArray.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/window' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/window', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/window.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/window.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/window.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/window' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/window.d.ts' with Package ID 'rxjs/dist/types/internal/operators/window.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/windowCount' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowCount', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowCount.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowCount.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowCount.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/windowCount' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowCount.d.ts' with Package ID 'rxjs/dist/types/internal/operators/windowCount.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/windowTime' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowTime', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowTime.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowTime.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowTime.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/windowTime' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowTime.d.ts' with Package ID 'rxjs/dist/types/internal/operators/windowTime.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/windowToggle' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowToggle', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowToggle.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowToggle.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowToggle.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/windowToggle' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowToggle.d.ts' with Package ID 'rxjs/dist/types/internal/operators/windowToggle.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/windowWhen' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowWhen', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowWhen.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowWhen.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowWhen.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/windowWhen' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowWhen.d.ts' with Package ID 'rxjs/dist/types/internal/operators/windowWhen.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/withLatestFrom' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/withLatestFrom', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/withLatestFrom' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.d.ts' with Package ID 'rxjs/dist/types/internal/operators/withLatestFrom.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/zip' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/zip', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/zip.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/zip.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/zip.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/zip' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/zip.d.ts' with Package ID 'rxjs/dist/types/internal/operators/zip.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/zipAll' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/zipAll', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/zipAll.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/zipAll.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/zipAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/zipAll' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/zipAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/zipAll.d.ts@7.4.0'. ======== ======== Resolving module '../internal/operators/zipWith' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/operators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/zipWith', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/zipWith.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/zipWith.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/zipWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/operators/zipWith' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/zipWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/zipWith.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/audit.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module './Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module './Subscription' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscription', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscription.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscription.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscription.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './Subscription' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscription.d.ts' with Package ID 'rxjs/dist/types/internal/Subscription.d.ts@7.4.0'. ======== ======== Resolving module './Operator' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Operator', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Operator.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Operator.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Operator.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './Operator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Operator.d.ts' with Package ID 'rxjs/dist/types/internal/Operator.d.ts@7.4.0'. ======== ======== Resolving module './Subscriber' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './Subscriber' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber.d.ts' with Package ID 'rxjs/dist/types/internal/Subscriber.d.ts@7.4.0'. ======== ======== Resolving module './Subscription' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts'. ======== Resolution for module './Subscription' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal'. ======== Module name './Subscription' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscription.d.ts' with Package ID 'rxjs/dist/types/internal/Subscription.d.ts@7.4.0'. ======== ======== Resolving module './types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module './Subscriber' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Operator.d.ts'. ======== Resolution for module './Subscriber' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal'. ======== Module name './Subscriber' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber.d.ts' with Package ID 'rxjs/dist/types/internal/Subscriber.d.ts@7.4.0'. ======== ======== Resolving module './types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Operator.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal'. ======== Module name './types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module './types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal'. ======== Module name './types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module './Subscription' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber.d.ts'. ======== Resolution for module './Subscription' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal'. ======== Module name './Subscription' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscription.d.ts' with Package ID 'rxjs/dist/types/internal/Subscription.d.ts@7.4.0'. ======== ======== Resolving module './types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscription.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal'. ======== Module name './types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/auditTime.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/buffer.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/buffer.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferCount.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferTime.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferToggle.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferWhen.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/catchError.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/catchError.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module './combineLatestAll' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineAll.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatestAll', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './combineLatestAll' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/combineLatestAll.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatest.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concat.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatAll.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatMap.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatMapTo.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatWith.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/connect.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/connect.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/count.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/debounce.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/debounceTime.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/delay.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/delayWhen.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/delayWhen.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/dematerialize.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinct.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinct.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/elementAt.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/endWith.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/every.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/every.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module './exhaustAll' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaust.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaustAll', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaustAll.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaustAll.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaustAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './exhaustAll' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaustAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/exhaustAll.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaustAll.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaustMap.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/expand.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/filter.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/finalize.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/find.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../Subscriber' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/find.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Subscriber' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber.d.ts' with Package ID 'rxjs/dist/types/internal/Subscriber.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/find.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/findIndex.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/findIndex.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/first.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/first.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/groupBy.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../Subject' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/groupBy.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Subject' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject.d.ts' with Package ID 'rxjs/dist/types/internal/Subject.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/groupBy.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module './Operator' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject.d.ts'. ======== Resolution for module './Operator' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal'. ======== Module name './Operator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Operator.d.ts' with Package ID 'rxjs/dist/types/internal/Operator.d.ts@7.4.0'. ======== ======== Resolving module './Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject.d.ts'. ======== Resolution for module './Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal'. ======== Module name './Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module './types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal'. ======== Module name './types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/ignoreElements.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/isEmpty.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/last.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/last.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/map.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mapTo.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Notification' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Notification', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Notification.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Notification.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Notification.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Notification' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Notification.d.ts' with Package ID 'rxjs/dist/types/internal/Notification.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module './types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Notification.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal'. ======== Module name './types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module './Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Notification.d.ts'. ======== Resolution for module './Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal'. ======== Module name './Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/max.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/merge.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeAll.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module './mergeMap' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/flatMap.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeMap', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeMap.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeMap.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeMap.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './mergeMap' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeMap.d.ts' with Package ID 'rxjs/dist/types/internal/operators/mergeMap.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeMap.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeScan.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeWith.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/min.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Subject' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts'. ======== Resolution for module '../Subject' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Subject' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject.d.ts' with Package ID 'rxjs/dist/types/internal/Subject.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../observable/ConnectableObservable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../observable/ConnectableObservable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts' with Package ID 'rxjs/dist/types/internal/observable/ConnectableObservable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Subject' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Subject' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject.d.ts' with Package ID 'rxjs/dist/types/internal/Subject.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../Subscription' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscription', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscription.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscription.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscription.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Subscription' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscription.d.ts' with Package ID 'rxjs/dist/types/internal/Subscription.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/observeOn.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/onErrorResumeNext.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/pairwise.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/partition.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/partition.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/pluck.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publish.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../observable/ConnectableObservable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publish.d.ts'. ======== Resolution for module '../observable/ConnectableObservable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../observable/ConnectableObservable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts' with Package ID 'rxjs/dist/types/internal/observable/ConnectableObservable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publish.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishBehavior.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../observable/ConnectableObservable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishBehavior.d.ts'. ======== Resolution for module '../observable/ConnectableObservable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../observable/ConnectableObservable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts' with Package ID 'rxjs/dist/types/internal/observable/ConnectableObservable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishBehavior.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishLast.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../observable/ConnectableObservable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishLast.d.ts'. ======== Resolution for module '../observable/ConnectableObservable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../observable/ConnectableObservable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts' with Package ID 'rxjs/dist/types/internal/observable/ConnectableObservable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishLast.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishReplay.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishReplay.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/race.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/raceWith.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/reduce.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/repeat.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/repeatWhen.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/repeatWhen.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/retry.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/retryWhen.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/retryWhen.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/refCount.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sample.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sample.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sampleTime.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/scan.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/share.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/share.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/shareReplay.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/single.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/single.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skip.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipLast.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipUntil.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipUntil.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipWhile.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/startWith.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/subscribeOn.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchAll.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchMap.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchMapTo.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchScan.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/take.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeLast.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeUntil.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeWhile.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/tap.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throttleTime.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module './throttle' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throttleTime.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throttle', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throttle.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throttle.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './throttle' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts' with Package ID 'rxjs/dist/types/internal/operators/throttle.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeInterval.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeout.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeoutWith.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timestamp.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/toArray.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/window.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/window.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowCount.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowCount.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowTime.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowTime.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowToggle.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowToggle.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowWhen.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowWhen.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/zip.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/zipAll.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/zipWith.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../internal/testing/TestScheduler' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/testing/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/TestScheduler', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/TestScheduler.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/TestScheduler.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/TestScheduler.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../internal/testing/TestScheduler' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/TestScheduler.d.ts' with Package ID 'rxjs/dist/types/internal/testing/TestScheduler.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/TestScheduler.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module './ColdObservable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/TestScheduler.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/ColdObservable', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/ColdObservable.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/ColdObservable.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/ColdObservable.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './ColdObservable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/ColdObservable.d.ts' with Package ID 'rxjs/dist/types/internal/testing/ColdObservable.d.ts@7.4.0'. ======== ======== Resolving module './HotObservable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/TestScheduler.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/HotObservable', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/HotObservable.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/HotObservable.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/HotObservable.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './HotObservable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/HotObservable.d.ts' with Package ID 'rxjs/dist/types/internal/testing/HotObservable.d.ts@7.4.0'. ======== ======== Resolving module './TestMessage' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/TestScheduler.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/TestMessage', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/TestMessage.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/TestMessage.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/TestMessage.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './TestMessage' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/TestMessage.d.ts' with Package ID 'rxjs/dist/types/internal/testing/TestMessage.d.ts@7.4.0'. ======== ======== Resolving module './SubscriptionLog' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/TestScheduler.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/SubscriptionLog', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/SubscriptionLog.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/SubscriptionLog.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/SubscriptionLog.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './SubscriptionLog' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/SubscriptionLog.d.ts' with Package ID 'rxjs/dist/types/internal/testing/SubscriptionLog.d.ts@7.4.0'. ======== ======== Resolving module '../scheduler/VirtualTimeScheduler' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/TestScheduler.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../scheduler/VirtualTimeScheduler' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/ColdObservable.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../Scheduler' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/ColdObservable.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Scheduler', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Scheduler.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Scheduler.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Scheduler.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Scheduler' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Scheduler.d.ts' with Package ID 'rxjs/dist/types/internal/Scheduler.d.ts@7.4.0'. ======== ======== Resolving module './TestMessage' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/ColdObservable.d.ts'. ======== Resolution for module './TestMessage' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing'. ======== Module name './TestMessage' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/TestMessage.d.ts' with Package ID 'rxjs/dist/types/internal/testing/TestMessage.d.ts@7.4.0'. ======== ======== Resolving module './SubscriptionLog' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/ColdObservable.d.ts'. ======== Resolution for module './SubscriptionLog' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing'. ======== Module name './SubscriptionLog' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/SubscriptionLog.d.ts' with Package ID 'rxjs/dist/types/internal/testing/SubscriptionLog.d.ts@7.4.0'. ======== ======== Resolving module './SubscriptionLoggable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/ColdObservable.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/SubscriptionLoggable', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/SubscriptionLoggable.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/SubscriptionLoggable.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/SubscriptionLoggable.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './SubscriptionLoggable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/SubscriptionLoggable.d.ts' with Package ID 'rxjs/dist/types/internal/testing/SubscriptionLoggable.d.ts@7.4.0'. ======== ======== Resolving module '../Subscriber' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/ColdObservable.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Subscriber' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber.d.ts' with Package ID 'rxjs/dist/types/internal/Subscriber.d.ts@7.4.0'. ======== ======== Resolving module './scheduler/Action' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Scheduler.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/Action', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/Action.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/Action.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/Action.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './scheduler/Action' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/Action.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/Action.d.ts@7.4.0'. ======== ======== Resolving module './Subscription' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Scheduler.d.ts'. ======== Resolution for module './Subscription' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal'. ======== Module name './Subscription' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscription.d.ts' with Package ID 'rxjs/dist/types/internal/Subscription.d.ts@7.4.0'. ======== ======== Resolving module './types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Scheduler.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal'. ======== Module name './types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Scheduler' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/Action.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Scheduler', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Scheduler.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Scheduler.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Scheduler.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Scheduler' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Scheduler.d.ts' with Package ID 'rxjs/dist/types/internal/Scheduler.d.ts@7.4.0'. ======== ======== Resolving module '../Subscription' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/Action.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscription', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscription.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscription.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscription.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Subscription' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscription.d.ts' with Package ID 'rxjs/dist/types/internal/Subscription.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/Action.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/TestMessage.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Scheduler' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/SubscriptionLoggable.d.ts'. ======== Resolution for module '../Scheduler' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing'. ======== Module name '../Scheduler' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Scheduler.d.ts' with Package ID 'rxjs/dist/types/internal/Scheduler.d.ts@7.4.0'. ======== ======== Resolving module './SubscriptionLog' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/SubscriptionLoggable.d.ts'. ======== Resolution for module './SubscriptionLog' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing'. ======== Module name './SubscriptionLog' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/SubscriptionLog.d.ts' with Package ID 'rxjs/dist/types/internal/testing/SubscriptionLog.d.ts@7.4.0'. ======== ======== Resolving module '../Subject' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/HotObservable.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Subject' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject.d.ts' with Package ID 'rxjs/dist/types/internal/Subject.d.ts@7.4.0'. ======== ======== Resolving module '../Scheduler' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/HotObservable.d.ts'. ======== Resolution for module '../Scheduler' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing'. ======== Module name '../Scheduler' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Scheduler.d.ts' with Package ID 'rxjs/dist/types/internal/Scheduler.d.ts@7.4.0'. ======== ======== Resolving module './TestMessage' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/HotObservable.d.ts'. ======== Resolution for module './TestMessage' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing'. ======== Module name './TestMessage' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/TestMessage.d.ts' with Package ID 'rxjs/dist/types/internal/testing/TestMessage.d.ts@7.4.0'. ======== ======== Resolving module './SubscriptionLog' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/HotObservable.d.ts'. ======== Resolution for module './SubscriptionLog' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing'. ======== Module name './SubscriptionLog' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/SubscriptionLog.d.ts' with Package ID 'rxjs/dist/types/internal/testing/SubscriptionLog.d.ts@7.4.0'. ======== ======== Resolving module './SubscriptionLoggable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/HotObservable.d.ts'. ======== Resolution for module './SubscriptionLoggable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing'. ======== Module name './SubscriptionLoggable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/testing/SubscriptionLoggable.d.ts' with Package ID 'rxjs/dist/types/internal/testing/SubscriptionLoggable.d.ts@7.4.0'. ======== ======== Resolving module './AsyncAction' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './AsyncAction' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/AsyncAction.d.ts@7.4.0'. ======== ======== Resolving module '../Subscription' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts'. ======== Resolution for module '../Subscription' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name '../Subscription' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscription.d.ts' with Package ID 'rxjs/dist/types/internal/Subscription.d.ts@7.4.0'. ======== ======== Resolving module './AsyncScheduler' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './AsyncScheduler' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module './Action' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/Action', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/Action.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/Action.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/Action.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './Action' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/Action.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/Action.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Subscription' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts'. ======== Resolution for module '../Subscription' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name '../Subscription' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscription.d.ts' with Package ID 'rxjs/dist/types/internal/Subscription.d.ts@7.4.0'. ======== ======== Resolving module './AsyncScheduler' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts'. ======== Resolution for module './AsyncScheduler' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name './AsyncScheduler' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts@7.4.0'. ======== ======== Resolving module '../Scheduler' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts'. ======== Resolution for module '../Scheduler' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name '../Scheduler' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Scheduler.d.ts' with Package ID 'rxjs/dist/types/internal/Scheduler.d.ts@7.4.0'. ======== ======== Resolving module './Action' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts'. ======== Resolution for module './Action' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name './Action' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/Action.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/Action.d.ts@7.4.0'. ======== ======== Resolving module './AsyncAction' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts'. ======== Resolution for module './AsyncAction' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name './AsyncAction' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/AsyncAction.d.ts@7.4.0'. ======== ======== Resolving module './internal/Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module './internal/observable/ConnectableObservable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/ConnectableObservable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/ConnectableObservable.d.ts' with Package ID 'rxjs/dist/types/internal/observable/ConnectableObservable.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/groupBy' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/groupBy', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/groupBy.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/groupBy.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/groupBy.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/groupBy' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/groupBy.d.ts' with Package ID 'rxjs/dist/types/internal/operators/groupBy.d.ts@7.4.0'. ======== ======== Resolving module './internal/Operator' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Operator', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Operator.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Operator.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Operator.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/Operator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Operator.d.ts' with Package ID 'rxjs/dist/types/internal/Operator.d.ts@7.4.0'. ======== ======== Resolving module './internal/symbol/observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/symbol/observable', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/symbol/observable.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/symbol/observable.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/symbol/observable.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/symbol/observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/symbol/observable.d.ts' with Package ID 'rxjs/dist/types/internal/symbol/observable.d.ts@7.4.0'. ======== ======== Resolving module './internal/observable/dom/animationFrames' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/dom/animationFrames', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/dom/animationFrames.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/dom/animationFrames.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/dom/animationFrames.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/dom/animationFrames' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/dom/animationFrames.d.ts' with Package ID 'rxjs/dist/types/internal/observable/dom/animationFrames.d.ts@7.4.0'. ======== ======== Resolving module './internal/Subject' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/Subject' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject.d.ts' with Package ID 'rxjs/dist/types/internal/Subject.d.ts@7.4.0'. ======== ======== Resolving module './internal/BehaviorSubject' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/BehaviorSubject', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/BehaviorSubject.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/BehaviorSubject.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/BehaviorSubject.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/BehaviorSubject' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/BehaviorSubject.d.ts' with Package ID 'rxjs/dist/types/internal/BehaviorSubject.d.ts@7.4.0'. ======== ======== Resolving module './internal/ReplaySubject' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/ReplaySubject', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/ReplaySubject.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/ReplaySubject.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/ReplaySubject.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/ReplaySubject' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/ReplaySubject.d.ts' with Package ID 'rxjs/dist/types/internal/ReplaySubject.d.ts@7.4.0'. ======== ======== Resolving module './internal/AsyncSubject' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/AsyncSubject', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/AsyncSubject.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/AsyncSubject.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/AsyncSubject.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/AsyncSubject' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/AsyncSubject.d.ts' with Package ID 'rxjs/dist/types/internal/AsyncSubject.d.ts@7.4.0'. ======== ======== Resolving module './internal/scheduler/asap' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/asap', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/asap.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/asap.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/asap.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/scheduler/asap' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/asap.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/asap.d.ts@7.4.0'. ======== ======== Resolving module './internal/scheduler/async' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/async', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/async.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/async.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/async.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/scheduler/async' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/async.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/async.d.ts@7.4.0'. ======== ======== Resolving module './internal/scheduler/queue' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/queue', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/queue.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/queue.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/queue.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/scheduler/queue' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/queue.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/queue.d.ts@7.4.0'. ======== ======== Resolving module './internal/scheduler/animationFrame' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/animationFrame', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/animationFrame.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/animationFrame.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/animationFrame.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/scheduler/animationFrame' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/animationFrame.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/animationFrame.d.ts@7.4.0'. ======== ======== Resolving module './internal/scheduler/VirtualTimeScheduler' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/scheduler/VirtualTimeScheduler' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/VirtualTimeScheduler.d.ts@7.4.0'. ======== ======== Resolving module './internal/Scheduler' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Scheduler', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Scheduler.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Scheduler.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Scheduler.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/Scheduler' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Scheduler.d.ts' with Package ID 'rxjs/dist/types/internal/Scheduler.d.ts@7.4.0'. ======== ======== Resolving module './internal/Subscription' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscription', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscription.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscription.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscription.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/Subscription' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscription.d.ts' with Package ID 'rxjs/dist/types/internal/Subscription.d.ts@7.4.0'. ======== ======== Resolving module './internal/Subscriber' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/Subscriber' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber.d.ts' with Package ID 'rxjs/dist/types/internal/Subscriber.d.ts@7.4.0'. ======== ======== Resolving module './internal/Notification' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Notification', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Notification.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Notification.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Notification.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/Notification' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Notification.d.ts' with Package ID 'rxjs/dist/types/internal/Notification.d.ts@7.4.0'. ======== ======== Resolving module './internal/util/pipe' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/pipe', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/pipe.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/pipe.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/pipe.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/util/pipe' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/pipe.d.ts' with Package ID 'rxjs/dist/types/internal/util/pipe.d.ts@7.4.0'. ======== ======== Resolving module './internal/util/noop' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/noop', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/noop.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/noop.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/noop.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/util/noop' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/noop.d.ts' with Package ID 'rxjs/dist/types/internal/util/noop.d.ts@7.4.0'. ======== ======== Resolving module './internal/util/identity' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/identity', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/identity.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/identity.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/identity.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/util/identity' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/identity.d.ts' with Package ID 'rxjs/dist/types/internal/util/identity.d.ts@7.4.0'. ======== ======== Resolving module './internal/util/isObservable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/isObservable', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/isObservable.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/isObservable.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/isObservable.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/util/isObservable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/isObservable.d.ts' with Package ID 'rxjs/dist/types/internal/util/isObservable.d.ts@7.4.0'. ======== ======== Resolving module './internal/lastValueFrom' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/lastValueFrom', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/lastValueFrom.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/lastValueFrom.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/lastValueFrom.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/lastValueFrom' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/lastValueFrom.d.ts' with Package ID 'rxjs/dist/types/internal/lastValueFrom.d.ts@7.4.0'. ======== ======== Resolving module './internal/firstValueFrom' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/firstValueFrom', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/firstValueFrom.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/firstValueFrom.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/firstValueFrom.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/firstValueFrom' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/firstValueFrom.d.ts' with Package ID 'rxjs/dist/types/internal/firstValueFrom.d.ts@7.4.0'. ======== ======== Resolving module './internal/util/ArgumentOutOfRangeError' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/ArgumentOutOfRangeError', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/ArgumentOutOfRangeError.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/ArgumentOutOfRangeError.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/ArgumentOutOfRangeError.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/util/ArgumentOutOfRangeError' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/ArgumentOutOfRangeError.d.ts' with Package ID 'rxjs/dist/types/internal/util/ArgumentOutOfRangeError.d.ts@7.4.0'. ======== ======== Resolving module './internal/util/EmptyError' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/EmptyError', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/EmptyError.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/EmptyError.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/EmptyError.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/util/EmptyError' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/EmptyError.d.ts' with Package ID 'rxjs/dist/types/internal/util/EmptyError.d.ts@7.4.0'. ======== ======== Resolving module './internal/util/NotFoundError' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/NotFoundError', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/NotFoundError.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/NotFoundError.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/NotFoundError.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/util/NotFoundError' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/NotFoundError.d.ts' with Package ID 'rxjs/dist/types/internal/util/NotFoundError.d.ts@7.4.0'. ======== ======== Resolving module './internal/util/ObjectUnsubscribedError' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/ObjectUnsubscribedError', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/ObjectUnsubscribedError.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/ObjectUnsubscribedError.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/ObjectUnsubscribedError.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/util/ObjectUnsubscribedError' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/ObjectUnsubscribedError.d.ts' with Package ID 'rxjs/dist/types/internal/util/ObjectUnsubscribedError.d.ts@7.4.0'. ======== ======== Resolving module './internal/util/SequenceError' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/SequenceError', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/SequenceError.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/SequenceError.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/SequenceError.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/util/SequenceError' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/SequenceError.d.ts' with Package ID 'rxjs/dist/types/internal/util/SequenceError.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/timeout' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeout', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeout.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeout.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeout.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/timeout' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeout.d.ts' with Package ID 'rxjs/dist/types/internal/operators/timeout.d.ts@7.4.0'. ======== ======== Resolving module './internal/util/UnsubscriptionError' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/UnsubscriptionError', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/UnsubscriptionError.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/UnsubscriptionError.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/UnsubscriptionError.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/util/UnsubscriptionError' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/UnsubscriptionError.d.ts' with Package ID 'rxjs/dist/types/internal/util/UnsubscriptionError.d.ts@7.4.0'. ======== ======== Resolving module './internal/observable/bindCallback' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/bindCallback', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/bindCallback.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/bindCallback.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/bindCallback.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/bindCallback' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/bindCallback.d.ts' with Package ID 'rxjs/dist/types/internal/observable/bindCallback.d.ts@7.4.0'. ======== ======== Resolving module './internal/observable/bindNodeCallback' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/bindNodeCallback', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/bindNodeCallback.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/bindNodeCallback.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/bindNodeCallback.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/bindNodeCallback' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/bindNodeCallback.d.ts' with Package ID 'rxjs/dist/types/internal/observable/bindNodeCallback.d.ts@7.4.0'. ======== ======== Resolving module './internal/observable/combineLatest' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/combineLatest', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/combineLatest.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/combineLatest.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/combineLatest.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/combineLatest' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/combineLatest.d.ts' with Package ID 'rxjs/dist/types/internal/observable/combineLatest.d.ts@7.4.0'. ======== ======== Resolving module './internal/observable/concat' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/concat', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/concat.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/concat.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/concat.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/concat' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/concat.d.ts' with Package ID 'rxjs/dist/types/internal/observable/concat.d.ts@7.4.0'. ======== ======== Resolving module './internal/observable/connectable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/connectable', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/connectable.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/connectable.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/connectable.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/connectable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/connectable.d.ts' with Package ID 'rxjs/dist/types/internal/observable/connectable.d.ts@7.4.0'. ======== ======== Resolving module './internal/observable/defer' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/defer', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/defer.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/defer.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/defer.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/defer' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/defer.d.ts' with Package ID 'rxjs/dist/types/internal/observable/defer.d.ts@7.4.0'. ======== ======== Resolving module './internal/observable/empty' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/empty', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/empty.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/empty.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/empty.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/empty' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/empty.d.ts' with Package ID 'rxjs/dist/types/internal/observable/empty.d.ts@7.4.0'. ======== ======== Resolving module './internal/observable/forkJoin' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/forkJoin', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/forkJoin.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/forkJoin.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/forkJoin.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/forkJoin' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/forkJoin.d.ts' with Package ID 'rxjs/dist/types/internal/observable/forkJoin.d.ts@7.4.0'. ======== ======== Resolving module './internal/observable/from' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/from', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/from.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/from.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/from.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/from' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/from.d.ts' with Package ID 'rxjs/dist/types/internal/observable/from.d.ts@7.4.0'. ======== ======== Resolving module './internal/observable/fromEvent' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/fromEvent', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/fromEvent.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/fromEvent.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/fromEvent.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/fromEvent' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/fromEvent.d.ts' with Package ID 'rxjs/dist/types/internal/observable/fromEvent.d.ts@7.4.0'. ======== ======== Resolving module './internal/observable/fromEventPattern' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/fromEventPattern', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/fromEventPattern.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/fromEventPattern.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/fromEventPattern.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/fromEventPattern' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/fromEventPattern.d.ts' with Package ID 'rxjs/dist/types/internal/observable/fromEventPattern.d.ts@7.4.0'. ======== ======== Resolving module './internal/observable/generate' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/generate', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/generate.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/generate.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/generate.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/generate' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/generate.d.ts' with Package ID 'rxjs/dist/types/internal/observable/generate.d.ts@7.4.0'. ======== ======== Resolving module './internal/observable/iif' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/iif', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/iif.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/iif.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/iif.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/iif' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/iif.d.ts' with Package ID 'rxjs/dist/types/internal/observable/iif.d.ts@7.4.0'. ======== ======== Resolving module './internal/observable/interval' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/interval', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/interval.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/interval.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/interval.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/interval' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/interval.d.ts' with Package ID 'rxjs/dist/types/internal/observable/interval.d.ts@7.4.0'. ======== ======== Resolving module './internal/observable/merge' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/merge', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/merge.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/merge.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/merge.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/merge' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/merge.d.ts' with Package ID 'rxjs/dist/types/internal/observable/merge.d.ts@7.4.0'. ======== ======== Resolving module './internal/observable/never' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/never', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/never.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/never.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/never.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/never' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/never.d.ts' with Package ID 'rxjs/dist/types/internal/observable/never.d.ts@7.4.0'. ======== ======== Resolving module './internal/observable/of' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/of', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/of.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/of.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/of.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/of' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/of.d.ts' with Package ID 'rxjs/dist/types/internal/observable/of.d.ts@7.4.0'. ======== ======== Resolving module './internal/observable/onErrorResumeNext' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/onErrorResumeNext', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/onErrorResumeNext.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/onErrorResumeNext.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/onErrorResumeNext.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/onErrorResumeNext' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/onErrorResumeNext.d.ts' with Package ID 'rxjs/dist/types/internal/observable/onErrorResumeNext.d.ts@7.4.0'. ======== ======== Resolving module './internal/observable/pairs' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/pairs', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/pairs.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/pairs.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/pairs.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/pairs' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/pairs.d.ts' with Package ID 'rxjs/dist/types/internal/observable/pairs.d.ts@7.4.0'. ======== ======== Resolving module './internal/observable/partition' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/partition', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/partition.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/partition.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/partition.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/partition' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/partition.d.ts' with Package ID 'rxjs/dist/types/internal/observable/partition.d.ts@7.4.0'. ======== ======== Resolving module './internal/observable/race' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/race', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/race.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/race.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/race.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/race' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/race.d.ts' with Package ID 'rxjs/dist/types/internal/observable/race.d.ts@7.4.0'. ======== ======== Resolving module './internal/observable/range' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/range', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/range.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/range.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/range.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/range' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/range.d.ts' with Package ID 'rxjs/dist/types/internal/observable/range.d.ts@7.4.0'. ======== ======== Resolving module './internal/observable/throwError' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/throwError', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/throwError.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/throwError.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/throwError.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/throwError' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/throwError.d.ts' with Package ID 'rxjs/dist/types/internal/observable/throwError.d.ts@7.4.0'. ======== ======== Resolving module './internal/observable/timer' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/timer', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/timer.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/timer.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/timer.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/timer' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/timer.d.ts' with Package ID 'rxjs/dist/types/internal/observable/timer.d.ts@7.4.0'. ======== ======== Resolving module './internal/observable/using' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/using', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/using.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/using.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/using.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/using' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/using.d.ts' with Package ID 'rxjs/dist/types/internal/observable/using.d.ts@7.4.0'. ======== ======== Resolving module './internal/observable/zip' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/zip', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/zip.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/zip.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/zip.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/observable/zip' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/zip.d.ts' with Package ID 'rxjs/dist/types/internal/observable/zip.d.ts@7.4.0'. ======== ======== Resolving module './internal/scheduled/scheduled' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduled/scheduled', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduled/scheduled.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduled/scheduled.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduled/scheduled.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/scheduled/scheduled' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduled/scheduled.d.ts' with Package ID 'rxjs/dist/types/internal/scheduled/scheduled.d.ts@7.4.0'. ======== ======== Resolving module './internal/types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module './internal/config' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/config', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/config.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/config.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/config.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/config' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/config.d.ts' with Package ID 'rxjs/dist/types/internal/config.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/audit' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/audit', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/audit.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/audit.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/audit.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/audit' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/audit.d.ts' with Package ID 'rxjs/dist/types/internal/operators/audit.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/auditTime' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/auditTime', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/auditTime.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/auditTime.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/auditTime.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/auditTime' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/auditTime.d.ts' with Package ID 'rxjs/dist/types/internal/operators/auditTime.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/buffer' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/buffer', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/buffer.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/buffer.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/buffer.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/buffer' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/buffer.d.ts' with Package ID 'rxjs/dist/types/internal/operators/buffer.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/bufferCount' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferCount', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferCount.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferCount.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferCount.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/bufferCount' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferCount.d.ts' with Package ID 'rxjs/dist/types/internal/operators/bufferCount.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/bufferTime' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferTime', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferTime.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferTime.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferTime.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/bufferTime' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferTime.d.ts' with Package ID 'rxjs/dist/types/internal/operators/bufferTime.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/bufferToggle' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferToggle', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferToggle.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferToggle.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferToggle.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/bufferToggle' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferToggle.d.ts' with Package ID 'rxjs/dist/types/internal/operators/bufferToggle.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/bufferWhen' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferWhen', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferWhen.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferWhen.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferWhen.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/bufferWhen' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/bufferWhen.d.ts' with Package ID 'rxjs/dist/types/internal/operators/bufferWhen.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/catchError' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/catchError', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/catchError.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/catchError.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/catchError.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/catchError' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/catchError.d.ts' with Package ID 'rxjs/dist/types/internal/operators/catchError.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/combineAll' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineAll', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineAll.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineAll.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/combineAll' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/combineAll.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/combineLatestAll' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatestAll', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/combineLatestAll' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatestAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/combineLatestAll.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/combineLatestWith' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatestWith', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/combineLatestWith' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/combineLatestWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/combineLatestWith.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/concatAll' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatAll', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatAll.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatAll.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/concatAll' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/concatAll.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/concatMap' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatMap', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatMap.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatMap.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatMap.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/concatMap' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatMap.d.ts' with Package ID 'rxjs/dist/types/internal/operators/concatMap.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/concatMapTo' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatMapTo', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatMapTo.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatMapTo.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatMapTo.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/concatMapTo' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatMapTo.d.ts' with Package ID 'rxjs/dist/types/internal/operators/concatMapTo.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/concatWith' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatWith', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatWith.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatWith.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/concatWith' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/concatWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/concatWith.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/connect' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/connect', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/connect.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/connect.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/connect.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/connect' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/connect.d.ts' with Package ID 'rxjs/dist/types/internal/operators/connect.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/count' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/count', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/count.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/count.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/count.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/count' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/count.d.ts' with Package ID 'rxjs/dist/types/internal/operators/count.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/debounce' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/debounce', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/debounce.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/debounce.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/debounce.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/debounce' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/debounce.d.ts' with Package ID 'rxjs/dist/types/internal/operators/debounce.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/debounceTime' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/debounceTime', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/debounceTime.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/debounceTime.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/debounceTime.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/debounceTime' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/debounceTime.d.ts' with Package ID 'rxjs/dist/types/internal/operators/debounceTime.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/defaultIfEmpty' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/defaultIfEmpty' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/defaultIfEmpty.d.ts' with Package ID 'rxjs/dist/types/internal/operators/defaultIfEmpty.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/delay' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/delay', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/delay.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/delay.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/delay.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/delay' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/delay.d.ts' with Package ID 'rxjs/dist/types/internal/operators/delay.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/delayWhen' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/delayWhen', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/delayWhen.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/delayWhen.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/delayWhen.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/delayWhen' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/delayWhen.d.ts' with Package ID 'rxjs/dist/types/internal/operators/delayWhen.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/dematerialize' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/dematerialize', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/dematerialize.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/dematerialize.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/dematerialize.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/dematerialize' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/dematerialize.d.ts' with Package ID 'rxjs/dist/types/internal/operators/dematerialize.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/distinct' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinct', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinct.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinct.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinct.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/distinct' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinct.d.ts' with Package ID 'rxjs/dist/types/internal/operators/distinct.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/distinctUntilChanged' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/distinctUntilChanged' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinctUntilChanged.d.ts' with Package ID 'rxjs/dist/types/internal/operators/distinctUntilChanged.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/distinctUntilKeyChanged' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/distinctUntilKeyChanged' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/distinctUntilKeyChanged.d.ts' with Package ID 'rxjs/dist/types/internal/operators/distinctUntilKeyChanged.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/elementAt' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/elementAt', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/elementAt.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/elementAt.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/elementAt.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/elementAt' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/elementAt.d.ts' with Package ID 'rxjs/dist/types/internal/operators/elementAt.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/endWith' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/endWith', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/endWith.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/endWith.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/endWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/endWith' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/endWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/endWith.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/every' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/every', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/every.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/every.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/every.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/every' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/every.d.ts' with Package ID 'rxjs/dist/types/internal/operators/every.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/exhaust' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaust', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaust.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaust.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaust.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/exhaust' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaust.d.ts' with Package ID 'rxjs/dist/types/internal/operators/exhaust.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/exhaustAll' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaustAll', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaustAll.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaustAll.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaustAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/exhaustAll' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaustAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/exhaustAll.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/exhaustMap' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaustMap', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaustMap.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaustMap.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaustMap.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/exhaustMap' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/exhaustMap.d.ts' with Package ID 'rxjs/dist/types/internal/operators/exhaustMap.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/expand' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/expand', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/expand.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/expand.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/expand.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/expand' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/expand.d.ts' with Package ID 'rxjs/dist/types/internal/operators/expand.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/filter' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/filter', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/filter.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/filter.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/filter.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/filter' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/filter.d.ts' with Package ID 'rxjs/dist/types/internal/operators/filter.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/finalize' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/finalize', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/finalize.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/finalize.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/finalize.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/finalize' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/finalize.d.ts' with Package ID 'rxjs/dist/types/internal/operators/finalize.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/find' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/find', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/find.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/find.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/find.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/find' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/find.d.ts' with Package ID 'rxjs/dist/types/internal/operators/find.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/findIndex' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/findIndex', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/findIndex.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/findIndex.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/findIndex.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/findIndex' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/findIndex.d.ts' with Package ID 'rxjs/dist/types/internal/operators/findIndex.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/first' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/first', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/first.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/first.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/first.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/first' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/first.d.ts' with Package ID 'rxjs/dist/types/internal/operators/first.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/ignoreElements' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/ignoreElements', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/ignoreElements.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/ignoreElements.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/ignoreElements.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/ignoreElements' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/ignoreElements.d.ts' with Package ID 'rxjs/dist/types/internal/operators/ignoreElements.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/isEmpty' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/isEmpty', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/isEmpty.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/isEmpty.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/isEmpty.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/isEmpty' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/isEmpty.d.ts' with Package ID 'rxjs/dist/types/internal/operators/isEmpty.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/last' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/last', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/last.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/last.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/last.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/last' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/last.d.ts' with Package ID 'rxjs/dist/types/internal/operators/last.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/map' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/map', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/map.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/map.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/map.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/map' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/map.d.ts' with Package ID 'rxjs/dist/types/internal/operators/map.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/mapTo' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mapTo', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mapTo.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mapTo.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mapTo.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/mapTo' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mapTo.d.ts' with Package ID 'rxjs/dist/types/internal/operators/mapTo.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/materialize' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/materialize', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/materialize.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/materialize.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/materialize' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts' with Package ID 'rxjs/dist/types/internal/operators/materialize.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/max' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/max', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/max.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/max.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/max.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/max' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/max.d.ts' with Package ID 'rxjs/dist/types/internal/operators/max.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/mergeAll' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeAll', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeAll.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeAll.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/mergeAll' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/mergeAll.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/flatMap' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/flatMap', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/flatMap.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/flatMap.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/flatMap.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/flatMap' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/flatMap.d.ts' with Package ID 'rxjs/dist/types/internal/operators/flatMap.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/mergeMap' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeMap', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeMap.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeMap.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeMap.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/mergeMap' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeMap.d.ts' with Package ID 'rxjs/dist/types/internal/operators/mergeMap.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/mergeMapTo' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeMapTo', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/mergeMapTo' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeMapTo.d.ts' with Package ID 'rxjs/dist/types/internal/operators/mergeMapTo.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/mergeScan' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeScan', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeScan.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeScan.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeScan.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/mergeScan' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeScan.d.ts' with Package ID 'rxjs/dist/types/internal/operators/mergeScan.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/mergeWith' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeWith', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeWith.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeWith.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/mergeWith' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/mergeWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/mergeWith.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/min' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/min', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/min.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/min.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/min.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/min' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/min.d.ts' with Package ID 'rxjs/dist/types/internal/operators/min.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/multicast' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/multicast', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/multicast.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/multicast.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/multicast' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts' with Package ID 'rxjs/dist/types/internal/operators/multicast.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/observeOn' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/observeOn', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/observeOn.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/observeOn.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/observeOn.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/observeOn' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/observeOn.d.ts' with Package ID 'rxjs/dist/types/internal/operators/observeOn.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/pairwise' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/pairwise', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/pairwise.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/pairwise.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/pairwise.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/pairwise' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/pairwise.d.ts' with Package ID 'rxjs/dist/types/internal/operators/pairwise.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/pluck' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/pluck', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/pluck.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/pluck.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/pluck.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/pluck' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/pluck.d.ts' with Package ID 'rxjs/dist/types/internal/operators/pluck.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/publish' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publish', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publish.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publish.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publish.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/publish' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publish.d.ts' with Package ID 'rxjs/dist/types/internal/operators/publish.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/publishBehavior' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishBehavior', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishBehavior.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishBehavior.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishBehavior.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/publishBehavior' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishBehavior.d.ts' with Package ID 'rxjs/dist/types/internal/operators/publishBehavior.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/publishLast' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishLast', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishLast.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishLast.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishLast.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/publishLast' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishLast.d.ts' with Package ID 'rxjs/dist/types/internal/operators/publishLast.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/publishReplay' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishReplay', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishReplay.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishReplay.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishReplay.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/publishReplay' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/publishReplay.d.ts' with Package ID 'rxjs/dist/types/internal/operators/publishReplay.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/raceWith' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/raceWith', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/raceWith.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/raceWith.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/raceWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/raceWith' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/raceWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/raceWith.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/reduce' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/reduce', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/reduce.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/reduce.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/reduce.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/reduce' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/reduce.d.ts' with Package ID 'rxjs/dist/types/internal/operators/reduce.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/repeat' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/repeat', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/repeat.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/repeat.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/repeat.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/repeat' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/repeat.d.ts' with Package ID 'rxjs/dist/types/internal/operators/repeat.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/repeatWhen' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/repeatWhen', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/repeatWhen.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/repeatWhen.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/repeatWhen.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/repeatWhen' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/repeatWhen.d.ts' with Package ID 'rxjs/dist/types/internal/operators/repeatWhen.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/retry' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/retry', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/retry.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/retry.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/retry.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/retry' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/retry.d.ts' with Package ID 'rxjs/dist/types/internal/operators/retry.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/retryWhen' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/retryWhen', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/retryWhen.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/retryWhen.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/retryWhen.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/retryWhen' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/retryWhen.d.ts' with Package ID 'rxjs/dist/types/internal/operators/retryWhen.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/refCount' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/refCount', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/refCount.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/refCount.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/refCount.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/refCount' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/refCount.d.ts' with Package ID 'rxjs/dist/types/internal/operators/refCount.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/sample' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sample', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sample.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sample.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sample.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/sample' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sample.d.ts' with Package ID 'rxjs/dist/types/internal/operators/sample.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/sampleTime' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sampleTime', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sampleTime.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sampleTime.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sampleTime.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/sampleTime' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sampleTime.d.ts' with Package ID 'rxjs/dist/types/internal/operators/sampleTime.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/scan' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/scan', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/scan.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/scan.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/scan.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/scan' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/scan.d.ts' with Package ID 'rxjs/dist/types/internal/operators/scan.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/sequenceEqual' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sequenceEqual', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/sequenceEqual' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/sequenceEqual.d.ts' with Package ID 'rxjs/dist/types/internal/operators/sequenceEqual.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/share' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/share', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/share.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/share.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/share.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/share' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/share.d.ts' with Package ID 'rxjs/dist/types/internal/operators/share.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/shareReplay' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/shareReplay', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/shareReplay.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/shareReplay.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/shareReplay.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/shareReplay' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/shareReplay.d.ts' with Package ID 'rxjs/dist/types/internal/operators/shareReplay.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/single' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/single', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/single.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/single.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/single.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/single' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/single.d.ts' with Package ID 'rxjs/dist/types/internal/operators/single.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/skip' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skip', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skip.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skip.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skip.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/skip' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skip.d.ts' with Package ID 'rxjs/dist/types/internal/operators/skip.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/skipLast' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipLast', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipLast.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipLast.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipLast.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/skipLast' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipLast.d.ts' with Package ID 'rxjs/dist/types/internal/operators/skipLast.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/skipUntil' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipUntil', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipUntil.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipUntil.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipUntil.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/skipUntil' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipUntil.d.ts' with Package ID 'rxjs/dist/types/internal/operators/skipUntil.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/skipWhile' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipWhile', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipWhile.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipWhile.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipWhile.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/skipWhile' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/skipWhile.d.ts' with Package ID 'rxjs/dist/types/internal/operators/skipWhile.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/startWith' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/startWith', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/startWith.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/startWith.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/startWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/startWith' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/startWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/startWith.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/subscribeOn' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/subscribeOn', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/subscribeOn.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/subscribeOn.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/subscribeOn.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/subscribeOn' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/subscribeOn.d.ts' with Package ID 'rxjs/dist/types/internal/operators/subscribeOn.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/switchAll' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchAll', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchAll.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchAll.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/switchAll' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/switchAll.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/switchMap' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchMap', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchMap.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchMap.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchMap.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/switchMap' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchMap.d.ts' with Package ID 'rxjs/dist/types/internal/operators/switchMap.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/switchMapTo' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchMapTo', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchMapTo.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchMapTo.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchMapTo.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/switchMapTo' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchMapTo.d.ts' with Package ID 'rxjs/dist/types/internal/operators/switchMapTo.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/switchScan' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchScan', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchScan.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchScan.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchScan.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/switchScan' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/switchScan.d.ts' with Package ID 'rxjs/dist/types/internal/operators/switchScan.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/take' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/take', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/take.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/take.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/take.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/take' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/take.d.ts' with Package ID 'rxjs/dist/types/internal/operators/take.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/takeLast' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeLast', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeLast.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeLast.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeLast.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/takeLast' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeLast.d.ts' with Package ID 'rxjs/dist/types/internal/operators/takeLast.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/takeUntil' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeUntil', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeUntil.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeUntil.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeUntil.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/takeUntil' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeUntil.d.ts' with Package ID 'rxjs/dist/types/internal/operators/takeUntil.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/takeWhile' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeWhile', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeWhile.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeWhile.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeWhile.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/takeWhile' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/takeWhile.d.ts' with Package ID 'rxjs/dist/types/internal/operators/takeWhile.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/tap' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/tap', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/tap.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/tap.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/tap.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/tap' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/tap.d.ts' with Package ID 'rxjs/dist/types/internal/operators/tap.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/throttle' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throttle', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throttle.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throttle.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/throttle' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts' with Package ID 'rxjs/dist/types/internal/operators/throttle.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/throttleTime' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throttleTime', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throttleTime.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throttleTime.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throttleTime.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/throttleTime' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throttleTime.d.ts' with Package ID 'rxjs/dist/types/internal/operators/throttleTime.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/throwIfEmpty' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/throwIfEmpty' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/throwIfEmpty.d.ts' with Package ID 'rxjs/dist/types/internal/operators/throwIfEmpty.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/timeInterval' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeInterval', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeInterval.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeInterval.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeInterval.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/timeInterval' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeInterval.d.ts' with Package ID 'rxjs/dist/types/internal/operators/timeInterval.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/timeoutWith' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeoutWith', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeoutWith.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeoutWith.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeoutWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/timeoutWith' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timeoutWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/timeoutWith.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/timestamp' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timestamp', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timestamp.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timestamp.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timestamp.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/timestamp' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/timestamp.d.ts' with Package ID 'rxjs/dist/types/internal/operators/timestamp.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/toArray' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/toArray', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/toArray.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/toArray.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/toArray.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/toArray' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/toArray.d.ts' with Package ID 'rxjs/dist/types/internal/operators/toArray.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/window' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/window', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/window.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/window.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/window.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/window' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/window.d.ts' with Package ID 'rxjs/dist/types/internal/operators/window.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/windowCount' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowCount', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowCount.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowCount.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowCount.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/windowCount' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowCount.d.ts' with Package ID 'rxjs/dist/types/internal/operators/windowCount.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/windowTime' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowTime', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowTime.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowTime.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowTime.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/windowTime' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowTime.d.ts' with Package ID 'rxjs/dist/types/internal/operators/windowTime.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/windowToggle' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowToggle', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowToggle.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowToggle.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowToggle.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/windowToggle' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowToggle.d.ts' with Package ID 'rxjs/dist/types/internal/operators/windowToggle.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/windowWhen' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowWhen', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowWhen.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowWhen.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowWhen.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/windowWhen' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/windowWhen.d.ts' with Package ID 'rxjs/dist/types/internal/operators/windowWhen.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/withLatestFrom' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/withLatestFrom', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/withLatestFrom' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/withLatestFrom.d.ts' with Package ID 'rxjs/dist/types/internal/operators/withLatestFrom.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/zipAll' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/zipAll', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/zipAll.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/zipAll.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/zipAll.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/zipAll' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/zipAll.d.ts' with Package ID 'rxjs/dist/types/internal/operators/zipAll.d.ts@7.4.0'. ======== ======== Resolving module './internal/operators/zipWith' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/zipWith', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/zipWith.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/zipWith.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/zipWith.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './internal/operators/zipWith' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/operators/zipWith.d.ts' with Package ID 'rxjs/dist/types/internal/operators/zipWith.d.ts@7.4.0'. ======== ======== Resolving module '../../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/dom/animationFrames.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/dom/animationFrames.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module './Subject' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/BehaviorSubject.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './Subject' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject.d.ts' with Package ID 'rxjs/dist/types/internal/Subject.d.ts@7.4.0'. ======== ======== Resolving module './Subject' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/ReplaySubject.d.ts'. ======== Resolution for module './Subject' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal'. ======== Module name './Subject' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject.d.ts' with Package ID 'rxjs/dist/types/internal/Subject.d.ts@7.4.0'. ======== ======== Resolving module './types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/ReplaySubject.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal'. ======== Module name './types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module './Subject' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/AsyncSubject.d.ts'. ======== Resolution for module './Subject' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal'. ======== Module name './Subject' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subject.d.ts' with Package ID 'rxjs/dist/types/internal/Subject.d.ts@7.4.0'. ======== ======== Resolving module './AsapScheduler' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/asap.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsapScheduler', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsapScheduler.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsapScheduler.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsapScheduler.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './AsapScheduler' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsapScheduler.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/AsapScheduler.d.ts@7.4.0'. ======== ======== Resolving module './AsyncAction' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsapScheduler.d.ts'. ======== Resolution for module './AsyncAction' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name './AsyncAction' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/AsyncAction.d.ts@7.4.0'. ======== ======== Resolving module './AsyncScheduler' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsapScheduler.d.ts'. ======== Resolution for module './AsyncScheduler' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name './AsyncScheduler' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts@7.4.0'. ======== ======== Resolving module './AsyncScheduler' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/async.d.ts'. ======== Resolution for module './AsyncScheduler' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name './AsyncScheduler' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts@7.4.0'. ======== ======== Resolving module './QueueScheduler' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/queue.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/QueueScheduler', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/QueueScheduler.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/QueueScheduler.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/QueueScheduler.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './QueueScheduler' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/QueueScheduler.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/QueueScheduler.d.ts@7.4.0'. ======== ======== Resolving module './AsyncScheduler' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/QueueScheduler.d.ts'. ======== Resolution for module './AsyncScheduler' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name './AsyncScheduler' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts@7.4.0'. ======== ======== Resolving module './AnimationFrameScheduler' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/animationFrame.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameScheduler', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameScheduler.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameScheduler.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameScheduler.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './AnimationFrameScheduler' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameScheduler.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/AnimationFrameScheduler.d.ts@7.4.0'. ======== ======== Resolving module './AsyncAction' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameScheduler.d.ts'. ======== Resolution for module './AsyncAction' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name './AsyncAction' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsyncAction.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/AsyncAction.d.ts@7.4.0'. ======== ======== Resolving module './AsyncScheduler' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AnimationFrameScheduler.d.ts'. ======== Resolution for module './AsyncScheduler' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler'. ======== Module name './AsyncScheduler' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts' with Package ID 'rxjs/dist/types/internal/scheduler/AsyncScheduler.d.ts@7.4.0'. ======== ======== Resolving module './identity' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/pipe.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/identity', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/identity.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/identity.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/identity.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './identity' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/identity.d.ts' with Package ID 'rxjs/dist/types/internal/util/identity.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/pipe.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/util/isObservable.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module './Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/lastValueFrom.d.ts'. ======== Resolution for module './Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal'. ======== Module name './Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module './Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/firstValueFrom.d.ts'. ======== Resolution for module './Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal'. ======== Module name './Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/bindCallback.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/bindCallback.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/bindNodeCallback.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/bindNodeCallback.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/combineLatest.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/combineLatest.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Subscriber' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/combineLatest.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Subscriber' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber.d.ts' with Package ID 'rxjs/dist/types/internal/Subscriber.d.ts@7.4.0'. ======== ======== Resolving module '../AnyCatcher' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/combineLatest.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/AnyCatcher', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/AnyCatcher.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/AnyCatcher.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/AnyCatcher.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../AnyCatcher' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/AnyCatcher.d.ts' with Package ID 'rxjs/dist/types/internal/AnyCatcher.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/concat.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/concat.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/connectable.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/defer.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/defer.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/empty.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/empty.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/forkJoin.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/forkJoin.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../AnyCatcher' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/forkJoin.d.ts'. ======== Resolution for module '../AnyCatcher' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../AnyCatcher' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/AnyCatcher.d.ts' with Package ID 'rxjs/dist/types/internal/AnyCatcher.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/from.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/from.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/fromEvent.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/fromEventPattern.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module './fromEvent' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/fromEventPattern.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/fromEvent', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/fromEvent.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/fromEvent.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/fromEvent.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name './fromEvent' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/fromEvent.d.ts' with Package ID 'rxjs/dist/types/internal/observable/fromEvent.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/generate.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/generate.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/iif.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/iif.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/interval.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/interval.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/merge.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/merge.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/never.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/of.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/of.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/onErrorResumeNext.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/onErrorResumeNext.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/pairs.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/pairs.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/partition.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/partition.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/race.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/race.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Subscriber' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/race.d.ts'. ======== Resolution for module '../Subscriber' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Subscriber' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber.d.ts' with Package ID 'rxjs/dist/types/internal/Subscriber.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/range.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/range.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/throwError.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/throwError.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/timer.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/timer.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/using.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/using.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/zip.d.ts'. ======== Resolution for module '../Observable' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable/zip.d.ts'. ======== Resolution for module '../types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/observable'. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduled/scheduled.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../Observable' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/scheduled/scheduled.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/rxjs/package.json' exists according to earlier cached lookups. ======== Module name '../Observable' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Observable.d.ts' with Package ID 'rxjs/dist/types/internal/Observable.d.ts@7.4.0'. ======== ======== Resolving module './Subscriber' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/config.d.ts'. ======== Resolution for module './Subscriber' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal'. ======== Module name './Subscriber' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/Subscriber.d.ts' with Package ID 'rxjs/dist/types/internal/Subscriber.d.ts@7.4.0'. ======== ======== Resolving module './types' from '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/config.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal'. ======== Module name './types' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/internal/types.d.ts' with Package ID 'rxjs/dist/types/internal/types.d.ts@7.4.0'. ======== ======== Resolving module '../features/arguments-host.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/exceptions/ws-exception-filter.interface.d.ts'. ======== Resolution for module '../features/arguments-host.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/exceptions'. ======== Module name '../features/arguments-host.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/arguments-host.interface.d.ts@8.2.4'. ======== ======== Resolving module 'rxjs' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/can-activate.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. 'paths' option is specified, looking for a pattern to match module name 'rxjs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. Resolving module name 'rxjs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/rxjs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/rxjs', target file type 'TypeScript'. File '/tmp/project/apps/api/rxjs.ts' does not exist. File '/tmp/project/apps/api/rxjs.tsx' does not exist. File '/tmp/project/apps/api/rxjs.d.ts' does not exist. Directory '/tmp/project/apps/api/rxjs' does not exist, skipping all lookups in it. Loading module 'rxjs' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/node_modules' does not exist, skipping all lookups in it. Resolution for module 'rxjs' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces'. ======== Module name 'rxjs' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts' with Package ID 'rxjs/dist/types/index.d.ts@7.4.0'. ======== ======== Resolving module './execution-context.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/can-activate.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/execution-context.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/execution-context.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/execution-context.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/execution-context.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './execution-context.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/execution-context.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/execution-context.interface.d.ts@8.2.4'. ======== ======== Resolving module '../index' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/execution-context.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../index' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@8.2.4'. ======== ======== Resolving module './arguments-host.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/execution-context.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/arguments-host.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './arguments-host.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/arguments-host.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/arguments-host.interface.d.ts@8.2.4'. ======== ======== Resolving module 'rxjs' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/nest-interceptor.interface.d.ts'. ======== Resolution for module 'rxjs' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features'. ======== Module name 'rxjs' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts' with Package ID 'rxjs/dist/types/index.d.ts@7.4.0'. ======== ======== Resolving module './execution-context.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/nest-interceptor.interface.d.ts'. ======== Resolution for module './execution-context.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features'. ======== Module name './execution-context.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/execution-context.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/execution-context.interface.d.ts@8.2.4'. ======== ======== Resolving module '../type.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../type.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.d.ts' with Package ID '@nestjs/common/interfaces/type.interface.d.ts@8.2.4'. ======== ======== Resolving module './paramtype.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/paramtype.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/paramtype.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/paramtype.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/paramtype.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './paramtype.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/paramtype.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/paramtype.interface.d.ts@8.2.4'. ======== ======== Resolving module './middleware' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/global-prefix-options.interface.d.ts'. ======== Resolution for module './middleware' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces'. ======== Module name './middleware' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/index.d.ts'. ======== ======== Resolving module './middleware-config-proxy.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-config-proxy.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-config-proxy.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-config-proxy.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-config-proxy.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './middleware-config-proxy.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-config-proxy.interface.d.ts' with Package ID '@nestjs/common/interfaces/middleware/middleware-config-proxy.interface.d.ts@8.2.4'. ======== ======== Resolving module './middleware-configuration.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-configuration.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-configuration.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-configuration.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-configuration.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './middleware-configuration.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-configuration.interface.d.ts' with Package ID '@nestjs/common/interfaces/middleware/middleware-configuration.interface.d.ts@8.2.4'. ======== ======== Resolving module './middleware-consumer.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-consumer.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-consumer.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-consumer.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-consumer.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './middleware-consumer.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-consumer.interface.d.ts' with Package ID '@nestjs/common/interfaces/middleware/middleware-consumer.interface.d.ts@8.2.4'. ======== ======== Resolving module './nest-middleware.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/nest-middleware.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/nest-middleware.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/nest-middleware.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/nest-middleware.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './nest-middleware.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/nest-middleware.interface.d.ts' with Package ID '@nestjs/common/interfaces/middleware/nest-middleware.interface.d.ts@8.2.4'. ======== ======== Resolving module '../type.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-config-proxy.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../type.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.d.ts' with Package ID '@nestjs/common/interfaces/type.interface.d.ts@8.2.4'. ======== ======== Resolving module './middleware-configuration.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-config-proxy.interface.d.ts'. ======== Resolution for module './middleware-configuration.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware'. ======== Module name './middleware-configuration.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-configuration.interface.d.ts' with Package ID '@nestjs/common/interfaces/middleware/middleware-configuration.interface.d.ts@8.2.4'. ======== ======== Resolving module './middleware-consumer.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-config-proxy.interface.d.ts'. ======== Resolution for module './middleware-consumer.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware'. ======== Module name './middleware-consumer.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-consumer.interface.d.ts' with Package ID '@nestjs/common/interfaces/middleware/middleware-consumer.interface.d.ts@8.2.4'. ======== ======== Resolving module '../../enums' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-configuration.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/package.json' does not exist according to earlier cached lookups. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../enums' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/index.d.ts'. ======== ======== Resolving module '../type.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-configuration.interface.d.ts'. ======== Resolution for module '../type.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware'. ======== Module name '../type.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.d.ts' with Package ID '@nestjs/common/interfaces/type.interface.d.ts@8.2.4'. ======== ======== Resolving module './request-method.enum' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/request-method.enum', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/request-method.enum.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/request-method.enum.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/request-method.enum.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './request-method.enum' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/request-method.enum.d.ts' with Package ID '@nestjs/common/enums/request-method.enum.d.ts@8.2.4'. ======== ======== Resolving module './http-status.enum' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/http-status.enum', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/http-status.enum.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/http-status.enum.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/http-status.enum.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './http-status.enum' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/http-status.enum.d.ts' with Package ID '@nestjs/common/enums/http-status.enum.d.ts@8.2.4'. ======== ======== Resolving module './shutdown-signal.enum' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/shutdown-signal.enum', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/shutdown-signal.enum.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/shutdown-signal.enum.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/shutdown-signal.enum.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './shutdown-signal.enum' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/shutdown-signal.enum.d.ts' with Package ID '@nestjs/common/enums/shutdown-signal.enum.d.ts@8.2.4'. ======== ======== Resolving module './version-type.enum' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/version-type.enum', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/version-type.enum.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/version-type.enum.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/version-type.enum.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './version-type.enum' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/version-type.enum.d.ts' with Package ID '@nestjs/common/enums/version-type.enum.d.ts@8.2.4'. ======== ======== Resolving module '../type.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-consumer.interface.d.ts'. ======== Resolution for module '../type.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware'. ======== Module name '../type.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.d.ts' with Package ID '@nestjs/common/interfaces/type.interface.d.ts@8.2.4'. ======== ======== Resolving module './middleware-config-proxy.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-consumer.interface.d.ts'. ======== Resolution for module './middleware-config-proxy.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware'. ======== Module name './middleware-config-proxy.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-config-proxy.interface.d.ts' with Package ID '@nestjs/common/interfaces/middleware/middleware-config-proxy.interface.d.ts@8.2.4'. ======== ======== Resolving module './before-application-shutdown.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/before-application-shutdown.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/before-application-shutdown.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/before-application-shutdown.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/before-application-shutdown.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './before-application-shutdown.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/before-application-shutdown.interface.d.ts' with Package ID '@nestjs/common/interfaces/hooks/before-application-shutdown.interface.d.ts@8.2.4'. ======== ======== Resolving module './on-application-bootstrap.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/on-application-bootstrap.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/on-application-bootstrap.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/on-application-bootstrap.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/on-application-bootstrap.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './on-application-bootstrap.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/on-application-bootstrap.interface.d.ts' with Package ID '@nestjs/common/interfaces/hooks/on-application-bootstrap.interface.d.ts@8.2.4'. ======== ======== Resolving module './on-application-shutdown.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/on-application-shutdown.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/on-application-shutdown.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/on-application-shutdown.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/on-application-shutdown.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './on-application-shutdown.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/on-application-shutdown.interface.d.ts' with Package ID '@nestjs/common/interfaces/hooks/on-application-shutdown.interface.d.ts@8.2.4'. ======== ======== Resolving module './on-destroy.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/on-destroy.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/on-destroy.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/on-destroy.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/on-destroy.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './on-destroy.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/on-destroy.interface.d.ts' with Package ID '@nestjs/common/interfaces/hooks/on-destroy.interface.d.ts@8.2.4'. ======== ======== Resolving module './on-init.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/on-init.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/on-init.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/on-init.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/on-init.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './on-init.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/hooks/on-init.interface.d.ts' with Package ID '@nestjs/common/interfaces/hooks/on-init.interface.d.ts@8.2.4'. ======== ======== Resolving module './http-server.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http/http-server.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http/http-server.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http/http-server.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http/http-server.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './http-server.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http/http-server.interface.d.ts' with Package ID '@nestjs/common/interfaces/http/http-server.interface.d.ts@8.2.4'. ======== ======== Resolving module './message-event.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http/message-event.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http/message-event.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http/message-event.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http/message-event.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './message-event.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http/message-event.interface.d.ts' with Package ID '@nestjs/common/interfaces/http/message-event.interface.d.ts@8.2.4'. ======== ======== Resolving module '../../enums' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http/http-server.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/package.json' does not exist according to earlier cached lookups. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../enums' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/index.d.ts'. ======== ======== Resolving module '../../interfaces/external/cors-options.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http/http-server.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/cors-options.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/cors-options.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/cors-options.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/cors-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../../interfaces/external/cors-options.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/cors-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/cors-options.interface.d.ts@8.2.4'. ======== ======== Resolving module '../../interfaces/nest-application-options.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http/http-server.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-options.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-options.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-options.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../../interfaces/nest-application-options.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/nest-application-options.interface.d.ts@8.2.4'. ======== ======== Resolving module '../version-options.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http/http-server.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/version-options.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/version-options.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/version-options.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/version-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../version-options.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/version-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/version-options.interface.d.ts@8.2.4'. ======== ======== Resolving module './external/cors-options.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-options.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/cors-options.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/cors-options.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/cors-options.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/cors-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './external/cors-options.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/cors-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/cors-options.interface.d.ts@8.2.4'. ======== ======== Resolving module './external/https-options.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-options.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/https-options.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/https-options.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/https-options.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/https-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './external/https-options.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/https-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/https-options.interface.d.ts@8.2.4'. ======== ======== Resolving module './nest-application-context-options.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-options.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-context-options.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-context-options.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-context-options.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-context-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './nest-application-context-options.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-context-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/nest-application-context-options.interface.d.ts@8.2.4'. ======== ======== Resolving module '../services/logger.service' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-context-options.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/services/logger.service', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/services/logger.service.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/services/logger.service.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/services/logger.service.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../services/logger.service' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/services/logger.service.d.ts' with Package ID '@nestjs/common/services/logger.service.d.ts@8.2.4'. ======== ======== Resolving module '../enums/version-type.enum' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/version-options.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/version-type.enum', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/version-type.enum.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/version-type.enum.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/version-type.enum.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../enums/version-type.enum' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/version-type.enum.d.ts' with Package ID '@nestjs/common/enums/version-type.enum.d.ts@8.2.4'. ======== ======== Resolving module './dynamic-module.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/dynamic-module.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/dynamic-module.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/dynamic-module.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/dynamic-module.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './dynamic-module.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/dynamic-module.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/dynamic-module.interface.d.ts@8.2.4'. ======== ======== Resolving module './forward-reference.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/forward-reference.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/forward-reference.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/forward-reference.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/forward-reference.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './forward-reference.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/forward-reference.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/forward-reference.interface.d.ts@8.2.4'. ======== ======== Resolving module './introspection-result.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/introspection-result.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/introspection-result.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/introspection-result.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/introspection-result.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './introspection-result.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/introspection-result.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/introspection-result.interface.d.ts@8.2.4'. ======== ======== Resolving module './module-metadata.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './module-metadata.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/module-metadata.interface.d.ts@8.2.4'. ======== ======== Resolving module './nest-module.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/nest-module.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/nest-module.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/nest-module.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/nest-module.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './nest-module.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/nest-module.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/nest-module.interface.d.ts@8.2.4'. ======== ======== Resolving module './provider.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/provider.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/provider.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/provider.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/provider.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './provider.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/provider.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/provider.interface.d.ts@8.2.4'. ======== ======== Resolving module '../type.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/dynamic-module.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../type.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.d.ts' with Package ID '@nestjs/common/interfaces/type.interface.d.ts@8.2.4'. ======== ======== Resolving module './module-metadata.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/dynamic-module.interface.d.ts'. ======== Resolution for module './module-metadata.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules'. ======== Module name './module-metadata.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/module-metadata.interface.d.ts@8.2.4'. ======== ======== Resolving module '../abstract.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/abstract.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/abstract.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/abstract.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/abstract.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../abstract.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/abstract.interface.d.ts' with Package ID '@nestjs/common/interfaces/abstract.interface.d.ts@8.2.4'. ======== ======== Resolving module '../type.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.d.ts'. ======== Resolution for module '../type.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules'. ======== Module name '../type.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.d.ts' with Package ID '@nestjs/common/interfaces/type.interface.d.ts@8.2.4'. ======== ======== Resolving module './dynamic-module.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.d.ts'. ======== Resolution for module './dynamic-module.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules'. ======== Module name './dynamic-module.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/dynamic-module.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/dynamic-module.interface.d.ts@8.2.4'. ======== ======== Resolving module './forward-reference.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.d.ts'. ======== Resolution for module './forward-reference.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules'. ======== Module name './forward-reference.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/forward-reference.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/forward-reference.interface.d.ts@8.2.4'. ======== ======== Resolving module './provider.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.d.ts'. ======== Resolution for module './provider.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules'. ======== Module name './provider.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/provider.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/provider.interface.d.ts@8.2.4'. ======== ======== Resolving module '../abstract.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/provider.interface.d.ts'. ======== Resolution for module '../abstract.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules'. ======== Module name '../abstract.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/abstract.interface.d.ts' with Package ID '@nestjs/common/interfaces/abstract.interface.d.ts@8.2.4'. ======== ======== Resolving module '../scope-options.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/provider.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/scope-options.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/scope-options.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/scope-options.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/scope-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../scope-options.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/scope-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/scope-options.interface.d.ts@8.2.4'. ======== ======== Resolving module '../type.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/provider.interface.d.ts'. ======== Resolution for module '../type.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules'. ======== Module name '../type.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.d.ts' with Package ID '@nestjs/common/interfaces/type.interface.d.ts@8.2.4'. ======== ======== Resolving module '../scope-options.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/introspection-result.interface.d.ts'. ======== Resolution for module '../scope-options.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules'. ======== Module name '../scope-options.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/scope-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/scope-options.interface.d.ts@8.2.4'. ======== ======== Resolving module '../middleware/middleware-consumer.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/nest-module.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-consumer.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-consumer.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-consumer.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-consumer.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../middleware/middleware-consumer.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/middleware/middleware-consumer.interface.d.ts' with Package ID '@nestjs/common/interfaces/middleware/middleware-consumer.interface.d.ts@8.2.4'. ======== ======== Resolving module '../enums/shutdown-signal.enum' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-context.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/shutdown-signal.enum', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/shutdown-signal.enum.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/shutdown-signal.enum.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/shutdown-signal.enum.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../enums/shutdown-signal.enum' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/shutdown-signal.enum.d.ts' with Package ID '@nestjs/common/enums/shutdown-signal.enum.d.ts@8.2.4'. ======== ======== Resolving module '../services/logger.service' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-context.interface.d.ts'. ======== Resolution for module '../services/logger.service' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces'. ======== Module name '../services/logger.service' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/services/logger.service.d.ts' with Package ID '@nestjs/common/services/logger.service.d.ts@8.2.4'. ======== ======== Resolving module './modules' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-context.interface.d.ts'. ======== Resolution for module './modules' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces'. ======== Module name './modules' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/index.d.ts'. ======== ======== Resolving module './type.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-context.interface.d.ts'. ======== Resolution for module './type.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces'. ======== Module name './type.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.d.ts' with Package ID '@nestjs/common/interfaces/type.interface.d.ts@8.2.4'. ======== ======== Resolving module './external/cors-options.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application.interface.d.ts'. ======== Resolution for module './external/cors-options.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces'. ======== Module name './external/cors-options.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/cors-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/cors-options.interface.d.ts@8.2.4'. ======== ======== Resolving module './features/can-activate.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application.interface.d.ts'. ======== Resolution for module './features/can-activate.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces'. ======== Module name './features/can-activate.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/can-activate.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/can-activate.interface.d.ts@8.2.4'. ======== ======== Resolving module './features/nest-interceptor.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application.interface.d.ts'. ======== Resolution for module './features/nest-interceptor.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces'. ======== Module name './features/nest-interceptor.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/nest-interceptor.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/nest-interceptor.interface.d.ts@8.2.4'. ======== ======== Resolving module './global-prefix-options.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application.interface.d.ts'. ======== Resolution for module './global-prefix-options.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces'. ======== Module name './global-prefix-options.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/global-prefix-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/global-prefix-options.interface.d.ts@8.2.4'. ======== ======== Resolving module './http/http-server.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http/http-server.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http/http-server.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http/http-server.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http/http-server.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './http/http-server.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/http/http-server.interface.d.ts' with Package ID '@nestjs/common/interfaces/http/http-server.interface.d.ts@8.2.4'. ======== ======== Resolving module './index' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './index' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@8.2.4'. ======== ======== Resolving module './nest-application-context.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application.interface.d.ts'. ======== Resolution for module './nest-application-context.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces'. ======== Module name './nest-application-context.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-context.interface.d.ts' with Package ID '@nestjs/common/interfaces/nest-application-context.interface.d.ts@8.2.4'. ======== ======== Resolving module './version-options.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application.interface.d.ts'. ======== Resolution for module './version-options.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces'. ======== Module name './version-options.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/version-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/version-options.interface.d.ts@8.2.4'. ======== ======== Resolving module './websockets/web-socket-adapter.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application.interface.d.ts'. ======== Resolution for module './websockets/web-socket-adapter.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces'. ======== Module name './websockets/web-socket-adapter.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/websockets/web-socket-adapter.interface.d.ts' with Package ID '@nestjs/common/interfaces/websockets/web-socket-adapter.interface.d.ts@8.2.4'. ======== ======== Resolving module 'rxjs' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/websockets/web-socket-adapter.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. 'paths' option is specified, looking for a pattern to match module name 'rxjs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. Resolving module name 'rxjs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/rxjs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/rxjs', target file type 'TypeScript'. File '/tmp/project/apps/api/rxjs.ts' does not exist. File '/tmp/project/apps/api/rxjs.tsx' does not exist. File '/tmp/project/apps/api/rxjs.d.ts' does not exist. Directory '/tmp/project/apps/api/rxjs' does not exist, skipping all lookups in it. Loading module 'rxjs' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/websockets/node_modules' does not exist, skipping all lookups in it. Resolution for module 'rxjs' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces'. ======== Module name 'rxjs' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts' with Package ID 'rxjs/dist/types/index.d.ts@7.4.0'. ======== ======== Resolving module './exceptions/exception-filter.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-microservice.interface.d.ts'. ======== Resolution for module './exceptions/exception-filter.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces'. ======== Module name './exceptions/exception-filter.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/exceptions/exception-filter.interface.d.ts' with Package ID '@nestjs/common/interfaces/exceptions/exception-filter.interface.d.ts@8.2.4'. ======== ======== Resolving module './features/can-activate.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-microservice.interface.d.ts'. ======== Resolution for module './features/can-activate.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces'. ======== Module name './features/can-activate.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/can-activate.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/can-activate.interface.d.ts@8.2.4'. ======== ======== Resolving module './features/nest-interceptor.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-microservice.interface.d.ts'. ======== Resolution for module './features/nest-interceptor.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces'. ======== Module name './features/nest-interceptor.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/nest-interceptor.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/nest-interceptor.interface.d.ts@8.2.4'. ======== ======== Resolving module './features/pipe-transform.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-microservice.interface.d.ts'. ======== Resolution for module './features/pipe-transform.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces'. ======== Module name './features/pipe-transform.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/pipe-transform.interface.d.ts@8.2.4'. ======== ======== Resolving module './nest-application-context.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-microservice.interface.d.ts'. ======== Resolution for module './nest-application-context.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces'. ======== Module name './nest-application-context.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-application-context.interface.d.ts' with Package ID '@nestjs/common/interfaces/nest-application-context.interface.d.ts@8.2.4'. ======== ======== Resolving module './websockets/web-socket-adapter.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/nest-microservice.interface.d.ts'. ======== Resolution for module './websockets/web-socket-adapter.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces'. ======== Module name './websockets/web-socket-adapter.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/websockets/web-socket-adapter.interface.d.ts' with Package ID '@nestjs/common/interfaces/websockets/web-socket-adapter.interface.d.ts@8.2.4'. ======== ======== Resolving module '../../interfaces' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces/cache-module.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/package.json' does not exist according to earlier cached lookups. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../interfaces' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module './cache-manager.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces/cache-module.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces/cache-manager.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces/cache-manager.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces/cache-manager.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces/cache-manager.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './cache-manager.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces/cache-manager.interface.d.ts' with Package ID '@nestjs/common/cache/interfaces/cache-manager.interface.d.ts@8.2.4'. ======== ======== Resolving module './cache-key.decorator' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/decorators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/decorators/cache-key.decorator', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/decorators/cache-key.decorator.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/decorators/cache-key.decorator.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/decorators/cache-key.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './cache-key.decorator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/decorators/cache-key.decorator.d.ts' with Package ID '@nestjs/common/cache/decorators/cache-key.decorator.d.ts@8.2.4'. ======== ======== Resolving module './cache-ttl.decorator' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/decorators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/decorators/cache-ttl.decorator', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/decorators/cache-ttl.decorator.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/decorators/cache-ttl.decorator.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/decorators/cache-ttl.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './cache-ttl.decorator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/decorators/cache-ttl.decorator.d.ts' with Package ID '@nestjs/common/cache/decorators/cache-ttl.decorator.d.ts@8.2.4'. ======== ======== Resolving module '../../decorators' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/decorators/cache-key.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/package.json' does not exist according to earlier cached lookups. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../decorators' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/index.d.ts'. ======== ======== Resolving module './core' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/index.d.ts' exist - use it as a name resolution result. ======== Module name './core' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== ======== Resolving module './modules' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/modules', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/modules.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/modules.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/modules.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/modules/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/modules/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/modules/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/modules/index.d.ts' exist - use it as a name resolution result. ======== Module name './modules' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/modules/index.d.ts'. ======== ======== Resolving module './http' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/index.d.ts' exist - use it as a name resolution result. ======== Module name './http' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/index.d.ts'. ======== ======== Resolving module './bind.decorator' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/bind.decorator', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/bind.decorator.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/bind.decorator.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/bind.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './bind.decorator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/bind.decorator.d.ts' with Package ID '@nestjs/common/decorators/core/bind.decorator.d.ts@8.2.4'. ======== ======== Resolving module './catch.decorator' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/catch.decorator', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/catch.decorator.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/catch.decorator.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/catch.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './catch.decorator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/catch.decorator.d.ts' with Package ID '@nestjs/common/decorators/core/catch.decorator.d.ts@8.2.4'. ======== ======== Resolving module './controller.decorator' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/controller.decorator', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/controller.decorator.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/controller.decorator.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/controller.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './controller.decorator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/controller.decorator.d.ts' with Package ID '@nestjs/common/decorators/core/controller.decorator.d.ts@8.2.4'. ======== ======== Resolving module './dependencies.decorator' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/dependencies.decorator', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/dependencies.decorator.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/dependencies.decorator.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/dependencies.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './dependencies.decorator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/dependencies.decorator.d.ts' with Package ID '@nestjs/common/decorators/core/dependencies.decorator.d.ts@8.2.4'. ======== ======== Resolving module './exception-filters.decorator' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/exception-filters.decorator', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/exception-filters.decorator.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/exception-filters.decorator.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/exception-filters.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './exception-filters.decorator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/exception-filters.decorator.d.ts' with Package ID '@nestjs/common/decorators/core/exception-filters.decorator.d.ts@8.2.4'. ======== ======== Resolving module './inject.decorator' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/inject.decorator', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/inject.decorator.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/inject.decorator.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/inject.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './inject.decorator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/inject.decorator.d.ts' with Package ID '@nestjs/common/decorators/core/inject.decorator.d.ts@8.2.4'. ======== ======== Resolving module './injectable.decorator' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/injectable.decorator', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/injectable.decorator.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/injectable.decorator.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/injectable.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './injectable.decorator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/injectable.decorator.d.ts' with Package ID '@nestjs/common/decorators/core/injectable.decorator.d.ts@8.2.4'. ======== ======== Resolving module './optional.decorator' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/optional.decorator', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/optional.decorator.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/optional.decorator.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/optional.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './optional.decorator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/optional.decorator.d.ts' with Package ID '@nestjs/common/decorators/core/optional.decorator.d.ts@8.2.4'. ======== ======== Resolving module './set-metadata.decorator' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/set-metadata.decorator', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/set-metadata.decorator.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/set-metadata.decorator.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/set-metadata.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './set-metadata.decorator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/set-metadata.decorator.d.ts' with Package ID '@nestjs/common/decorators/core/set-metadata.decorator.d.ts@8.2.4'. ======== ======== Resolving module './use-guards.decorator' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/use-guards.decorator', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/use-guards.decorator.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/use-guards.decorator.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/use-guards.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './use-guards.decorator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/use-guards.decorator.d.ts' with Package ID '@nestjs/common/decorators/core/use-guards.decorator.d.ts@8.2.4'. ======== ======== Resolving module './use-interceptors.decorator' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/use-interceptors.decorator', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/use-interceptors.decorator.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/use-interceptors.decorator.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/use-interceptors.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './use-interceptors.decorator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/use-interceptors.decorator.d.ts' with Package ID '@nestjs/common/decorators/core/use-interceptors.decorator.d.ts@8.2.4'. ======== ======== Resolving module './use-pipes.decorator' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/use-pipes.decorator', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/use-pipes.decorator.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/use-pipes.decorator.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/use-pipes.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './use-pipes.decorator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/use-pipes.decorator.d.ts' with Package ID '@nestjs/common/decorators/core/use-pipes.decorator.d.ts@8.2.4'. ======== ======== Resolving module './apply-decorators' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/apply-decorators', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/apply-decorators.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/apply-decorators.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/apply-decorators.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './apply-decorators' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/apply-decorators.d.ts' with Package ID '@nestjs/common/decorators/core/apply-decorators.d.ts@8.2.4'. ======== ======== Resolving module './version.decorator' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/version.decorator', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/version.decorator.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/version.decorator.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/version.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './version.decorator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/version.decorator.d.ts' with Package ID '@nestjs/common/decorators/core/version.decorator.d.ts@8.2.4'. ======== ======== Resolving module '../../interfaces' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/catch.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/package.json' does not exist according to earlier cached lookups. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../interfaces' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module '../../interfaces/scope-options.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/controller.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/scope-options.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/scope-options.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/scope-options.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/scope-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../../interfaces/scope-options.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/scope-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/scope-options.interface.d.ts@8.2.4'. ======== ======== Resolving module '../../interfaces/version-options.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/controller.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/version-options.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/version-options.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/version-options.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/version-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../../interfaces/version-options.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/version-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/version-options.interface.d.ts@8.2.4'. ======== ======== Resolving module '../../index' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/exception-filters.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/index', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../../index' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@8.2.4'. ======== ======== Resolving module '../../interfaces/scope-options.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/injectable.decorator.d.ts'. ======== Resolution for module '../../interfaces/scope-options.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core'. ======== Module name '../../interfaces/scope-options.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/scope-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/scope-options.interface.d.ts@8.2.4'. ======== ======== Resolving module '../../interfaces/type.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/injectable.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../../interfaces/type.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.d.ts' with Package ID '@nestjs/common/interfaces/type.interface.d.ts@8.2.4'. ======== ======== Resolving module '../../interfaces' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/use-guards.decorator.d.ts'. ======== Resolution for module '../../interfaces' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core'. ======== Module name '../../interfaces' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module '../../interfaces' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/use-interceptors.decorator.d.ts'. ======== Resolution for module '../../interfaces' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core'. ======== Module name '../../interfaces' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module '../../interfaces/index' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/use-pipes.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../../interfaces/index' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@8.2.4'. ======== ======== Resolving module '../../interfaces/version-options.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core/version.decorator.d.ts'. ======== Resolution for module '../../interfaces/version-options.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/core'. ======== Module name '../../interfaces/version-options.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/version-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/version-options.interface.d.ts@8.2.4'. ======== ======== Resolving module './global.decorator' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/modules/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/modules/global.decorator', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/modules/global.decorator.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/modules/global.decorator.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/modules/global.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './global.decorator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/modules/global.decorator.d.ts' with Package ID '@nestjs/common/decorators/modules/global.decorator.d.ts@8.2.4'. ======== ======== Resolving module './module.decorator' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/modules/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/modules/module.decorator', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/modules/module.decorator.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/modules/module.decorator.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/modules/module.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './module.decorator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/modules/module.decorator.d.ts' with Package ID '@nestjs/common/decorators/modules/module.decorator.d.ts@8.2.4'. ======== ======== Resolving module '../../interfaces/modules/module-metadata.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/modules/module.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../../interfaces/modules/module-metadata.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/module-metadata.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/module-metadata.interface.d.ts@8.2.4'. ======== ======== Resolving module './request-mapping.decorator' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/request-mapping.decorator', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/request-mapping.decorator.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/request-mapping.decorator.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/request-mapping.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './request-mapping.decorator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/request-mapping.decorator.d.ts' with Package ID '@nestjs/common/decorators/http/request-mapping.decorator.d.ts@8.2.4'. ======== ======== Resolving module './route-params.decorator' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/route-params.decorator', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/route-params.decorator.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/route-params.decorator.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/route-params.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './route-params.decorator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/route-params.decorator.d.ts' with Package ID '@nestjs/common/decorators/http/route-params.decorator.d.ts@8.2.4'. ======== ======== Resolving module './http-code.decorator' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/http-code.decorator', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/http-code.decorator.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/http-code.decorator.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/http-code.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './http-code.decorator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/http-code.decorator.d.ts' with Package ID '@nestjs/common/decorators/http/http-code.decorator.d.ts@8.2.4'. ======== ======== Resolving module './create-route-param-metadata.decorator' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/create-route-param-metadata.decorator', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/create-route-param-metadata.decorator.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/create-route-param-metadata.decorator.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/create-route-param-metadata.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './create-route-param-metadata.decorator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/create-route-param-metadata.decorator.d.ts' with Package ID '@nestjs/common/decorators/http/create-route-param-metadata.decorator.d.ts@8.2.4'. ======== ======== Resolving module './render.decorator' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/render.decorator', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/render.decorator.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/render.decorator.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/render.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './render.decorator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/render.decorator.d.ts' with Package ID '@nestjs/common/decorators/http/render.decorator.d.ts@8.2.4'. ======== ======== Resolving module './header.decorator' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/header.decorator', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/header.decorator.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/header.decorator.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/header.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './header.decorator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/header.decorator.d.ts' with Package ID '@nestjs/common/decorators/http/header.decorator.d.ts@8.2.4'. ======== ======== Resolving module './redirect.decorator' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/redirect.decorator', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/redirect.decorator.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/redirect.decorator.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/redirect.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './redirect.decorator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/redirect.decorator.d.ts' with Package ID '@nestjs/common/decorators/http/redirect.decorator.d.ts@8.2.4'. ======== ======== Resolving module './sse.decorator' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/sse.decorator', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/sse.decorator.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/sse.decorator.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/sse.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './sse.decorator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/sse.decorator.d.ts' with Package ID '@nestjs/common/decorators/http/sse.decorator.d.ts@8.2.4'. ======== ======== Resolving module '../../enums/request-method.enum' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/request-mapping.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/request-method.enum', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/request-method.enum.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/request-method.enum.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/request-method.enum.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../../enums/request-method.enum' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/request-method.enum.d.ts' with Package ID '@nestjs/common/enums/request-method.enum.d.ts@8.2.4'. ======== ======== Resolving module '../../index' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/route-params.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/index', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../../index' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@8.2.4'. ======== ======== Resolving module '../../interfaces' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/route-params.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/package.json' does not exist according to earlier cached lookups. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../interfaces' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module '../../index' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/create-route-param-metadata.decorator.d.ts'. ======== Resolution for module '../../index' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http'. ======== Module name '../../index' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@8.2.4'. ======== ======== Resolving module '../../interfaces' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/create-route-param-metadata.decorator.d.ts'. ======== Resolution for module '../../interfaces' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http'. ======== Module name '../../interfaces' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module '../../interfaces/features/custom-route-param-factory.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/http/create-route-param-metadata.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/custom-route-param-factory.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/custom-route-param-factory.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/custom-route-param-factory.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/custom-route-param-factory.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../../interfaces/features/custom-route-param-factory.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/custom-route-param-factory.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/custom-route-param-factory.interface.d.ts@8.2.4'. ======== ======== Resolving module '../../interfaces/features/execution-context.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/decorators/cache-ttl.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/execution-context.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/execution-context.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/execution-context.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/execution-context.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../../interfaces/features/execution-context.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/execution-context.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/execution-context.interface.d.ts@8.2.4'. ======== ======== Resolving module '../../decorators' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/decorators/cache-ttl.decorator.d.ts'. ======== Resolution for module '../../decorators' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/decorators'. ======== Module name '../../decorators' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/index.d.ts'. ======== ======== Resolving module './cache.interceptor' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interceptors/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interceptors/cache.interceptor', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interceptors/cache.interceptor.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interceptors/cache.interceptor.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interceptors/cache.interceptor.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './cache.interceptor' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interceptors/cache.interceptor.d.ts' with Package ID '@nestjs/common/cache/interceptors/cache.interceptor.d.ts@8.2.4'. ======== ======== Resolving module 'rxjs' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interceptors/cache.interceptor.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. 'paths' option is specified, looking for a pattern to match module name 'rxjs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. Resolving module name 'rxjs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/rxjs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/rxjs', target file type 'TypeScript'. File '/tmp/project/apps/api/rxjs.ts' does not exist. File '/tmp/project/apps/api/rxjs.tsx' does not exist. File '/tmp/project/apps/api/rxjs.d.ts' does not exist. Directory '/tmp/project/apps/api/rxjs' does not exist, skipping all lookups in it. Loading module 'rxjs' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interceptors/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/node_modules' does not exist, skipping all lookups in it. Resolution for module 'rxjs' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common'. ======== Module name 'rxjs' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts' with Package ID 'rxjs/dist/types/index.d.ts@7.4.0'. ======== ======== Resolving module '../../interfaces' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interceptors/cache.interceptor.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/package.json' does not exist according to earlier cached lookups. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../interfaces' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module './cache-manager.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces/index.d.ts'. ======== Resolution for module './cache-manager.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces'. ======== Module name './cache-manager.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces/cache-manager.interface.d.ts' with Package ID '@nestjs/common/cache/interfaces/cache-manager.interface.d.ts@8.2.4'. ======== ======== Resolving module './cache-module.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces/cache-module.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces/cache-module.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces/cache-module.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces/cache-module.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './cache-module.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/cache/interfaces/cache-module.interface.d.ts' with Package ID '@nestjs/common/cache/interfaces/cache-module.interface.d.ts@8.2.4'. ======== ======== Resolving module './bad-request.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/bad-request.exception', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/bad-request.exception.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/bad-request.exception.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/bad-request.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './bad-request.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/bad-request.exception.d.ts' with Package ID '@nestjs/common/exceptions/bad-request.exception.d.ts@8.2.4'. ======== ======== Resolving module './http.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http.exception', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http.exception.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http.exception.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './http.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@8.2.4'. ======== ======== Resolving module './unauthorized.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/unauthorized.exception', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/unauthorized.exception.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/unauthorized.exception.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/unauthorized.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './unauthorized.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/unauthorized.exception.d.ts' with Package ID '@nestjs/common/exceptions/unauthorized.exception.d.ts@8.2.4'. ======== ======== Resolving module './method-not-allowed.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/method-not-allowed.exception', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/method-not-allowed.exception.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/method-not-allowed.exception.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/method-not-allowed.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './method-not-allowed.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/method-not-allowed.exception.d.ts' with Package ID '@nestjs/common/exceptions/method-not-allowed.exception.d.ts@8.2.4'. ======== ======== Resolving module './not-found.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/not-found.exception', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/not-found.exception.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/not-found.exception.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/not-found.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './not-found.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/not-found.exception.d.ts' with Package ID '@nestjs/common/exceptions/not-found.exception.d.ts@8.2.4'. ======== ======== Resolving module './forbidden.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/forbidden.exception', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/forbidden.exception.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/forbidden.exception.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/forbidden.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './forbidden.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/forbidden.exception.d.ts' with Package ID '@nestjs/common/exceptions/forbidden.exception.d.ts@8.2.4'. ======== ======== Resolving module './not-acceptable.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/not-acceptable.exception', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/not-acceptable.exception.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/not-acceptable.exception.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/not-acceptable.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './not-acceptable.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/not-acceptable.exception.d.ts' with Package ID '@nestjs/common/exceptions/not-acceptable.exception.d.ts@8.2.4'. ======== ======== Resolving module './request-timeout.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/request-timeout.exception', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/request-timeout.exception.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/request-timeout.exception.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/request-timeout.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './request-timeout.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/request-timeout.exception.d.ts' with Package ID '@nestjs/common/exceptions/request-timeout.exception.d.ts@8.2.4'. ======== ======== Resolving module './conflict.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/conflict.exception', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/conflict.exception.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/conflict.exception.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/conflict.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './conflict.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/conflict.exception.d.ts' with Package ID '@nestjs/common/exceptions/conflict.exception.d.ts@8.2.4'. ======== ======== Resolving module './gone.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/gone.exception', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/gone.exception.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/gone.exception.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/gone.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './gone.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/gone.exception.d.ts' with Package ID '@nestjs/common/exceptions/gone.exception.d.ts@8.2.4'. ======== ======== Resolving module './payload-too-large.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/payload-too-large.exception', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/payload-too-large.exception.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/payload-too-large.exception.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/payload-too-large.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './payload-too-large.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/payload-too-large.exception.d.ts' with Package ID '@nestjs/common/exceptions/payload-too-large.exception.d.ts@8.2.4'. ======== ======== Resolving module './unsupported-media-type.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/unsupported-media-type.exception', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/unsupported-media-type.exception.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/unsupported-media-type.exception.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/unsupported-media-type.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './unsupported-media-type.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/unsupported-media-type.exception.d.ts' with Package ID '@nestjs/common/exceptions/unsupported-media-type.exception.d.ts@8.2.4'. ======== ======== Resolving module './unprocessable-entity.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/unprocessable-entity.exception', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/unprocessable-entity.exception.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/unprocessable-entity.exception.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/unprocessable-entity.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './unprocessable-entity.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/unprocessable-entity.exception.d.ts' with Package ID '@nestjs/common/exceptions/unprocessable-entity.exception.d.ts@8.2.4'. ======== ======== Resolving module './internal-server-error.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/internal-server-error.exception', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/internal-server-error.exception.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/internal-server-error.exception.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/internal-server-error.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './internal-server-error.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/internal-server-error.exception.d.ts' with Package ID '@nestjs/common/exceptions/internal-server-error.exception.d.ts@8.2.4'. ======== ======== Resolving module './not-implemented.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/not-implemented.exception', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/not-implemented.exception.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/not-implemented.exception.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/not-implemented.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './not-implemented.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/not-implemented.exception.d.ts' with Package ID '@nestjs/common/exceptions/not-implemented.exception.d.ts@8.2.4'. ======== ======== Resolving module './http-version-not-supported.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http-version-not-supported.exception', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http-version-not-supported.exception.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http-version-not-supported.exception.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http-version-not-supported.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './http-version-not-supported.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http-version-not-supported.exception.d.ts' with Package ID '@nestjs/common/exceptions/http-version-not-supported.exception.d.ts@8.2.4'. ======== ======== Resolving module './bad-gateway.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/bad-gateway.exception', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/bad-gateway.exception.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/bad-gateway.exception.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/bad-gateway.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './bad-gateway.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/bad-gateway.exception.d.ts' with Package ID '@nestjs/common/exceptions/bad-gateway.exception.d.ts@8.2.4'. ======== ======== Resolving module './service-unavailable.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/service-unavailable.exception', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/service-unavailable.exception.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/service-unavailable.exception.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/service-unavailable.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './service-unavailable.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/service-unavailable.exception.d.ts' with Package ID '@nestjs/common/exceptions/service-unavailable.exception.d.ts@8.2.4'. ======== ======== Resolving module './gateway-timeout.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/gateway-timeout.exception', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/gateway-timeout.exception.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/gateway-timeout.exception.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/gateway-timeout.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './gateway-timeout.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/gateway-timeout.exception.d.ts' with Package ID '@nestjs/common/exceptions/gateway-timeout.exception.d.ts@8.2.4'. ======== ======== Resolving module './im-a-teapot.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/im-a-teapot.exception', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/im-a-teapot.exception.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/im-a-teapot.exception.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/im-a-teapot.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './im-a-teapot.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/im-a-teapot.exception.d.ts' with Package ID '@nestjs/common/exceptions/im-a-teapot.exception.d.ts@8.2.4'. ======== ======== Resolving module './precondition-failed.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/precondition-failed.exception', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/precondition-failed.exception.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/precondition-failed.exception.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/precondition-failed.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './precondition-failed.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/precondition-failed.exception.d.ts' with Package ID '@nestjs/common/exceptions/precondition-failed.exception.d.ts@8.2.4'. ======== ======== Resolving module './misdirected.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/misdirected.exception', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/misdirected.exception.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/misdirected.exception.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/misdirected.exception.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './misdirected.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/misdirected.exception.d.ts' with Package ID '@nestjs/common/exceptions/misdirected.exception.d.ts@8.2.4'. ======== ======== Resolving module './http.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/bad-request.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@8.2.4'. ======== ======== Resolving module './http.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/unauthorized.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@8.2.4'. ======== ======== Resolving module './http.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/method-not-allowed.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@8.2.4'. ======== ======== Resolving module './http.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/not-found.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@8.2.4'. ======== ======== Resolving module './http.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/forbidden.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@8.2.4'. ======== ======== Resolving module './http.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/not-acceptable.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@8.2.4'. ======== ======== Resolving module './http.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/request-timeout.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@8.2.4'. ======== ======== Resolving module './http.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/conflict.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@8.2.4'. ======== ======== Resolving module './http.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/gone.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@8.2.4'. ======== ======== Resolving module './http.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/payload-too-large.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@8.2.4'. ======== ======== Resolving module './http.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/unsupported-media-type.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@8.2.4'. ======== ======== Resolving module './http.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/unprocessable-entity.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@8.2.4'. ======== ======== Resolving module './http.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/internal-server-error.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@8.2.4'. ======== ======== Resolving module './http.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/not-implemented.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@8.2.4'. ======== ======== Resolving module './http.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http-version-not-supported.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@8.2.4'. ======== ======== Resolving module './http.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/bad-gateway.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@8.2.4'. ======== ======== Resolving module './http.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/service-unavailable.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@8.2.4'. ======== ======== Resolving module './http.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/gateway-timeout.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@8.2.4'. ======== ======== Resolving module './http.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/im-a-teapot.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@8.2.4'. ======== ======== Resolving module './http.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/precondition-failed.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@8.2.4'. ======== ======== Resolving module './http.exception' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/misdirected.exception.d.ts'. ======== Resolution for module './http.exception' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions'. ======== Module name './http.exception' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/exceptions/http.exception.d.ts' with Package ID '@nestjs/common/exceptions/http.exception.d.ts@8.2.4'. ======== ======== Resolving module './streamable-file' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/file-stream/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/file-stream/streamable-file', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/file-stream/streamable-file.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/file-stream/streamable-file.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/file-stream/streamable-file.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './streamable-file' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/file-stream/streamable-file.d.ts' with Package ID '@nestjs/common/file-stream/streamable-file.d.ts@8.2.4'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/packages/mailer/node_modules/@nestjs/common/file-stream/streamable-file.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'stream' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/file-stream/streamable-file.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. 'paths' option is specified, looking for a pattern to match module name 'stream'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. Resolving module name 'stream' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/stream'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/stream', target file type 'TypeScript'. File '/tmp/project/apps/api/stream.ts' does not exist. File '/tmp/project/apps/api/stream.tsx' does not exist. File '/tmp/project/apps/api/stream.d.ts' does not exist. Directory '/tmp/project/apps/api/stream' does not exist, skipping all lookups in it. Loading module 'stream' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/packages/mailer/node_modules/@nestjs/common/file-stream/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/node_modules/stream.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/node_modules/stream.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/node_modules/stream.d.ts' does not exist. Directory '/tmp/project/packages/mailer/node_modules/@nestjs/common/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/packages/mailer/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/packages/mailer/node_modules/stream.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/stream.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/stream.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@types/stream.d.ts' does not exist. Directory '/tmp/project/packages/node_modules' does not exist, skipping all lookups in it. Resolution for module 'stream' was found in cache from location '/tmp/project'. ======== Module name 'stream' was not resolved. ======== ======== Resolving module './streamable-options.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/file-stream/streamable-file.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/file-stream/streamable-options.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/file-stream/streamable-options.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/file-stream/streamable-options.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/file-stream/streamable-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './streamable-options.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/file-stream/streamable-options.interface.d.ts' with Package ID '@nestjs/common/file-stream/streamable-options.interface.d.ts@8.2.4'. ======== ======== Resolving module './http.module' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/http.module', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/http.module.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/http.module.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/http.module.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './http.module' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/http.module.d.ts' with Package ID '@nestjs/common/http/http.module.d.ts@8.2.4'. ======== ======== Resolving module './http.service' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/http.service', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/http.service.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/http.service.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/http.service.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './http.service' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/http.service.d.ts' with Package ID '@nestjs/common/http/http.service.d.ts@8.2.4'. ======== ======== Resolving module './interfaces' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/interfaces', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/interfaces.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/interfaces.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/interfaces.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/interfaces/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/interfaces/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/interfaces/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name './interfaces' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/interfaces/index.d.ts'. ======== ======== Resolving module '../interfaces' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/http.module.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/package.json' does not exist according to earlier cached lookups. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name '../interfaces' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module './interfaces' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/http.module.d.ts'. ======== Resolution for module './interfaces' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/http'. ======== Module name './interfaces' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/interfaces/index.d.ts'. ======== ======== Resolving module './http-module.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/interfaces/http-module.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/interfaces/http-module.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/interfaces/http-module.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/interfaces/http-module.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './http-module.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/interfaces/http-module.interface.d.ts' with Package ID '@nestjs/common/http/interfaces/http-module.interface.d.ts@8.2.4'. ======== ======== Resolving module 'axios' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/interfaces/http-module.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'axios'. 'paths' option is specified, looking for a pattern to match module name 'axios'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'axios'. Resolving module name 'axios' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/axios'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/axios', target file type 'TypeScript'. File '/tmp/project/apps/api/axios.ts' does not exist. File '/tmp/project/apps/api/axios.tsx' does not exist. File '/tmp/project/apps/api/axios.d.ts' does not exist. Directory '/tmp/project/apps/api/axios' does not exist, skipping all lookups in it. Loading module 'axios' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/interfaces/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/node_modules/axios.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/node_modules/axios.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/node_modules/axios.d.ts' does not exist. Directory '/tmp/project/packages/mailer/node_modules/@nestjs/common/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/packages/mailer/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/packages/mailer/node_modules/axios/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/packages/mailer/node_modules/axios.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/axios.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/axios.d.ts' does not exist. 'package.json' has 'typings' field './index.d.ts' that references '/tmp/project/packages/mailer/node_modules/axios/index.d.ts'. File '/tmp/project/packages/mailer/node_modules/axios/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/packages/mailer/node_modules/axios/index.d.ts', result '/tmp/project/packages/mailer/node_modules/axios/index.d.ts'. ======== Module name 'axios' was successfully resolved to '/tmp/project/packages/mailer/node_modules/axios/index.d.ts' with Package ID 'axios/index.d.ts@0.24.0'. ======== ======== Resolving module '../../interfaces' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/interfaces/http-module.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/package.json' does not exist according to earlier cached lookups. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../interfaces' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module 'axios' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/http.service.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'axios'. 'paths' option is specified, looking for a pattern to match module name 'axios'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'axios'. Resolving module name 'axios' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/axios'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/axios', target file type 'TypeScript'. File '/tmp/project/apps/api/axios.ts' does not exist. File '/tmp/project/apps/api/axios.tsx' does not exist. File '/tmp/project/apps/api/axios.d.ts' does not exist. Directory '/tmp/project/apps/api/axios' does not exist, skipping all lookups in it. Loading module 'axios' from 'node_modules' folder, target file type 'TypeScript'. Resolution for module 'axios' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/http'. ======== Module name 'axios' was successfully resolved to '/tmp/project/packages/mailer/node_modules/axios/index.d.ts' with Package ID 'axios/index.d.ts@0.24.0'. ======== ======== Resolving module 'rxjs' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/http.service.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. 'paths' option is specified, looking for a pattern to match module name 'rxjs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. Resolving module name 'rxjs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/rxjs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/rxjs', target file type 'TypeScript'. File '/tmp/project/apps/api/rxjs.ts' does not exist. File '/tmp/project/apps/api/rxjs.tsx' does not exist. File '/tmp/project/apps/api/rxjs.d.ts' does not exist. Directory '/tmp/project/apps/api/rxjs' does not exist, skipping all lookups in it. Loading module 'rxjs' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/packages/mailer/node_modules/@nestjs/common/http/node_modules' does not exist, skipping all lookups in it. Resolution for module 'rxjs' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common'. ======== Module name 'rxjs' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts' with Package ID 'rxjs/dist/types/index.d.ts@7.4.0'. ======== ======== Resolving module './default-value.pipe' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/default-value.pipe', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/default-value.pipe.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/default-value.pipe.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/default-value.pipe.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './default-value.pipe' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/default-value.pipe.d.ts' with Package ID '@nestjs/common/pipes/default-value.pipe.d.ts@8.2.4'. ======== ======== Resolving module './parse-array.pipe' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-array.pipe', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-array.pipe.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-array.pipe.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-array.pipe.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './parse-array.pipe' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-array.pipe.d.ts' with Package ID '@nestjs/common/pipes/parse-array.pipe.d.ts@8.2.4'. ======== ======== Resolving module './parse-bool.pipe' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-bool.pipe', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-bool.pipe.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-bool.pipe.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-bool.pipe.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './parse-bool.pipe' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-bool.pipe.d.ts' with Package ID '@nestjs/common/pipes/parse-bool.pipe.d.ts@8.2.4'. ======== ======== Resolving module './parse-int.pipe' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-int.pipe', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-int.pipe.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-int.pipe.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-int.pipe.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './parse-int.pipe' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-int.pipe.d.ts' with Package ID '@nestjs/common/pipes/parse-int.pipe.d.ts@8.2.4'. ======== ======== Resolving module './parse-float.pipe' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-float.pipe', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-float.pipe.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-float.pipe.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-float.pipe.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './parse-float.pipe' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-float.pipe.d.ts' with Package ID '@nestjs/common/pipes/parse-float.pipe.d.ts@8.2.4'. ======== ======== Resolving module './parse-enum.pipe' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-enum.pipe', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-enum.pipe.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-enum.pipe.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-enum.pipe.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './parse-enum.pipe' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-enum.pipe.d.ts' with Package ID '@nestjs/common/pipes/parse-enum.pipe.d.ts@8.2.4'. ======== ======== Resolving module './parse-uuid.pipe' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-uuid.pipe', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-uuid.pipe.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-uuid.pipe.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-uuid.pipe.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './parse-uuid.pipe' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-uuid.pipe.d.ts' with Package ID '@nestjs/common/pipes/parse-uuid.pipe.d.ts@8.2.4'. ======== ======== Resolving module './validation.pipe' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/validation.pipe', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/validation.pipe.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/validation.pipe.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/validation.pipe.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './validation.pipe' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/validation.pipe.d.ts' with Package ID '@nestjs/common/pipes/validation.pipe.d.ts@8.2.4'. ======== ======== Resolving module '../interfaces/features/pipe-transform.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/default-value.pipe.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../interfaces/features/pipe-transform.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/pipe-transform.interface.d.ts@8.2.4'. ======== ======== Resolving module '../interfaces' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-array.pipe.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/package.json' does not exist according to earlier cached lookups. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name '../interfaces' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module '../interfaces/features/pipe-transform.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-array.pipe.d.ts'. ======== Resolution for module '../interfaces/features/pipe-transform.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes'. ======== Module name '../interfaces/features/pipe-transform.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/pipe-transform.interface.d.ts@8.2.4'. ======== ======== Resolving module './validation.pipe' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-array.pipe.d.ts'. ======== Resolution for module './validation.pipe' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes'. ======== Module name './validation.pipe' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/validation.pipe.d.ts' with Package ID '@nestjs/common/pipes/validation.pipe.d.ts@8.2.4'. ======== ======== Resolving module '../interfaces/external/class-transform-options.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/validation.pipe.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../interfaces/external/class-transform-options.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/class-transform-options.interface.d.ts@8.2.4'. ======== ======== Resolving module '../interfaces/external/transformer-package.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/validation.pipe.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/transformer-package.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/transformer-package.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/transformer-package.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/transformer-package.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../interfaces/external/transformer-package.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/transformer-package.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/transformer-package.interface.d.ts@8.2.4'. ======== ======== Resolving module '../interfaces/external/validation-error.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/validation.pipe.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validation-error.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validation-error.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validation-error.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validation-error.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../interfaces/external/validation-error.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validation-error.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/validation-error.interface.d.ts@8.2.4'. ======== ======== Resolving module '../interfaces/external/validator-options.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/validation.pipe.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validator-options.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validator-options.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validator-options.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validator-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../interfaces/external/validator-options.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validator-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/validator-options.interface.d.ts@8.2.4'. ======== ======== Resolving module '../interfaces/external/validator-package.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/validation.pipe.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validator-package.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validator-package.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validator-package.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validator-package.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../interfaces/external/validator-package.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validator-package.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/validator-package.interface.d.ts@8.2.4'. ======== ======== Resolving module '../interfaces/features/pipe-transform.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/validation.pipe.d.ts'. ======== Resolution for module '../interfaces/features/pipe-transform.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes'. ======== Module name '../interfaces/features/pipe-transform.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/pipe-transform.interface.d.ts@8.2.4'. ======== ======== Resolving module '../interfaces/type.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/validation.pipe.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../interfaces/type.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.d.ts' with Package ID '@nestjs/common/interfaces/type.interface.d.ts@8.2.4'. ======== ======== Resolving module '../utils/http-error-by-code.util' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/validation.pipe.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/utils/http-error-by-code.util', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/utils/http-error-by-code.util.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/utils/http-error-by-code.util.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/utils/http-error-by-code.util.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../utils/http-error-by-code.util' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/utils/http-error-by-code.util.d.ts' with Package ID '@nestjs/common/utils/http-error-by-code.util.d.ts@8.2.4'. ======== ======== Resolving module '../type.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/transformer-package.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../type.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/type.interface.d.ts' with Package ID '@nestjs/common/interfaces/type.interface.d.ts@8.2.4'. ======== ======== Resolving module './class-transform-options.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/transformer-package.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './class-transform-options.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/class-transform-options.interface.d.ts@8.2.4'. ======== ======== Resolving module './validation-error.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validator-package.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validation-error.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validation-error.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validation-error.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validation-error.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './validation-error.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validation-error.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/validation-error.interface.d.ts@8.2.4'. ======== ======== Resolving module './validator-options.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validator-package.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validator-options.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validator-options.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validator-options.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validator-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './validator-options.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/validator-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/validator-options.interface.d.ts@8.2.4'. ======== ======== Resolving module '../enums' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/utils/http-error-by-code.util.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/package.json' does not exist according to earlier cached lookups. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/index.d.ts' exist - use it as a name resolution result. ======== Module name '../enums' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/enums/index.d.ts'. ======== ======== Resolving module '../interfaces' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/utils/http-error-by-code.util.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/package.json' does not exist according to earlier cached lookups. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name '../interfaces' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module '../interfaces/features/pipe-transform.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-bool.pipe.d.ts'. ======== Resolution for module '../interfaces/features/pipe-transform.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes'. ======== Module name '../interfaces/features/pipe-transform.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/pipe-transform.interface.d.ts@8.2.4'. ======== ======== Resolving module '../utils/http-error-by-code.util' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-bool.pipe.d.ts'. ======== Resolution for module '../utils/http-error-by-code.util' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes'. ======== Module name '../utils/http-error-by-code.util' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/utils/http-error-by-code.util.d.ts' with Package ID '@nestjs/common/utils/http-error-by-code.util.d.ts@8.2.4'. ======== ======== Resolving module '../interfaces/features/pipe-transform.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-int.pipe.d.ts'. ======== Resolution for module '../interfaces/features/pipe-transform.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes'. ======== Module name '../interfaces/features/pipe-transform.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/pipe-transform.interface.d.ts@8.2.4'. ======== ======== Resolving module '../utils/http-error-by-code.util' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-int.pipe.d.ts'. ======== Resolution for module '../utils/http-error-by-code.util' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes'. ======== Module name '../utils/http-error-by-code.util' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/utils/http-error-by-code.util.d.ts' with Package ID '@nestjs/common/utils/http-error-by-code.util.d.ts@8.2.4'. ======== ======== Resolving module '../index' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-float.pipe.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/index', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../index' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@8.2.4'. ======== ======== Resolving module '../interfaces/features/pipe-transform.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-float.pipe.d.ts'. ======== Resolution for module '../interfaces/features/pipe-transform.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes'. ======== Module name '../interfaces/features/pipe-transform.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/pipe-transform.interface.d.ts@8.2.4'. ======== ======== Resolving module '../utils/http-error-by-code.util' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-float.pipe.d.ts'. ======== Resolution for module '../utils/http-error-by-code.util' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes'. ======== Module name '../utils/http-error-by-code.util' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/utils/http-error-by-code.util.d.ts' with Package ID '@nestjs/common/utils/http-error-by-code.util.d.ts@8.2.4'. ======== ======== Resolving module '../index' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-enum.pipe.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes'. ======== Module name '../index' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@8.2.4'. ======== ======== Resolving module '../interfaces/features/pipe-transform.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-enum.pipe.d.ts'. ======== Resolution for module '../interfaces/features/pipe-transform.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes'. ======== Module name '../interfaces/features/pipe-transform.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/pipe-transform.interface.d.ts@8.2.4'. ======== ======== Resolving module '../utils/http-error-by-code.util' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-enum.pipe.d.ts'. ======== Resolution for module '../utils/http-error-by-code.util' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes'. ======== Module name '../utils/http-error-by-code.util' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/utils/http-error-by-code.util.d.ts' with Package ID '@nestjs/common/utils/http-error-by-code.util.d.ts@8.2.4'. ======== ======== Resolving module '../interfaces/features/pipe-transform.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-uuid.pipe.d.ts'. ======== Resolution for module '../interfaces/features/pipe-transform.interface' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes'. ======== Module name '../interfaces/features/pipe-transform.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/features/pipe-transform.interface.d.ts' with Package ID '@nestjs/common/interfaces/features/pipe-transform.interface.d.ts@8.2.4'. ======== ======== Resolving module '../utils/http-error-by-code.util' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes/parse-uuid.pipe.d.ts'. ======== Resolution for module '../utils/http-error-by-code.util' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/pipes'. ======== Module name '../utils/http-error-by-code.util' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/utils/http-error-by-code.util.d.ts' with Package ID '@nestjs/common/utils/http-error-by-code.util.d.ts@8.2.4'. ======== ======== Resolving module './class-serializer.interceptor' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/class-serializer.interceptor', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/class-serializer.interceptor.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/class-serializer.interceptor.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/class-serializer.interceptor.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './class-serializer.interceptor' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/class-serializer.interceptor.d.ts' with Package ID '@nestjs/common/serializer/class-serializer.interceptor.d.ts@8.2.4'. ======== ======== Resolving module './decorators' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/decorators', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/decorators.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/decorators.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/decorators.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/decorators/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/decorators/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/decorators/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/decorators/index.d.ts' exist - use it as a name resolution result. ======== Module name './decorators' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/decorators/index.d.ts'. ======== ======== Resolving module 'rxjs' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/class-serializer.interceptor.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. 'paths' option is specified, looking for a pattern to match module name 'rxjs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'rxjs'. Resolving module name 'rxjs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/rxjs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/rxjs', target file type 'TypeScript'. File '/tmp/project/apps/api/rxjs.ts' does not exist. File '/tmp/project/apps/api/rxjs.tsx' does not exist. File '/tmp/project/apps/api/rxjs.d.ts' does not exist. Directory '/tmp/project/apps/api/rxjs' does not exist, skipping all lookups in it. Loading module 'rxjs' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/node_modules' does not exist, skipping all lookups in it. Resolution for module 'rxjs' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common'. ======== Module name 'rxjs' was successfully resolved to '/tmp/project/packages/mailer/node_modules/rxjs/dist/types/index.d.ts' with Package ID 'rxjs/dist/types/index.d.ts@7.4.0'. ======== ======== Resolving module '../interfaces' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/class-serializer.interceptor.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/package.json' does not exist according to earlier cached lookups. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name '../interfaces' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== ======== Resolving module '../interfaces/external/class-transform-options.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/class-serializer.interceptor.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../interfaces/external/class-transform-options.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/class-transform-options.interface.d.ts@8.2.4'. ======== ======== Resolving module '../interfaces/external/transformer-package.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/class-serializer.interceptor.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/transformer-package.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/transformer-package.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/transformer-package.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/transformer-package.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../interfaces/external/transformer-package.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/transformer-package.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/transformer-package.interface.d.ts@8.2.4'. ======== ======== Resolving module './serialize-options.decorator' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/decorators/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/decorators/serialize-options.decorator', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/decorators/serialize-options.decorator.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/decorators/serialize-options.decorator.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/decorators/serialize-options.decorator.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './serialize-options.decorator' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/decorators/serialize-options.decorator.d.ts' with Package ID '@nestjs/common/serializer/decorators/serialize-options.decorator.d.ts@8.2.4'. ======== ======== Resolving module '../../interfaces/external/class-transform-options.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/decorators/serialize-options.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../../interfaces/external/class-transform-options.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/external/class-transform-options.interface.d.ts' with Package ID '@nestjs/common/interfaces/external/class-transform-options.interface.d.ts@8.2.4'. ======== ======== Resolving module '../../decorators' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/serializer/decorators/serialize-options.decorator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/package.json' does not exist according to earlier cached lookups. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../decorators' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/decorators/index.d.ts'. ======== ======== Resolving module './console-logger.service' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/services/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/services/console-logger.service', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/services/console-logger.service.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/services/console-logger.service.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/services/console-logger.service.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './console-logger.service' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/services/console-logger.service.d.ts' with Package ID '@nestjs/common/services/console-logger.service.d.ts@8.2.4'. ======== ======== Resolving module './logger.service' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/services/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/services/logger.service', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/services/logger.service.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/services/logger.service.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/services/logger.service.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './logger.service' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/services/logger.service.d.ts' with Package ID '@nestjs/common/services/logger.service.d.ts@8.2.4'. ======== ======== Resolving module './logger.service' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/services/console-logger.service.d.ts'. ======== Resolution for module './logger.service' was found in cache from location '/tmp/project/packages/mailer/node_modules/@nestjs/common/services'. ======== Module name './logger.service' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/services/logger.service.d.ts' with Package ID '@nestjs/common/services/logger.service.d.ts@8.2.4'. ======== ======== Resolving module './forward-ref.util' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/utils/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/utils/forward-ref.util', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/utils/forward-ref.util.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/utils/forward-ref.util.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/utils/forward-ref.util.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name './forward-ref.util' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/utils/forward-ref.util.d.ts' with Package ID '@nestjs/common/utils/forward-ref.util.d.ts@8.2.4'. ======== ======== Resolving module '../interfaces/modules/forward-reference.interface' from '/tmp/project/packages/mailer/node_modules/@nestjs/common/utils/forward-ref.util.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/forward-reference.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/forward-reference.interface.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/forward-reference.interface.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/forward-reference.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. ======== Module name '../interfaces/modules/forward-reference.interface' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/modules/forward-reference.interface.d.ts' with Package ID '@nestjs/common/interfaces/modules/forward-reference.interface.d.ts@8.2.4'. ======== ======== Resolving module 'nodemailer' from '/tmp/project/packages/mailer/dist/interfaces/mailer-options.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'nodemailer'. 'paths' option is specified, looking for a pattern to match module name 'nodemailer'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'nodemailer'. Resolving module name 'nodemailer' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/nodemailer'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/nodemailer', target file type 'TypeScript'. File '/tmp/project/apps/api/nodemailer.ts' does not exist. File '/tmp/project/apps/api/nodemailer.tsx' does not exist. File '/tmp/project/apps/api/nodemailer.d.ts' does not exist. Directory '/tmp/project/apps/api/nodemailer' does not exist, skipping all lookups in it. Loading module 'nodemailer' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/packages/mailer/dist/interfaces/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/packages/mailer/dist/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/packages/mailer/node_modules/nodemailer/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/packages/mailer/node_modules/nodemailer.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'lib/nodemailer.js' that references '/tmp/project/packages/mailer/node_modules/nodemailer/lib/nodemailer.js'. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/nodemailer.js' exist - use it as a name resolution result. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/nodemailer.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/nodemailer/lib/nodemailer.js', target file type 'TypeScript'. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/nodemailer.js.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/nodemailer.js.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/nodemailer.js.d.ts' does not exist. File name '/tmp/project/packages/mailer/node_modules/nodemailer/lib/nodemailer.js' has a '.js' extension - stripping it. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/nodemailer.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/nodemailer.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/nodemailer.d.ts' does not exist. Directory '/tmp/project/packages/mailer/node_modules/nodemailer/lib/nodemailer.js' does not exist, skipping all lookups in it. File '/tmp/project/packages/mailer/node_modules/nodemailer/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/index.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@types/nodemailer.d.ts' does not exist. Directory '/tmp/project/packages/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/nodemailer/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/nodemailer.ts' does not exist. File '/tmp/project/node_modules/nodemailer.tsx' does not exist. File '/tmp/project/node_modules/nodemailer.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'lib/nodemailer.js' that references '/tmp/project/node_modules/nodemailer/lib/nodemailer.js'. File '/tmp/project/node_modules/nodemailer/lib/nodemailer.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/nodemailer/lib/nodemailer.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/nodemailer/lib/nodemailer.js', target file type 'TypeScript'. File '/tmp/project/node_modules/nodemailer/lib/nodemailer.js.ts' does not exist. File '/tmp/project/node_modules/nodemailer/lib/nodemailer.js.tsx' does not exist. File '/tmp/project/node_modules/nodemailer/lib/nodemailer.js.d.ts' does not exist. File name '/tmp/project/node_modules/nodemailer/lib/nodemailer.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/nodemailer/lib/nodemailer.ts' does not exist. File '/tmp/project/node_modules/nodemailer/lib/nodemailer.tsx' does not exist. File '/tmp/project/node_modules/nodemailer/lib/nodemailer.d.ts' does not exist. Directory '/tmp/project/node_modules/nodemailer/lib/nodemailer.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/nodemailer/index.ts' does not exist. File '/tmp/project/node_modules/nodemailer/index.tsx' does not exist. File '/tmp/project/node_modules/nodemailer/index.d.ts' does not exist. Found 'package.json' at '/tmp/project/node_modules/@types/nodemailer/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@types/nodemailer.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/nodemailer/index.d.ts'. File '/tmp/project/node_modules/@types/nodemailer/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/nodemailer/index.d.ts', result '/tmp/project/node_modules/@types/nodemailer/index.d.ts'. ======== Module name 'nodemailer' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/index.d.ts' with Package ID '@types/nodemailer/index.d.ts@6.4.4'. ======== ======== Resolving module 'nodemailer/lib/smtp-transport' from '/tmp/project/packages/mailer/dist/interfaces/mailer-options.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'nodemailer/lib/smtp-transport'. 'paths' option is specified, looking for a pattern to match module name 'nodemailer/lib/smtp-transport'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'nodemailer/lib/smtp-transport'. Resolving module name 'nodemailer/lib/smtp-transport' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/nodemailer/lib/smtp-transport'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/nodemailer/lib/smtp-transport', target file type 'TypeScript'. Loading module 'nodemailer/lib/smtp-transport' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/packages/mailer/dist/interfaces/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/packages/mailer/dist/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/smtp-transport/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/package.json' exists according to earlier cached lookups. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/smtp-transport.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/smtp-transport.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/smtp-transport.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'lib/nodemailer.js' that references '/tmp/project/packages/mailer/node_modules/nodemailer/lib/smtp-transport/lib/nodemailer.js'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/nodemailer/lib/smtp-transport/lib/nodemailer.js', target file type 'TypeScript'. File name '/tmp/project/packages/mailer/node_modules/nodemailer/lib/smtp-transport/lib/nodemailer.js' has a '.js' extension - stripping it. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/smtp-transport/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/smtp-transport/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/smtp-transport/index.d.ts' does not exist. Directory '/tmp/project/packages/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/nodemailer/lib/smtp-transport/package.json' does not exist. File '/tmp/project/node_modules/nodemailer/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/nodemailer/lib/smtp-transport.ts' does not exist. File '/tmp/project/node_modules/nodemailer/lib/smtp-transport.tsx' does not exist. File '/tmp/project/node_modules/nodemailer/lib/smtp-transport.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'lib/nodemailer.js' that references '/tmp/project/node_modules/nodemailer/lib/smtp-transport/lib/nodemailer.js'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/nodemailer/lib/smtp-transport/lib/nodemailer.js', target file type 'TypeScript'. File name '/tmp/project/node_modules/nodemailer/lib/smtp-transport/lib/nodemailer.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/nodemailer/lib/smtp-transport/index.ts' does not exist. File '/tmp/project/node_modules/nodemailer/lib/smtp-transport/index.tsx' does not exist. File '/tmp/project/node_modules/nodemailer/lib/smtp-transport/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-transport.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/nodemailer/lib/smtp-transport.d.ts', result '/tmp/project/node_modules/@types/nodemailer/lib/smtp-transport.d.ts'. ======== Module name 'nodemailer/lib/smtp-transport' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/smtp-transport.d.ts' with Package ID '@types/nodemailer/lib/smtp-transport.d.ts@6.4.4'. ======== ======== Resolving module 'nodemailer/lib/smtp-pool' from '/tmp/project/packages/mailer/dist/interfaces/mailer-options.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'nodemailer/lib/smtp-pool'. 'paths' option is specified, looking for a pattern to match module name 'nodemailer/lib/smtp-pool'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'nodemailer/lib/smtp-pool'. Resolving module name 'nodemailer/lib/smtp-pool' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/nodemailer/lib/smtp-pool'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/nodemailer/lib/smtp-pool', target file type 'TypeScript'. Loading module 'nodemailer/lib/smtp-pool' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/packages/mailer/dist/interfaces/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/packages/mailer/dist/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/smtp-pool/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/package.json' exists according to earlier cached lookups. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/smtp-pool.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/smtp-pool.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/smtp-pool.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'lib/nodemailer.js' that references '/tmp/project/packages/mailer/node_modules/nodemailer/lib/smtp-pool/lib/nodemailer.js'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/nodemailer/lib/smtp-pool/lib/nodemailer.js', target file type 'TypeScript'. File name '/tmp/project/packages/mailer/node_modules/nodemailer/lib/smtp-pool/lib/nodemailer.js' has a '.js' extension - stripping it. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/smtp-pool/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/smtp-pool/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/smtp-pool/index.d.ts' does not exist. Directory '/tmp/project/packages/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/nodemailer/lib/smtp-pool/package.json' does not exist. File '/tmp/project/node_modules/nodemailer/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/nodemailer/lib/smtp-pool.ts' does not exist. File '/tmp/project/node_modules/nodemailer/lib/smtp-pool.tsx' does not exist. File '/tmp/project/node_modules/nodemailer/lib/smtp-pool.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'lib/nodemailer.js' that references '/tmp/project/node_modules/nodemailer/lib/smtp-pool/lib/nodemailer.js'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/nodemailer/lib/smtp-pool/lib/nodemailer.js', target file type 'TypeScript'. File name '/tmp/project/node_modules/nodemailer/lib/smtp-pool/lib/nodemailer.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/nodemailer/lib/smtp-pool/index.ts' does not exist. File '/tmp/project/node_modules/nodemailer/lib/smtp-pool/index.tsx' does not exist. File '/tmp/project/node_modules/nodemailer/lib/smtp-pool/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-pool/package.json' does not exist. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-pool.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts'. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts', result '/tmp/project/node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts'. ======== Module name 'nodemailer/lib/smtp-pool' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts' with Package ID '@types/nodemailer/lib/smtp-pool/index.d.ts@6.4.4'. ======== ======== Resolving module 'nodemailer/lib/sendmail-transport' from '/tmp/project/packages/mailer/dist/interfaces/mailer-options.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'nodemailer/lib/sendmail-transport'. 'paths' option is specified, looking for a pattern to match module name 'nodemailer/lib/sendmail-transport'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'nodemailer/lib/sendmail-transport'. Resolving module name 'nodemailer/lib/sendmail-transport' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/nodemailer/lib/sendmail-transport'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/nodemailer/lib/sendmail-transport', target file type 'TypeScript'. Loading module 'nodemailer/lib/sendmail-transport' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/packages/mailer/dist/interfaces/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/packages/mailer/dist/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/sendmail-transport/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/package.json' exists according to earlier cached lookups. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/sendmail-transport.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/sendmail-transport.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/sendmail-transport.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'lib/nodemailer.js' that references '/tmp/project/packages/mailer/node_modules/nodemailer/lib/sendmail-transport/lib/nodemailer.js'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/nodemailer/lib/sendmail-transport/lib/nodemailer.js', target file type 'TypeScript'. File name '/tmp/project/packages/mailer/node_modules/nodemailer/lib/sendmail-transport/lib/nodemailer.js' has a '.js' extension - stripping it. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/sendmail-transport/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/sendmail-transport/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/sendmail-transport/index.d.ts' does not exist. Directory '/tmp/project/packages/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/nodemailer/lib/sendmail-transport/package.json' does not exist. File '/tmp/project/node_modules/nodemailer/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/nodemailer/lib/sendmail-transport.ts' does not exist. File '/tmp/project/node_modules/nodemailer/lib/sendmail-transport.tsx' does not exist. File '/tmp/project/node_modules/nodemailer/lib/sendmail-transport.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'lib/nodemailer.js' that references '/tmp/project/node_modules/nodemailer/lib/sendmail-transport/lib/nodemailer.js'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/nodemailer/lib/sendmail-transport/lib/nodemailer.js', target file type 'TypeScript'. File name '/tmp/project/node_modules/nodemailer/lib/sendmail-transport/lib/nodemailer.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/nodemailer/lib/sendmail-transport/index.ts' does not exist. File '/tmp/project/node_modules/nodemailer/lib/sendmail-transport/index.tsx' does not exist. File '/tmp/project/node_modules/nodemailer/lib/sendmail-transport/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/sendmail-transport/package.json' does not exist. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/nodemailer/lib/sendmail-transport.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/nodemailer/lib/sendmail-transport/index.d.ts'. File '/tmp/project/node_modules/@types/nodemailer/lib/sendmail-transport/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/nodemailer/lib/sendmail-transport/index.d.ts', result '/tmp/project/node_modules/@types/nodemailer/lib/sendmail-transport/index.d.ts'. ======== Module name 'nodemailer/lib/sendmail-transport' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/sendmail-transport/index.d.ts' with Package ID '@types/nodemailer/lib/sendmail-transport/index.d.ts@6.4.4'. ======== ======== Resolving module 'nodemailer/lib/stream-transport' from '/tmp/project/packages/mailer/dist/interfaces/mailer-options.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'nodemailer/lib/stream-transport'. 'paths' option is specified, looking for a pattern to match module name 'nodemailer/lib/stream-transport'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'nodemailer/lib/stream-transport'. Resolving module name 'nodemailer/lib/stream-transport' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/nodemailer/lib/stream-transport'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/nodemailer/lib/stream-transport', target file type 'TypeScript'. Loading module 'nodemailer/lib/stream-transport' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/packages/mailer/dist/interfaces/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/packages/mailer/dist/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/stream-transport/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/package.json' exists according to earlier cached lookups. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/stream-transport.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/stream-transport.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/stream-transport.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'lib/nodemailer.js' that references '/tmp/project/packages/mailer/node_modules/nodemailer/lib/stream-transport/lib/nodemailer.js'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/nodemailer/lib/stream-transport/lib/nodemailer.js', target file type 'TypeScript'. File name '/tmp/project/packages/mailer/node_modules/nodemailer/lib/stream-transport/lib/nodemailer.js' has a '.js' extension - stripping it. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/stream-transport/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/stream-transport/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/stream-transport/index.d.ts' does not exist. Directory '/tmp/project/packages/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/nodemailer/lib/stream-transport/package.json' does not exist. File '/tmp/project/node_modules/nodemailer/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/nodemailer/lib/stream-transport.ts' does not exist. File '/tmp/project/node_modules/nodemailer/lib/stream-transport.tsx' does not exist. File '/tmp/project/node_modules/nodemailer/lib/stream-transport.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'lib/nodemailer.js' that references '/tmp/project/node_modules/nodemailer/lib/stream-transport/lib/nodemailer.js'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/nodemailer/lib/stream-transport/lib/nodemailer.js', target file type 'TypeScript'. File name '/tmp/project/node_modules/nodemailer/lib/stream-transport/lib/nodemailer.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/nodemailer/lib/stream-transport/index.ts' does not exist. File '/tmp/project/node_modules/nodemailer/lib/stream-transport/index.tsx' does not exist. File '/tmp/project/node_modules/nodemailer/lib/stream-transport/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/nodemailer/lib/stream-transport.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/nodemailer/lib/stream-transport.d.ts', result '/tmp/project/node_modules/@types/nodemailer/lib/stream-transport.d.ts'. ======== Module name 'nodemailer/lib/stream-transport' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/stream-transport.d.ts' with Package ID '@types/nodemailer/lib/stream-transport.d.ts@6.4.4'. ======== ======== Resolving module 'nodemailer/lib/json-transport' from '/tmp/project/packages/mailer/dist/interfaces/mailer-options.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'nodemailer/lib/json-transport'. 'paths' option is specified, looking for a pattern to match module name 'nodemailer/lib/json-transport'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'nodemailer/lib/json-transport'. Resolving module name 'nodemailer/lib/json-transport' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/nodemailer/lib/json-transport'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/nodemailer/lib/json-transport', target file type 'TypeScript'. Loading module 'nodemailer/lib/json-transport' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/packages/mailer/dist/interfaces/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/packages/mailer/dist/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/json-transport/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/package.json' exists according to earlier cached lookups. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/json-transport.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/json-transport.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/json-transport.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'lib/nodemailer.js' that references '/tmp/project/packages/mailer/node_modules/nodemailer/lib/json-transport/lib/nodemailer.js'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/nodemailer/lib/json-transport/lib/nodemailer.js', target file type 'TypeScript'. File name '/tmp/project/packages/mailer/node_modules/nodemailer/lib/json-transport/lib/nodemailer.js' has a '.js' extension - stripping it. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/json-transport/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/json-transport/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/json-transport/index.d.ts' does not exist. Directory '/tmp/project/packages/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/nodemailer/lib/json-transport/package.json' does not exist. File '/tmp/project/node_modules/nodemailer/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/nodemailer/lib/json-transport.ts' does not exist. File '/tmp/project/node_modules/nodemailer/lib/json-transport.tsx' does not exist. File '/tmp/project/node_modules/nodemailer/lib/json-transport.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'lib/nodemailer.js' that references '/tmp/project/node_modules/nodemailer/lib/json-transport/lib/nodemailer.js'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/nodemailer/lib/json-transport/lib/nodemailer.js', target file type 'TypeScript'. File name '/tmp/project/node_modules/nodemailer/lib/json-transport/lib/nodemailer.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/nodemailer/lib/json-transport/index.ts' does not exist. File '/tmp/project/node_modules/nodemailer/lib/json-transport/index.tsx' does not exist. File '/tmp/project/node_modules/nodemailer/lib/json-transport/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/nodemailer/lib/json-transport.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/nodemailer/lib/json-transport.d.ts', result '/tmp/project/node_modules/@types/nodemailer/lib/json-transport.d.ts'. ======== Module name 'nodemailer/lib/json-transport' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/json-transport.d.ts' with Package ID '@types/nodemailer/lib/json-transport.d.ts@6.4.4'. ======== ======== Resolving module 'nodemailer/lib/ses-transport' from '/tmp/project/packages/mailer/dist/interfaces/mailer-options.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'nodemailer/lib/ses-transport'. 'paths' option is specified, looking for a pattern to match module name 'nodemailer/lib/ses-transport'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'nodemailer/lib/ses-transport'. Resolving module name 'nodemailer/lib/ses-transport' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/nodemailer/lib/ses-transport'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/nodemailer/lib/ses-transport', target file type 'TypeScript'. Loading module 'nodemailer/lib/ses-transport' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/packages/mailer/dist/interfaces/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/packages/mailer/dist/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/ses-transport/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/package.json' exists according to earlier cached lookups. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/ses-transport.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/ses-transport.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/ses-transport.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'lib/nodemailer.js' that references '/tmp/project/packages/mailer/node_modules/nodemailer/lib/ses-transport/lib/nodemailer.js'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/nodemailer/lib/ses-transport/lib/nodemailer.js', target file type 'TypeScript'. File name '/tmp/project/packages/mailer/node_modules/nodemailer/lib/ses-transport/lib/nodemailer.js' has a '.js' extension - stripping it. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/ses-transport/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/ses-transport/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/ses-transport/index.d.ts' does not exist. Directory '/tmp/project/packages/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/nodemailer/lib/ses-transport/package.json' does not exist. File '/tmp/project/node_modules/nodemailer/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/nodemailer/lib/ses-transport.ts' does not exist. File '/tmp/project/node_modules/nodemailer/lib/ses-transport.tsx' does not exist. File '/tmp/project/node_modules/nodemailer/lib/ses-transport.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'lib/nodemailer.js' that references '/tmp/project/node_modules/nodemailer/lib/ses-transport/lib/nodemailer.js'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/nodemailer/lib/ses-transport/lib/nodemailer.js', target file type 'TypeScript'. File name '/tmp/project/node_modules/nodemailer/lib/ses-transport/lib/nodemailer.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/nodemailer/lib/ses-transport/index.ts' does not exist. File '/tmp/project/node_modules/nodemailer/lib/ses-transport/index.tsx' does not exist. File '/tmp/project/node_modules/nodemailer/lib/ses-transport/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/nodemailer/lib/ses-transport.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/nodemailer/lib/ses-transport.d.ts', result '/tmp/project/node_modules/@types/nodemailer/lib/ses-transport.d.ts'. ======== Module name 'nodemailer/lib/ses-transport' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/ses-transport.d.ts' with Package ID '@types/nodemailer/lib/ses-transport.d.ts@6.4.4'. ======== ======== Resolving module './template-adapter.interface' from '/tmp/project/packages/mailer/dist/interfaces/mailer-options.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/dist/interfaces/template-adapter.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/dist/interfaces/template-adapter.interface.ts' does not exist. File '/tmp/project/packages/mailer/dist/interfaces/template-adapter.interface.tsx' does not exist. File '/tmp/project/packages/mailer/dist/interfaces/template-adapter.interface.d.ts' exist - use it as a name resolution result. ======== Module name './template-adapter.interface' was successfully resolved to '/tmp/project/packages/mailer/dist/interfaces/template-adapter.interface.d.ts'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/nodemailer/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module './lib/json-transport' from '/tmp/project/node_modules/@types/nodemailer/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/json-transport', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/json-transport.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/json-transport.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/json-transport.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. ======== Module name './lib/json-transport' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/json-transport.d.ts' with Package ID '@types/nodemailer/lib/json-transport.d.ts@6.4.4'. ======== ======== Resolving module './lib/mailer' from '/tmp/project/node_modules/@types/nodemailer/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/mailer', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer.d.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/package.json' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts' exist - use it as a name resolution result. ======== Module name './lib/mailer' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts'. ======== ======== Resolving module './lib/mailer/mail-message' from '/tmp/project/node_modules/@types/nodemailer/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. ======== Module name './lib/mailer/mail-message' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts' with Package ID '@types/nodemailer/lib/mailer/mail-message.d.ts@6.4.4'. ======== ======== Resolving module './lib/sendmail-transport' from '/tmp/project/node_modules/@types/nodemailer/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/sendmail-transport', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/sendmail-transport.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/sendmail-transport.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/sendmail-transport.d.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/sendmail-transport/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@types/nodemailer/lib/sendmail-transport/index.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/sendmail-transport/index.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/sendmail-transport/index.d.ts' exist - use it as a name resolution result. ======== Module name './lib/sendmail-transport' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/sendmail-transport/index.d.ts'. ======== ======== Resolving module './lib/ses-transport' from '/tmp/project/node_modules/@types/nodemailer/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/ses-transport', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/ses-transport.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/ses-transport.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/ses-transport.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. ======== Module name './lib/ses-transport' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/ses-transport.d.ts' with Package ID '@types/nodemailer/lib/ses-transport.d.ts@6.4.4'. ======== ======== Resolving module './lib/smtp-pool' from '/tmp/project/node_modules/@types/nodemailer/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/smtp-pool', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-pool.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-pool.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-pool.d.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-pool/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-pool/index.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-pool/index.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts' exist - use it as a name resolution result. ======== Module name './lib/smtp-pool' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts'. ======== ======== Resolving module './lib/smtp-transport' from '/tmp/project/node_modules/@types/nodemailer/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/smtp-transport', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-transport.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-transport.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-transport.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. ======== Module name './lib/smtp-transport' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/smtp-transport.d.ts' with Package ID '@types/nodemailer/lib/smtp-transport.d.ts@6.4.4'. ======== ======== Resolving module './lib/stream-transport' from '/tmp/project/node_modules/@types/nodemailer/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/stream-transport', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/stream-transport.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/stream-transport.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/stream-transport.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. ======== Module name './lib/stream-transport' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/stream-transport.d.ts' with Package ID '@types/nodemailer/lib/stream-transport.d.ts@6.4.4'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/nodemailer/lib/json-transport.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'events' from '/tmp/project/node_modules/@types/nodemailer/lib/json-transport.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'TypeScript'. File '/tmp/project/apps/api/events.ts' does not exist. File '/tmp/project/apps/api/events.tsx' does not exist. File '/tmp/project/apps/api/events.d.ts' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/nodemailer/lib/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/nodemailer/node_modules' does not exist, skipping all lookups in it. Resolution for module 'events' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'events' was successfully resolved to '/tmp/project/node_modules/events/events.js' with Package ID 'events/events.js@3.3.0'. ======== ======== Resolving module '..' from '/tmp/project/node_modules/@types/nodemailer/lib/json-transport.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/nodemailer/index.d.ts'. File '/tmp/project/node_modules/@types/nodemailer/index.d.ts' exist - use it as a name resolution result. ======== Module name '..' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/index.d.ts' with Package ID '@types/nodemailer/ndex.d.ts@6.4.4'. ======== ======== Resolving module './shared' from '/tmp/project/node_modules/@types/nodemailer/lib/json-transport.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/shared', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/shared.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/shared.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/shared.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. ======== Module name './shared' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/shared.d.ts' with Package ID '@types/nodemailer/lib/shared.d.ts@6.4.4'. ======== ======== Resolving module './mailer' from '/tmp/project/node_modules/@types/nodemailer/lib/json-transport.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/mailer', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer.d.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts' exist - use it as a name resolution result. ======== Module name './mailer' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts'. ======== ======== Resolving module './mailer/mail-message' from '/tmp/project/node_modules/@types/nodemailer/lib/json-transport.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. ======== Module name './mailer/mail-message' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts' with Package ID '@types/nodemailer/lib/mailer/mail-message.d.ts@6.4.4'. ======== ======== Resolving module './mime-node' from '/tmp/project/node_modules/@types/nodemailer/lib/json-transport.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/mime-node', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node.d.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/package.json' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/index.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/index.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/index.d.ts' exist - use it as a name resolution result. ======== Module name './mime-node' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/index.d.ts'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/nodemailer/lib/shared.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module './smtp-connection' from '/tmp/project/node_modules/@types/nodemailer/lib/shared.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection.d.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/package.json' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/index.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/index.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts' exist - use it as a name resolution result. ======== Module name './smtp-connection' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts'. ======== ======== Resolving module 'stream' from '/tmp/project/node_modules/@types/nodemailer/lib/shared.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. 'paths' option is specified, looking for a pattern to match module name 'stream'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. Resolving module name 'stream' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/stream'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/stream', target file type 'TypeScript'. File '/tmp/project/apps/api/stream.ts' does not exist. File '/tmp/project/apps/api/stream.tsx' does not exist. File '/tmp/project/apps/api/stream.d.ts' does not exist. Directory '/tmp/project/apps/api/stream' does not exist, skipping all lookups in it. Loading module 'stream' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/nodemailer/lib/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/nodemailer/node_modules' does not exist, skipping all lookups in it. Resolution for module 'stream' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'stream' was not resolved. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'events' from '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'TypeScript'. File '/tmp/project/apps/api/events.ts' does not exist. File '/tmp/project/apps/api/events.tsx' does not exist. File '/tmp/project/apps/api/events.d.ts' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/node_modules' does not exist, skipping all lookups in it. Resolution for module 'events' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name 'events' was successfully resolved to '/tmp/project/node_modules/events/events.js' with Package ID 'events/events.js@3.3.0'. ======== ======== Resolving module 'net' from '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'net'. 'paths' option is specified, looking for a pattern to match module name 'net'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'net'. Resolving module name 'net' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/net'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/net', target file type 'TypeScript'. File '/tmp/project/apps/api/net.ts' does not exist. File '/tmp/project/apps/api/net.tsx' does not exist. File '/tmp/project/apps/api/net.d.ts' does not exist. Directory '/tmp/project/apps/api/net' does not exist, skipping all lookups in it. Loading module 'net' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/nodemailer/lib/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/nodemailer/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Resolution for module 'net' was found in cache from location '/tmp/project'. ======== Module name 'net' was not resolved. ======== ======== Resolving module 'stream' from '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. 'paths' option is specified, looking for a pattern to match module name 'stream'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. Resolving module name 'stream' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/stream'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/stream', target file type 'TypeScript'. File '/tmp/project/apps/api/stream.ts' does not exist. File '/tmp/project/apps/api/stream.tsx' does not exist. File '/tmp/project/apps/api/stream.d.ts' does not exist. Directory '/tmp/project/apps/api/stream' does not exist, skipping all lookups in it. Loading module 'stream' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/node_modules' does not exist, skipping all lookups in it. Resolution for module 'stream' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name 'stream' was not resolved. ======== ======== Resolving module 'tls' from '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'tls'. 'paths' option is specified, looking for a pattern to match module name 'tls'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'tls'. Resolving module name 'tls' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/tls'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/tls', target file type 'TypeScript'. File '/tmp/project/apps/api/tls.ts' does not exist. File '/tmp/project/apps/api/tls.tsx' does not exist. File '/tmp/project/apps/api/tls.d.ts' does not exist. Directory '/tmp/project/apps/api/tls' does not exist, skipping all lookups in it. Loading module 'tls' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/nodemailer/lib/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/nodemailer/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Resolution for module 'tls' was found in cache from location '/tmp/project'. ======== Module name 'tls' was not resolved. ======== ======== Resolving module '../shared' from '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/shared', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/shared.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/shared.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/shared.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. ======== Module name '../shared' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/shared.d.ts' with Package ID '@types/nodemailer/lib/shared.d.ts@6.4.4'. ======== ======== Resolving module '../mime-node' from '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/mime-node', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node.d.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/index.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/index.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/index.d.ts' exist - use it as a name resolution result. ======== Module name '../mime-node' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/index.d.ts'. ======== ======== Resolving module '../xoauth2' from '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/xoauth2', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/xoauth2.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/xoauth2.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/xoauth2.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. ======== Module name '../xoauth2' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/xoauth2.d.ts' with Package ID '@types/nodemailer/lib/xoauth2.d.ts@6.4.4'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'stream' from '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. 'paths' option is specified, looking for a pattern to match module name 'stream'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. Resolving module name 'stream' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/stream'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/stream', target file type 'TypeScript'. File '/tmp/project/apps/api/stream.ts' does not exist. File '/tmp/project/apps/api/stream.tsx' does not exist. File '/tmp/project/apps/api/stream.d.ts' does not exist. Directory '/tmp/project/apps/api/stream' does not exist, skipping all lookups in it. Loading module 'stream' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/node_modules' does not exist, skipping all lookups in it. Resolution for module 'stream' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name 'stream' was not resolved. ======== ======== Resolving module '../mailer' from '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/mailer', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer.d.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts' exist - use it as a name resolution result. ======== Module name '../mailer' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts'. ======== ======== Resolving module '../smtp-connection' from '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection.d.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/index.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/index.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts' exist - use it as a name resolution result. ======== Module name '../smtp-connection' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'events' from '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'TypeScript'. File '/tmp/project/apps/api/events.ts' does not exist. File '/tmp/project/apps/api/events.tsx' does not exist. File '/tmp/project/apps/api/events.d.ts' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/nodemailer/lib/mailer/node_modules' does not exist, skipping all lookups in it. Resolution for module 'events' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name 'events' was successfully resolved to '/tmp/project/node_modules/events/events.js' with Package ID 'events/events.js@3.3.0'. ======== ======== Resolving module 'net' from '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'net'. 'paths' option is specified, looking for a pattern to match module name 'net'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'net'. Resolving module name 'net' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/net'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/net', target file type 'TypeScript'. File '/tmp/project/apps/api/net.ts' does not exist. File '/tmp/project/apps/api/net.tsx' does not exist. File '/tmp/project/apps/api/net.d.ts' does not exist. Directory '/tmp/project/apps/api/net' does not exist, skipping all lookups in it. Loading module 'net' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/nodemailer/lib/mailer/node_modules' does not exist, skipping all lookups in it. Resolution for module 'net' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name 'net' was not resolved. ======== ======== Resolving module 'stream' from '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. 'paths' option is specified, looking for a pattern to match module name 'stream'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. Resolving module name 'stream' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/stream'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/stream', target file type 'TypeScript'. File '/tmp/project/apps/api/stream.ts' does not exist. File '/tmp/project/apps/api/stream.tsx' does not exist. File '/tmp/project/apps/api/stream.d.ts' does not exist. Directory '/tmp/project/apps/api/stream' does not exist, skipping all lookups in it. Loading module 'stream' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/nodemailer/lib/mailer/node_modules' does not exist, skipping all lookups in it. Resolution for module 'stream' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name 'stream' was not resolved. ======== ======== Resolving module 'url' from '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'url'. 'paths' option is specified, looking for a pattern to match module name 'url'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'url'. Resolving module name 'url' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/url'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/url', target file type 'TypeScript'. File '/tmp/project/apps/api/url.ts' does not exist. File '/tmp/project/apps/api/url.tsx' does not exist. File '/tmp/project/apps/api/url.d.ts' does not exist. Directory '/tmp/project/apps/api/url' does not exist, skipping all lookups in it. Loading module 'url' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/nodemailer/lib/mailer/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/nodemailer/lib/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/nodemailer/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/url.ts' does not exist. File '/tmp/project/node_modules/url.tsx' does not exist. File '/tmp/project/node_modules/url.d.ts' does not exist. File '/tmp/project/node_modules/@types/url.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'url'. 'paths' option is specified, looking for a pattern to match module name 'url'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'url'. Resolving module name 'url' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/url'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/url', target file type 'JavaScript'. File '/tmp/project/apps/api/url.js' does not exist. File '/tmp/project/apps/api/url.jsx' does not exist. Directory '/tmp/project/apps/api/url' does not exist, skipping all lookups in it. Loading module 'url' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/nodemailer/lib/mailer/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/nodemailer/lib/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/nodemailer/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/url.js' does not exist. File '/tmp/project/node_modules/url.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'url'. 'paths' option is specified, looking for a pattern to match module name 'url'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'url'. Resolving module name 'url' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/url'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/url', target file type 'Json'. Directory '/tmp/project/apps/api/url' does not exist, skipping all lookups in it. Loading module 'url' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/nodemailer/lib/mailer/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/nodemailer/lib/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/nodemailer/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'url' was not resolved. ======== ======== Resolving module '../..' from '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/nodemailer/index.d.ts'. File '/tmp/project/node_modules/@types/nodemailer/index.d.ts' exist - use it as a name resolution result. ======== Module name '../..' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/index.d.ts' with Package ID '@types/nodemailer/ndex.d.ts@6.4.4'. ======== ======== Resolving module '../shared' from '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/shared', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/shared.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/shared.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/shared.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. ======== Module name '../shared' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/shared.d.ts' with Package ID '@types/nodemailer/lib/shared.d.ts@6.4.4'. ======== ======== Resolving module '../dkim' from '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/dkim', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/dkim.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/dkim.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/dkim.d.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/dkim/package.json' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/dkim/index.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/dkim/index.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/dkim/index.d.ts' exist - use it as a name resolution result. ======== Module name '../dkim' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/dkim/index.d.ts'. ======== ======== Resolving module './mail-message' from '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. ======== Module name './mail-message' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts' with Package ID '@types/nodemailer/lib/mailer/mail-message.d.ts@6.4.4'. ======== ======== Resolving module '../mime-node' from '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/mime-node', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node.d.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/index.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/index.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/index.d.ts' exist - use it as a name resolution result. ======== Module name '../mime-node' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/index.d.ts'. ======== ======== Resolving module '../smtp-connection' from '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection.d.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/index.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/index.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts' exist - use it as a name resolution result. ======== Module name '../smtp-connection' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts'. ======== ======== Resolving module '../xoauth2' from '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/xoauth2', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/xoauth2.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/xoauth2.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/xoauth2.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. ======== Module name '../xoauth2' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/xoauth2.d.ts' with Package ID '@types/nodemailer/lib/xoauth2.d.ts@6.4.4'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/nodemailer/lib/dkim/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'stream' from '/tmp/project/node_modules/@types/nodemailer/lib/dkim/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. 'paths' option is specified, looking for a pattern to match module name 'stream'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. Resolving module name 'stream' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/stream'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/stream', target file type 'TypeScript'. File '/tmp/project/apps/api/stream.ts' does not exist. File '/tmp/project/apps/api/stream.tsx' does not exist. File '/tmp/project/apps/api/stream.d.ts' does not exist. Directory '/tmp/project/apps/api/stream' does not exist, skipping all lookups in it. Loading module 'stream' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/nodemailer/lib/dkim/node_modules' does not exist, skipping all lookups in it. Resolution for module 'stream' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name 'stream' was not resolved. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib/mailer'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'stream' from '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts'. ======== Resolution for module 'stream' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib/mailer'. ======== Module name 'stream' was not resolved. ======== ======== Resolving module '.' from '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/mailer/', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts' exist - use it as a name resolution result. ======== Module name '.' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts'. ======== ======== Resolving module '../mime-node' from '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts'. ======== Resolution for module '../mime-node' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib/mailer'. ======== Module name '../mime-node' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/index.d.ts'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/nodemailer/lib/xoauth2.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/@types/nodemailer/lib/xoauth2.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/nodemailer/lib/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/nodemailer/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'http' was not resolved. ======== ======== Resolving module 'stream' from '/tmp/project/node_modules/@types/nodemailer/lib/xoauth2.d.ts'. ======== Resolution for module 'stream' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name 'stream' was not resolved. ======== ======== Resolving module './shared' from '/tmp/project/node_modules/@types/nodemailer/lib/xoauth2.d.ts'. ======== Resolution for module './shared' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name './shared' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/shared.d.ts' with Package ID '@types/nodemailer/lib/shared.d.ts@6.4.4'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/nodemailer/lib/sendmail-transport/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module '../..' from '/tmp/project/node_modules/@types/nodemailer/lib/sendmail-transport/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/nodemailer/index.d.ts'. File '/tmp/project/node_modules/@types/nodemailer/index.d.ts' exist - use it as a name resolution result. ======== Module name '../..' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/index.d.ts' with Package ID '@types/nodemailer/ndex.d.ts@6.4.4'. ======== ======== Resolving module '../shared' from '/tmp/project/node_modules/@types/nodemailer/lib/sendmail-transport/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/shared', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/shared.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/shared.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/shared.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. ======== Module name '../shared' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/shared.d.ts' with Package ID '@types/nodemailer/lib/shared.d.ts@6.4.4'. ======== ======== Resolving module '../mailer' from '/tmp/project/node_modules/@types/nodemailer/lib/sendmail-transport/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/mailer', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer.d.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts' exist - use it as a name resolution result. ======== Module name '../mailer' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts'. ======== ======== Resolving module '../mailer/mail-message' from '/tmp/project/node_modules/@types/nodemailer/lib/sendmail-transport/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. ======== Module name '../mailer/mail-message' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts' with Package ID '@types/nodemailer/lib/mailer/mail-message.d.ts@6.4.4'. ======== ======== Resolving module '../mime-node' from '/tmp/project/node_modules/@types/nodemailer/lib/sendmail-transport/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/mime-node', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node.d.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/index.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/index.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/index.d.ts' exist - use it as a name resolution result. ======== Module name '../mime-node' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/index.d.ts'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/nodemailer/lib/ses-transport.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'events' from '/tmp/project/node_modules/@types/nodemailer/lib/ses-transport.d.ts'. ======== Resolution for module 'events' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name 'events' was successfully resolved to '/tmp/project/node_modules/events/events.js' with Package ID 'events/events.js@3.3.0'. ======== ======== Resolving module '..' from '/tmp/project/node_modules/@types/nodemailer/lib/ses-transport.d.ts'. ======== Resolution for module '..' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name '..' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/index.d.ts' with Package ID '@types/nodemailer/ndex.d.ts@6.4.4'. ======== ======== Resolving module './shared' from '/tmp/project/node_modules/@types/nodemailer/lib/ses-transport.d.ts'. ======== Resolution for module './shared' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name './shared' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/shared.d.ts' with Package ID '@types/nodemailer/lib/shared.d.ts@6.4.4'. ======== ======== Resolving module './mailer' from '/tmp/project/node_modules/@types/nodemailer/lib/ses-transport.d.ts'. ======== Resolution for module './mailer' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name './mailer' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts'. ======== ======== Resolving module './mailer/mail-message' from '/tmp/project/node_modules/@types/nodemailer/lib/ses-transport.d.ts'. ======== Resolution for module './mailer/mail-message' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name './mailer/mail-message' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts' with Package ID '@types/nodemailer/lib/mailer/mail-message.d.ts@6.4.4'. ======== ======== Resolving module './mime-node' from '/tmp/project/node_modules/@types/nodemailer/lib/ses-transport.d.ts'. ======== Resolution for module './mime-node' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name './mime-node' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/index.d.ts'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'events' from '/tmp/project/node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'TypeScript'. File '/tmp/project/apps/api/events.ts' does not exist. File '/tmp/project/apps/api/events.tsx' does not exist. File '/tmp/project/apps/api/events.d.ts' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/nodemailer/lib/smtp-pool/node_modules' does not exist, skipping all lookups in it. Resolution for module 'events' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name 'events' was successfully resolved to '/tmp/project/node_modules/events/events.js' with Package ID 'events/events.js@3.3.0'. ======== ======== Resolving module '../..' from '/tmp/project/node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/nodemailer/index.d.ts'. File '/tmp/project/node_modules/@types/nodemailer/index.d.ts' exist - use it as a name resolution result. ======== Module name '../..' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/index.d.ts' with Package ID '@types/nodemailer/ndex.d.ts@6.4.4'. ======== ======== Resolving module '../shared' from '/tmp/project/node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/shared', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/shared.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/shared.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/shared.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. ======== Module name '../shared' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/shared.d.ts' with Package ID '@types/nodemailer/lib/shared.d.ts@6.4.4'. ======== ======== Resolving module '../mailer' from '/tmp/project/node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/mailer', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer.d.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts' exist - use it as a name resolution result. ======== Module name '../mailer' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts'. ======== ======== Resolving module '../mailer/mail-message' from '/tmp/project/node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. ======== Module name '../mailer/mail-message' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts' with Package ID '@types/nodemailer/lib/mailer/mail-message.d.ts@6.4.4'. ======== ======== Resolving module '../mime-node' from '/tmp/project/node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/mime-node', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node.d.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/index.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/index.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/index.d.ts' exist - use it as a name resolution result. ======== Module name '../mime-node' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/index.d.ts'. ======== ======== Resolving module '../smtp-connection' from '/tmp/project/node_modules/@types/nodemailer/lib/smtp-pool/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection.d.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/index.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/index.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts' exist - use it as a name resolution result. ======== Module name '../smtp-connection' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/nodemailer/lib/smtp-transport.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'events' from '/tmp/project/node_modules/@types/nodemailer/lib/smtp-transport.d.ts'. ======== Resolution for module 'events' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name 'events' was successfully resolved to '/tmp/project/node_modules/events/events.js' with Package ID 'events/events.js@3.3.0'. ======== ======== Resolving module 'stream' from '/tmp/project/node_modules/@types/nodemailer/lib/smtp-transport.d.ts'. ======== Resolution for module 'stream' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name 'stream' was not resolved. ======== ======== Resolving module '..' from '/tmp/project/node_modules/@types/nodemailer/lib/smtp-transport.d.ts'. ======== Resolution for module '..' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name '..' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/index.d.ts' with Package ID '@types/nodemailer/ndex.d.ts@6.4.4'. ======== ======== Resolving module './shared' from '/tmp/project/node_modules/@types/nodemailer/lib/smtp-transport.d.ts'. ======== Resolution for module './shared' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name './shared' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/shared.d.ts' with Package ID '@types/nodemailer/lib/shared.d.ts@6.4.4'. ======== ======== Resolving module './mailer' from '/tmp/project/node_modules/@types/nodemailer/lib/smtp-transport.d.ts'. ======== Resolution for module './mailer' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name './mailer' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts'. ======== ======== Resolving module './mailer/mail-message' from '/tmp/project/node_modules/@types/nodemailer/lib/smtp-transport.d.ts'. ======== Resolution for module './mailer/mail-message' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name './mailer/mail-message' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts' with Package ID '@types/nodemailer/lib/mailer/mail-message.d.ts@6.4.4'. ======== ======== Resolving module './mime-node' from '/tmp/project/node_modules/@types/nodemailer/lib/smtp-transport.d.ts'. ======== Resolution for module './mime-node' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name './mime-node' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/index.d.ts'. ======== ======== Resolving module './smtp-connection' from '/tmp/project/node_modules/@types/nodemailer/lib/smtp-transport.d.ts'. ======== Resolution for module './smtp-connection' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name './smtp-connection' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/smtp-connection/index.d.ts'. ======== ======== Resolving module './xoauth2' from '/tmp/project/node_modules/@types/nodemailer/lib/smtp-transport.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/nodemailer/lib/xoauth2', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/nodemailer/lib/xoauth2.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/xoauth2.tsx' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/xoauth2.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. ======== Module name './xoauth2' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/xoauth2.d.ts' with Package ID '@types/nodemailer/lib/xoauth2.d.ts@6.4.4'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/nodemailer/lib/stream-transport.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'events' from '/tmp/project/node_modules/@types/nodemailer/lib/stream-transport.d.ts'. ======== Resolution for module 'events' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name 'events' was successfully resolved to '/tmp/project/node_modules/events/events.js' with Package ID 'events/events.js@3.3.0'. ======== ======== Resolving module 'stream' from '/tmp/project/node_modules/@types/nodemailer/lib/stream-transport.d.ts'. ======== Resolution for module 'stream' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name 'stream' was not resolved. ======== ======== Resolving module '..' from '/tmp/project/node_modules/@types/nodemailer/lib/stream-transport.d.ts'. ======== Resolution for module '..' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name '..' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/index.d.ts' with Package ID '@types/nodemailer/ndex.d.ts@6.4.4'. ======== ======== Resolving module './shared' from '/tmp/project/node_modules/@types/nodemailer/lib/stream-transport.d.ts'. ======== Resolution for module './shared' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name './shared' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/shared.d.ts' with Package ID '@types/nodemailer/lib/shared.d.ts@6.4.4'. ======== ======== Resolving module './mailer' from '/tmp/project/node_modules/@types/nodemailer/lib/stream-transport.d.ts'. ======== Resolution for module './mailer' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name './mailer' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts'. ======== ======== Resolving module './mailer/mail-message' from '/tmp/project/node_modules/@types/nodemailer/lib/stream-transport.d.ts'. ======== Resolution for module './mailer/mail-message' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name './mailer/mail-message' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/mailer/mail-message.d.ts' with Package ID '@types/nodemailer/lib/mailer/mail-message.d.ts@6.4.4'. ======== ======== Resolving module './mime-node' from '/tmp/project/node_modules/@types/nodemailer/lib/stream-transport.d.ts'. ======== Resolution for module './mime-node' was found in cache from location '/tmp/project/node_modules/@types/nodemailer/lib'. ======== Module name './mime-node' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/mime-node/index.d.ts'. ======== ======== Resolving module './mailer-options.interface' from '/tmp/project/packages/mailer/dist/interfaces/template-adapter.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/dist/interfaces/mailer-options.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/dist/interfaces/mailer-options.interface.ts' does not exist. File '/tmp/project/packages/mailer/dist/interfaces/mailer-options.interface.tsx' does not exist. File '/tmp/project/packages/mailer/dist/interfaces/mailer-options.interface.d.ts' exist - use it as a name resolution result. ======== Module name './mailer-options.interface' was successfully resolved to '/tmp/project/packages/mailer/dist/interfaces/mailer-options.interface.d.ts'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/packages/mailer/dist/interfaces/mailer-async-options.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces'. Resolving module name '@nestjs/common/interfaces' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/packages/mailer/dist/interfaces/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces' Directory '/tmp/project/packages/mailer/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces' File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/package.json' does not exist according to earlier cached lookups. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' does not have a 'main' field. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts', result '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/packages/mailer/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@8.2.4'. ======== ======== Resolving module './mailer-options.interface' from '/tmp/project/packages/mailer/dist/interfaces/mailer-async-options.interface.d.ts'. ======== Resolution for module './mailer-options.interface' was found in cache from location '/tmp/project/packages/mailer/dist/interfaces'. ======== Module name './mailer-options.interface' was successfully resolved to '/tmp/project/packages/mailer/dist/interfaces/mailer-options.interface.d.ts'. ======== ======== Resolving module './mailer-options-factory.interface' from '/tmp/project/packages/mailer/dist/interfaces/mailer-async-options.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/dist/interfaces/mailer-options-factory.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/dist/interfaces/mailer-options-factory.interface.ts' does not exist. File '/tmp/project/packages/mailer/dist/interfaces/mailer-options-factory.interface.tsx' does not exist. File '/tmp/project/packages/mailer/dist/interfaces/mailer-options-factory.interface.d.ts' exist - use it as a name resolution result. ======== Module name './mailer-options-factory.interface' was successfully resolved to '/tmp/project/packages/mailer/dist/interfaces/mailer-options-factory.interface.d.ts'. ======== ======== Resolving module './mailer-options.interface' from '/tmp/project/packages/mailer/dist/interfaces/mailer-options-factory.interface.d.ts'. ======== Resolution for module './mailer-options.interface' was found in cache from location '/tmp/project/packages/mailer/dist/interfaces'. ======== Module name './mailer-options.interface' was successfully resolved to '/tmp/project/packages/mailer/dist/interfaces/mailer-options.interface.d.ts'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/packages/mailer/dist/interfaces/send-mail-options.interface.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'nodemailer' from '/tmp/project/packages/mailer/dist/interfaces/send-mail-options.interface.d.ts'. ======== Resolution for module 'nodemailer' was found in cache from location '/tmp/project/packages/mailer/dist/interfaces'. ======== Module name 'nodemailer' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/index.d.ts' with Package ID '@types/nodemailer/index.d.ts@6.4.4'. ======== ======== Resolving module 'nodemailer/lib/dkim' from '/tmp/project/packages/mailer/dist/interfaces/send-mail-options.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'nodemailer/lib/dkim'. 'paths' option is specified, looking for a pattern to match module name 'nodemailer/lib/dkim'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'nodemailer/lib/dkim'. Resolving module name 'nodemailer/lib/dkim' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/nodemailer/lib/dkim'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/nodemailer/lib/dkim', target file type 'TypeScript'. Loading module 'nodemailer/lib/dkim' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/packages/mailer/dist/interfaces/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/packages/mailer/dist/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/dkim/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/package.json' exists according to earlier cached lookups. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/dkim.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/dkim.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/dkim.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'lib/nodemailer.js' that references '/tmp/project/packages/mailer/node_modules/nodemailer/lib/dkim/lib/nodemailer.js'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/nodemailer/lib/dkim/lib/nodemailer.js', target file type 'TypeScript'. File name '/tmp/project/packages/mailer/node_modules/nodemailer/lib/dkim/lib/nodemailer.js' has a '.js' extension - stripping it. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/dkim/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/dkim/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/dkim/index.d.ts' does not exist. Directory '/tmp/project/packages/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/nodemailer/lib/dkim/package.json' does not exist. File '/tmp/project/node_modules/nodemailer/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/nodemailer/lib/dkim.ts' does not exist. File '/tmp/project/node_modules/nodemailer/lib/dkim.tsx' does not exist. File '/tmp/project/node_modules/nodemailer/lib/dkim.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'lib/nodemailer.js' that references '/tmp/project/node_modules/nodemailer/lib/dkim/lib/nodemailer.js'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/nodemailer/lib/dkim/lib/nodemailer.js', target file type 'TypeScript'. File name '/tmp/project/node_modules/nodemailer/lib/dkim/lib/nodemailer.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/nodemailer/lib/dkim/index.ts' does not exist. File '/tmp/project/node_modules/nodemailer/lib/dkim/index.tsx' does not exist. File '/tmp/project/node_modules/nodemailer/lib/dkim/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/dkim/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/nodemailer/lib/dkim.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/nodemailer/lib/dkim/index.d.ts'. File '/tmp/project/node_modules/@types/nodemailer/lib/dkim/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/nodemailer/lib/dkim/index.d.ts', result '/tmp/project/node_modules/@types/nodemailer/lib/dkim/index.d.ts'. ======== Module name 'nodemailer/lib/dkim' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/dkim/index.d.ts' with Package ID '@types/nodemailer/lib/dkim/index.d.ts@6.4.4'. ======== ======== Resolving module 'nodemailer/lib/mailer' from '/tmp/project/packages/mailer/dist/interfaces/send-mail-options.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'nodemailer/lib/mailer'. 'paths' option is specified, looking for a pattern to match module name 'nodemailer/lib/mailer'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'nodemailer/lib/mailer'. Resolving module name 'nodemailer/lib/mailer' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/nodemailer/lib/mailer'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/nodemailer/lib/mailer', target file type 'TypeScript'. Loading module 'nodemailer/lib/mailer' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/packages/mailer/dist/interfaces/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/packages/mailer/dist/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/mailer/package.json' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/package.json' exists according to earlier cached lookups. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/mailer.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/mailer.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/mailer.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'lib/nodemailer.js' that references '/tmp/project/packages/mailer/node_modules/nodemailer/lib/mailer/lib/nodemailer.js'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/node_modules/nodemailer/lib/mailer/lib/nodemailer.js', target file type 'TypeScript'. File name '/tmp/project/packages/mailer/node_modules/nodemailer/lib/mailer/lib/nodemailer.js' has a '.js' extension - stripping it. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/mailer/index.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/mailer/index.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/nodemailer/lib/mailer/index.d.ts' does not exist. Directory '/tmp/project/packages/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/nodemailer/lib/mailer/package.json' does not exist. File '/tmp/project/node_modules/nodemailer/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/nodemailer/lib/mailer.ts' does not exist. File '/tmp/project/node_modules/nodemailer/lib/mailer.tsx' does not exist. File '/tmp/project/node_modules/nodemailer/lib/mailer.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'lib/nodemailer.js' that references '/tmp/project/node_modules/nodemailer/lib/mailer/lib/nodemailer.js'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/nodemailer/lib/mailer/lib/nodemailer.js', target file type 'TypeScript'. File name '/tmp/project/node_modules/nodemailer/lib/mailer/lib/nodemailer.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/nodemailer/lib/mailer/index.ts' does not exist. File '/tmp/project/node_modules/nodemailer/lib/mailer/index.tsx' does not exist. File '/tmp/project/node_modules/nodemailer/lib/mailer/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts'. File '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts', result '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts'. ======== Module name 'nodemailer/lib/mailer' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts' with Package ID '@types/nodemailer/lib/mailer/index.d.ts@6.4.4'. ======== ======== Resolving module 'nodemailer/lib/mailer' from '/tmp/project/packages/mailer/dist/interfaces/mailer-transport-factory.interface.d.ts'. ======== Resolution for module 'nodemailer/lib/mailer' was found in cache from location '/tmp/project/packages/mailer/dist/interfaces'. ======== Module name 'nodemailer/lib/mailer' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/lib/mailer/index.d.ts' with Package ID '@types/nodemailer/lib/mailer/index.d.ts@6.4.4'. ======== ======== Resolving module './mailer-options.interface' from '/tmp/project/packages/mailer/dist/interfaces/mailer-transport-factory.interface.d.ts'. ======== Resolution for module './mailer-options.interface' was found in cache from location '/tmp/project/packages/mailer/dist/interfaces'. ======== Module name './mailer-options.interface' was successfully resolved to '/tmp/project/packages/mailer/dist/interfaces/mailer-options.interface.d.ts'. ======== ======== Resolving module 'nodemailer' from '/tmp/project/packages/mailer/dist/mailer.service.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'nodemailer'. 'paths' option is specified, looking for a pattern to match module name 'nodemailer'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'nodemailer'. Resolving module name 'nodemailer' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/nodemailer'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/nodemailer', target file type 'TypeScript'. File '/tmp/project/apps/api/nodemailer.ts' does not exist. File '/tmp/project/apps/api/nodemailer.tsx' does not exist. File '/tmp/project/apps/api/nodemailer.d.ts' does not exist. Directory '/tmp/project/apps/api/nodemailer' does not exist, skipping all lookups in it. Loading module 'nodemailer' from 'node_modules' folder, target file type 'TypeScript'. Resolution for module 'nodemailer' was found in cache from location '/tmp/project/packages/mailer/dist'. ======== Module name 'nodemailer' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/index.d.ts' with Package ID '@types/nodemailer/index.d.ts@6.4.4'. ======== ======== Resolving module './interfaces/mailer-options.interface' from '/tmp/project/packages/mailer/dist/mailer.service.d.ts'. ======== Resolution for module './interfaces/mailer-options.interface' was found in cache from location '/tmp/project/packages/mailer/dist'. ======== Module name './interfaces/mailer-options.interface' was successfully resolved to '/tmp/project/packages/mailer/dist/interfaces/mailer-options.interface.d.ts'. ======== ======== Resolving module './interfaces/send-mail-options.interface' from '/tmp/project/packages/mailer/dist/mailer.service.d.ts'. ======== Resolution for module './interfaces/send-mail-options.interface' was found in cache from location '/tmp/project/packages/mailer/dist'. ======== Module name './interfaces/send-mail-options.interface' was successfully resolved to '/tmp/project/packages/mailer/dist/interfaces/send-mail-options.interface.d.ts'. ======== ======== Resolving module './interfaces/mailer-transport-factory.interface' from '/tmp/project/packages/mailer/dist/mailer.service.d.ts'. ======== Resolution for module './interfaces/mailer-transport-factory.interface' was found in cache from location '/tmp/project/packages/mailer/dist'. ======== Module name './interfaces/mailer-transport-factory.interface' was successfully resolved to '/tmp/project/packages/mailer/dist/interfaces/mailer-transport-factory.interface.d.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/auth/admin.guard.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/auth'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/apps/api/src/auth/admin.guard.ts'. ======== Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/apps/api/src/auth'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/auth/local-auth.guard.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/auth'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/apps/api/src/auth/local-auth.guard.ts'. ======== Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/apps/api/src/auth'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'types' from '/tmp/project/apps/api/apps/api/src/auth/local-auth.guard.ts'. ======== Resolution for module 'types' was found in cache from location '/tmp/project/apps/api/apps/api/src/auth'. ======== Module name 'types' was successfully resolved to '/tmp/project/packages/types/dist/index.d.ts' with Package ID 'types/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '../config/include.defaults' from '/tmp/project/apps/api/apps/api/src/auth/local-auth.guard.ts'. ======== Resolution for module '../config/include.defaults' was found in cache from location '/tmp/project/apps/api/apps/api/src/auth'. ======== Module name '../config/include.defaults' was successfully resolved to '/tmp/project/apps/api/apps/api/src/config/include.defaults.ts'. ======== ======== Resolving module './auth.service' from '/tmp/project/apps/api/apps/api/src/auth/local-auth.guard.ts'. ======== Resolution for module './auth.service' was found in cache from location '/tmp/project/apps/api/apps/api/src/auth'. ======== Module name './auth.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/auth.service.ts'. ======== ======== Resolving module './noti.module' from '/tmp/project/apps/api/libs/noti/src/index.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/noti/src/noti.module', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/noti/src/noti.module.ts' exist - use it as a name resolution result. ======== Module name './noti.module' was successfully resolved to '/tmp/project/apps/api/libs/noti/src/noti.module.ts'. ======== ======== Resolving module './noti.service' from '/tmp/project/apps/api/libs/noti/src/index.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/noti/src/noti.service', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/noti/src/noti.service.ts' exist - use it as a name resolution result. ======== Module name './noti.service' was successfully resolved to '/tmp/project/apps/api/libs/noti/src/noti.service.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/libs/noti/src/noti.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/noti/src/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Directory '/tmp/project/apps/api/libs/noti/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/libs'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './noti.service' from '/tmp/project/apps/api/libs/noti/src/noti.module.ts'. ======== Resolution for module './noti.service' was found in cache from location '/tmp/project/apps/api/libs/noti/src'. ======== Module name './noti.service' was successfully resolved to '/tmp/project/apps/api/libs/noti/src/noti.service.ts'. ======== ======== Resolving module '@project/prisma' from '/tmp/project/apps/api/libs/noti/src/noti.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/prisma'. 'paths' option is specified, looking for a pattern to match module name '@project/prisma'. Module name '@project/prisma', matched pattern '@project/prisma'. Trying substitution 'libs/prisma/src', candidate module location: 'libs/prisma/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/prisma/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/prisma/src.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src.tsx' does not exist. File '/tmp/project/apps/api/libs/prisma/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/prisma/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/prisma' was successfully resolved to '/tmp/project/apps/api/libs/prisma/src/index.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/libs/noti/src/noti.service.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/libs/noti/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@novu/node' from '/tmp/project/apps/api/libs/noti/src/noti.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@novu/node'. 'paths' option is specified, looking for a pattern to match module name '@novu/node'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@novu/node'. Resolving module name '@novu/node' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@novu/node'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@novu/node', target file type 'TypeScript'. Loading module '@novu/node' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/noti/src/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'novu__node' Directory '/tmp/project/apps/api/libs/noti/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'novu__node' Directory '/tmp/project/apps/api/libs/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'novu__node' Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'novu__node' Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'novu__node' Found 'package.json' at '/tmp/project/node_modules/@novu/node/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@novu/node.ts' does not exist. File '/tmp/project/node_modules/@novu/node.tsx' does not exist. File '/tmp/project/node_modules/@novu/node.d.ts' does not exist. 'package.json' has 'typings' field 'build/main/index.d.ts' that references '/tmp/project/node_modules/@novu/node/build/main/index.d.ts'. File '/tmp/project/node_modules/@novu/node/build/main/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@novu/node/build/main/index.d.ts', result '/tmp/project/node_modules/@novu/node/build/main/index.d.ts'. ======== Module name '@novu/node' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/index.d.ts' with Package ID '@novu/node/build/main/index.d.ts@0.11.0'. ======== ======== Resolving module 'private-environment' from '/tmp/project/apps/api/libs/noti/src/noti.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'private-environment'. 'paths' option is specified, looking for a pattern to match module name 'private-environment'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'private-environment'. Resolving module name 'private-environment' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/private-environment'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/private-environment', target file type 'TypeScript'. File '/tmp/project/apps/api/private-environment.ts' does not exist. File '/tmp/project/apps/api/private-environment.tsx' does not exist. File '/tmp/project/apps/api/private-environment.d.ts' does not exist. Directory '/tmp/project/apps/api/private-environment' does not exist, skipping all lookups in it. Loading module 'private-environment' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/noti/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/noti/node_modules' does not exist, skipping all lookups in it. Resolution for module 'private-environment' was found in cache from location '/tmp/project/apps/api/libs'. ======== Module name 'private-environment' was successfully resolved to '/tmp/project/packages/private-environment/dist/index.d.ts' with Package ID 'private-environment/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/libs/noti/src/noti.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. 'paths' option is specified, looking for a pattern to match module name 'prismas'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. Resolving module name 'prismas' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/prismas'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/prismas', target file type 'TypeScript'. File '/tmp/project/apps/api/prismas.ts' does not exist. File '/tmp/project/apps/api/prismas.tsx' does not exist. File '/tmp/project/apps/api/prismas.d.ts' does not exist. Directory '/tmp/project/apps/api/prismas' does not exist, skipping all lookups in it. Loading module 'prismas' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/noti/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/noti/node_modules' does not exist, skipping all lookups in it. Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/libs'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '@novu/shared' from '/tmp/project/node_modules/@novu/node/build/main/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@novu/shared'. 'paths' option is specified, looking for a pattern to match module name '@novu/shared'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@novu/shared'. Resolving module name '@novu/shared' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@novu/shared'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@novu/shared', target file type 'TypeScript'. Loading module '@novu/shared' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@novu/node/build/main/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'novu__shared' Directory '/tmp/project/node_modules/@novu/node/build/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'novu__shared' Directory '/tmp/project/node_modules/@novu/node/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'novu__shared' Directory '/tmp/project/node_modules/@novu/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'novu__shared' Found 'package.json' at '/tmp/project/node_modules/@novu/shared/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@novu/shared.ts' does not exist. File '/tmp/project/node_modules/@novu/shared.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'dist/cjs/index.d.ts' that references '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts', result '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts'. ======== Module name '@novu/shared' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts' with Package ID '@novu/shared/dist/cjs/index.d.ts@0.11.0'. ======== ======== Resolving module './lib/novu' from '/tmp/project/node_modules/@novu/node/build/main/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/novu', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name './lib/novu' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/novu.d.ts' with Package ID '@novu/node/build/main/lib/novu.d.ts@0.11.0'. ======== ======== Resolving module './lib/subscribers/subscriber.interface' from '/tmp/project/node_modules/@novu/node/build/main/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/subscribers/subscriber.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/subscribers/subscriber.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/subscribers/subscriber.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/subscribers/subscriber.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name './lib/subscribers/subscriber.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/subscribers/subscriber.interface.d.ts' with Package ID '@novu/node/build/main/lib/subscribers/subscriber.interface.d.ts@0.11.0'. ======== ======== Resolving module './lib/events/events.interface' from '/tmp/project/node_modules/@novu/node/build/main/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/events/events.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/events/events.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/events/events.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/events/events.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name './lib/events/events.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/events/events.interface.d.ts' with Package ID '@novu/node/build/main/lib/events/events.interface.d.ts@0.11.0'. ======== ======== Resolving module './lib/layouts/layout.interface' from '/tmp/project/node_modules/@novu/node/build/main/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/layouts/layout.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/layouts/layout.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/layouts/layout.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/layouts/layout.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name './lib/layouts/layout.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/layouts/layout.interface.d.ts' with Package ID '@novu/node/build/main/lib/layouts/layout.interface.d.ts@0.11.0'. ======== ======== Resolving module './lib/notification-groups/notification-groups.interface' from '/tmp/project/node_modules/@novu/node/build/main/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/notification-groups/notification-groups.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/notification-groups/notification-groups.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/notification-groups/notification-groups.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/notification-groups/notification-groups.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name './lib/notification-groups/notification-groups.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/notification-groups/notification-groups.interface.d.ts' with Package ID '@novu/node/build/main/lib/notification-groups/notification-groups.interface.d.ts@0.11.0'. ======== ======== Resolving module './lib/feeds/feeds.interface' from '/tmp/project/node_modules/@novu/node/build/main/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/feeds/feeds.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/feeds/feeds.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/feeds/feeds.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/feeds/feeds.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name './lib/feeds/feeds.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/feeds/feeds.interface.d.ts' with Package ID '@novu/node/build/main/lib/feeds/feeds.interface.d.ts@0.11.0'. ======== ======== Resolving module './lib/topics/topic.interface' from '/tmp/project/node_modules/@novu/node/build/main/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/topics/topic.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/topics/topic.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/topics/topic.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/topics/topic.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name './lib/topics/topic.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/topics/topic.interface.d.ts' with Package ID '@novu/node/build/main/lib/topics/topic.interface.d.ts@0.11.0'. ======== ======== Resolving module './entities/user' from '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user/index.d.ts' exist - use it as a name resolution result. ======== Module name './entities/user' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user/index.d.ts'. ======== ======== Resolving module './entities/organization' from '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization/index.d.ts' exist - use it as a name resolution result. ======== Module name './entities/organization' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization/index.d.ts'. ======== ======== Resolving module './entities/notification-template' from '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification-template', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification-template.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification-template.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification-template.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification-template/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification-template/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification-template/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification-template/index.d.ts' exist - use it as a name resolution result. ======== Module name './entities/notification-template' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification-template/index.d.ts'. ======== ======== Resolving module './entities/environment' from '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/environment', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/environment.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/environment.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/environment.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/environment/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/environment/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/environment/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/environment/index.d.ts' exist - use it as a name resolution result. ======== Module name './entities/environment' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/environment/index.d.ts'. ======== ======== Resolving module './entities/execution-details' from '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/execution-details', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/execution-details.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/execution-details.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/execution-details.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/execution-details/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/execution-details/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/execution-details/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/execution-details/index.d.ts' exist - use it as a name resolution result. ======== Module name './entities/execution-details' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/execution-details/index.d.ts'. ======== ======== Resolving module './entities/messages' from '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/index.d.ts' exist - use it as a name resolution result. ======== Module name './entities/messages' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/index.d.ts'. ======== ======== Resolving module './entities/feed/feed.interface' from '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/feed/feed.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/feed/feed.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/feed/feed.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/feed/feed.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './entities/feed/feed.interface' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/feed/feed.interface.d.ts' with Package ID '@novu/shared/dist/cjs/entities/feed/feed.interface.d.ts@0.11.0'. ======== ======== Resolving module './entities/notification' from '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification/index.d.ts' exist - use it as a name resolution result. ======== Module name './entities/notification' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification/index.d.ts'. ======== ======== Resolving module './entities/message-template' from '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template/index.d.ts' exist - use it as a name resolution result. ======== Module name './entities/message-template' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template/index.d.ts'. ======== ======== Resolving module './entities/log' from '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/log', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/log.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/log.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/log.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/log/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/log/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/log/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/log/index.d.ts' exist - use it as a name resolution result. ======== Module name './entities/log' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/log/index.d.ts'. ======== ======== Resolving module './entities/change' from '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/change', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/change.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/change.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/change.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/change/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/change/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/change/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/change/index.d.ts' exist - use it as a name resolution result. ======== Module name './entities/change' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/change/index.d.ts'. ======== ======== Resolving module './entities/step' from '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/step', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/step.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/step.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/step.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/step/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/step/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/step/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/step/index.d.ts' exist - use it as a name resolution result. ======== Module name './entities/step' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/step/index.d.ts'. ======== ======== Resolving module './entities/job' from '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/job', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/job.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/job.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/job.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/job/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/job/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/job/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/job/index.d.ts' exist - use it as a name resolution result. ======== Module name './entities/job' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/job/index.d.ts'. ======== ======== Resolving module './entities/subscriber-preference' from '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference/index.d.ts' exist - use it as a name resolution result. ======== Module name './entities/subscriber-preference' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference/index.d.ts'. ======== ======== Resolving module './entities/subscriber' from '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber/index.d.ts' exist - use it as a name resolution result. ======== Module name './entities/subscriber' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber/index.d.ts'. ======== ======== Resolving module './entities/layout' from '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/layout', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/layout.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/layout.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/layout.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/layout/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/layout/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/layout/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/layout/index.d.ts' exist - use it as a name resolution result. ======== Module name './entities/layout' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/layout/index.d.ts'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/types', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts' exist - use it as a name resolution result. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts'. ======== ======== Resolving module './dto' from '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/index.d.ts' exist - use it as a name resolution result. ======== Module name './dto' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/index.d.ts'. ======== ======== Resolving module './consts' from '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/consts', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/index.d.ts' exist - use it as a name resolution result. ======== Module name './consts' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/index.d.ts'. ======== ======== Resolving module './ui' from '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/ui', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/ui.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/ui.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/ui.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/ui/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/ui/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/ui/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/ui/index.d.ts' exist - use it as a name resolution result. ======== Module name './ui' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/ui/index.d.ts'. ======== ======== Resolving module './services' from '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/services', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/services.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/services.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/services.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/services/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/services/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/services/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/services/index.d.ts' exist - use it as a name resolution result. ======== Module name './services' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/services/index.d.ts'. ======== ======== Resolving module './config' from '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/config', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/config.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/config.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/config.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/config/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/config/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/config/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/config/index.d.ts' exist - use it as a name resolution result. ======== Module name './config' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/config/index.d.ts'. ======== ======== Resolving module './user.enums' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user/user.enums', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user/user.enums.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user/user.enums.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user/user.enums.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './user.enums' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user/user.enums.d.ts' with Package ID '@novu/shared/dist/cjs/entities/user/user.enums.d.ts@0.11.0'. ======== ======== Resolving module './user.interface' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user/user.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user/user.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user/user.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user/user.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './user.interface' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user/user.interface.d.ts' with Package ID '@novu/shared/dist/cjs/entities/user/user.interface.d.ts@0.11.0'. ======== ======== Resolving module './subscriber-user.interface' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user/subscriber-user.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user/subscriber-user.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user/subscriber-user.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user/subscriber-user.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './subscriber-user.interface' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user/subscriber-user.interface.d.ts' with Package ID '@novu/shared/dist/cjs/entities/user/subscriber-user.interface.d.ts@0.11.0'. ======== ======== Resolving module './member.enum' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization/member.enum', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization/member.enum.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization/member.enum.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization/member.enum.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './member.enum' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization/member.enum.d.ts' with Package ID '@novu/shared/dist/cjs/entities/organization/member.enum.d.ts@0.11.0'. ======== ======== Resolving module './member.interface' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization/member.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization/member.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization/member.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization/member.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './member.interface' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization/member.interface.d.ts' with Package ID '@novu/shared/dist/cjs/entities/organization/member.interface.d.ts@0.11.0'. ======== ======== Resolving module './organization.interface' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization/organization.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization/organization.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization/organization.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization/organization.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './organization.interface' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization/organization.interface.d.ts' with Package ID '@novu/shared/dist/cjs/entities/organization/organization.interface.d.ts@0.11.0'. ======== ======== Resolving module '../user' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization/organization.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user/index.d.ts' exist - use it as a name resolution result. ======== Module name '../user' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/user/index.d.ts'. ======== ======== Resolving module './member.enum' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization/organization.interface.d.ts'. ======== Resolution for module './member.enum' was found in cache from location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization'. ======== Module name './member.enum' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization/member.enum.d.ts' with Package ID '@novu/shared/dist/cjs/entities/organization/member.enum.d.ts@0.11.0'. ======== ======== Resolving module './member.interface' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization/organization.interface.d.ts'. ======== Resolution for module './member.interface' was found in cache from location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization'. ======== Module name './member.interface' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/organization/member.interface.d.ts' with Package ID '@novu/shared/dist/cjs/entities/organization/member.interface.d.ts@0.11.0'. ======== ======== Resolving module './notification-template.interface' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification-template/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification-template/notification-template.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification-template/notification-template.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification-template/notification-template.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification-template/notification-template.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './notification-template.interface' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification-template/notification-template.interface.d.ts' with Package ID '@novu/shared/dist/cjs/entities/notification-template/notification-template.interface.d.ts@0.11.0'. ======== ======== Resolving module '../../types' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification-template/notification-template.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/types', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../types' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts'. ======== ======== Resolving module '../message-template' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification-template/notification-template.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template/index.d.ts' exist - use it as a name resolution result. ======== Module name '../message-template' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template/index.d.ts'. ======== ======== Resolving module '../subscriber-preference' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification-template/notification-template.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference/index.d.ts' exist - use it as a name resolution result. ======== Module name '../subscriber-preference' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference/index.d.ts'. ======== ======== Resolving module '../step' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification-template/notification-template.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/step', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/step.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/step.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/step.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/step/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/step/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/step/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/step/index.d.ts' exist - use it as a name resolution result. ======== Module name '../step' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/step/index.d.ts'. ======== ======== Resolving module './builder' from '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/types/builder', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/builder.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/builder.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/builder.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/builder/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/builder/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/builder/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/builder/index.d.ts' exist - use it as a name resolution result. ======== Module name './builder' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/types/builder/index.d.ts'. ======== ======== Resolving module './channel' from '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/types/channel', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/channel.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/channel.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/channel.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/channel/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/channel/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/channel/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/channel/index.d.ts' exist - use it as a name resolution result. ======== Module name './channel' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/types/channel/index.d.ts'. ======== ======== Resolving module './environment' from '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/types/environment', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/environment.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/environment.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/environment.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/environment/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/environment/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/environment/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/environment/index.d.ts' exist - use it as a name resolution result. ======== Module name './environment' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/types/environment/index.d.ts'. ======== ======== Resolving module './layout' from '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/types/layout', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/layout.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/layout.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/layout.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/layout/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/layout/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/layout/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/layout/index.d.ts' exist - use it as a name resolution result. ======== Module name './layout' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/types/layout/index.d.ts'. ======== ======== Resolving module './message-template' from '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/types/message-template', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/message-template.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/message-template.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/message-template.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/message-template/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/message-template/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/message-template/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/message-template/index.d.ts' exist - use it as a name resolution result. ======== Module name './message-template' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/types/message-template/index.d.ts'. ======== ======== Resolving module './organization' from '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/types/organization', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/organization.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/organization.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/organization.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/organization/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/organization/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/organization/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/organization/index.d.ts' exist - use it as a name resolution result. ======== Module name './organization' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/types/organization/index.d.ts'. ======== ======== Resolving module './pagination' from '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/types/pagination', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/pagination.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/pagination.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/pagination.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/pagination/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/pagination/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/pagination/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/pagination/index.d.ts' exist - use it as a name resolution result. ======== Module name './pagination' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/types/pagination/index.d.ts'. ======== ======== Resolving module './subscriber' from '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/types/subscriber', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/subscriber.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/subscriber.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/subscriber.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/subscriber/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/subscriber/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/subscriber/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/subscriber/index.d.ts' exist - use it as a name resolution result. ======== Module name './subscriber' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/types/subscriber/index.d.ts'. ======== ======== Resolving module './topic' from '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/types/topic', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/topic.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/topic.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/topic.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/topic/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/topic/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/topic/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/topic/index.d.ts' exist - use it as a name resolution result. ======== Module name './topic' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/types/topic/index.d.ts'. ======== ======== Resolving module './analytics' from '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/types/analytics', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/analytics.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/analytics.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/analytics.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/analytics/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/analytics/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/analytics/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/analytics/index.d.ts' exist - use it as a name resolution result. ======== Module name './analytics' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/types/analytics/index.d.ts'. ======== ======== Resolving module './user' from '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/types/user', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/user.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/user.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/user.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/user/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/user/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/user/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/user/index.d.ts' exist - use it as a name resolution result. ======== Module name './user' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/types/user/index.d.ts'. ======== ======== Resolving module './builder.types' from '/tmp/project/node_modules/@novu/shared/dist/cjs/types/builder/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/types/builder/builder.types', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/builder/builder.types.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/builder/builder.types.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/builder/builder.types.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './builder.types' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/types/builder/builder.types.d.ts' with Package ID '@novu/shared/dist/cjs/types/builder/builder.types.d.ts@0.11.0'. ======== ======== Resolving module './filter.types' from '/tmp/project/node_modules/@novu/shared/dist/cjs/types/builder/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/types/builder/filter.types', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/builder/filter.types.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/builder/filter.types.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/builder/filter.types.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './filter.types' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/types/builder/filter.types.d.ts' with Package ID '@novu/shared/dist/cjs/types/builder/filter.types.d.ts@0.11.0'. ======== ======== Resolving module './builder.types' from '/tmp/project/node_modules/@novu/shared/dist/cjs/types/builder/filter.types.d.ts'. ======== Resolution for module './builder.types' was found in cache from location '/tmp/project/node_modules/@novu/shared/dist/cjs/types/builder'. ======== Module name './builder.types' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/types/builder/builder.types.d.ts' with Package ID '@novu/shared/dist/cjs/types/builder/builder.types.d.ts@0.11.0'. ======== ======== Resolving module '../channel' from '/tmp/project/node_modules/@novu/shared/dist/cjs/types/message-template/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/types/channel', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/channel.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/channel.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/channel.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/channel/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/channel/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/channel/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/channel/index.d.ts' exist - use it as a name resolution result. ======== Module name '../channel' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/types/channel/index.d.ts'. ======== ======== Resolving module './message-template.interface' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template/message-template.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template/message-template.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template/message-template.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template/message-template.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './message-template.interface' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template/message-template.interface.d.ts' with Package ID '@novu/shared/dist/cjs/entities/message-template/message-template.interface.d.ts@0.11.0'. ======== ======== Resolving module '../../types' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template/message-template.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/types', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../types' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts'. ======== ======== Resolving module './subscriber-preference.interface' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference/subscriber-preference.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference/subscriber-preference.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference/subscriber-preference.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference/subscriber-preference.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './subscriber-preference.interface' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference/subscriber-preference.interface.d.ts' with Package ID '@novu/shared/dist/cjs/entities/subscriber-preference/subscriber-preference.interface.d.ts@0.11.0'. ======== ======== Resolving module './environment.interface' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/environment/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/environment/environment.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/environment/environment.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/environment/environment.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/environment/environment.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './environment.interface' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/environment/environment.interface.d.ts' with Package ID '@novu/shared/dist/cjs/entities/environment/environment.interface.d.ts@0.11.0'. ======== ======== Resolving module './execution-details.interface' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/execution-details/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/execution-details/execution-details.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/execution-details/execution-details.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/execution-details/execution-details.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/execution-details/execution-details.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './execution-details.interface' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/execution-details/execution-details.interface.d.ts' with Package ID '@novu/shared/dist/cjs/entities/execution-details/execution-details.interface.d.ts@0.11.0'. ======== ======== Resolving module './action.enum' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/action.enum', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/action.enum.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/action.enum.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/action.enum.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './action.enum' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/action.enum.d.ts' with Package ID '@novu/shared/dist/cjs/entities/messages/action.enum.d.ts@0.11.0'. ======== ======== Resolving module './messages.interface' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/messages.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/messages.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/messages.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/messages.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './messages.interface' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/messages.interface.d.ts' with Package ID '@novu/shared/dist/cjs/entities/messages/messages.interface.d.ts@0.11.0'. ======== ======== Resolving module '../notification-template' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/messages.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification-template', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification-template.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification-template.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification-template.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification-template/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification-template/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification-template/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification-template/index.d.ts' exist - use it as a name resolution result. ======== Module name '../notification-template' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification-template/index.d.ts'. ======== ======== Resolving module './action.enum' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/messages.interface.d.ts'. ======== Resolution for module './action.enum' was found in cache from location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages'. ======== Module name './action.enum' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/action.enum.d.ts' with Package ID '@novu/shared/dist/cjs/entities/messages/action.enum.d.ts@0.11.0'. ======== ======== Resolving module '../../types' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/messages.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/types', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../types' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts'. ======== ======== Resolving module './notification.interface' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification/notification.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification/notification.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification/notification.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification/notification.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './notification.interface' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/notification/notification.interface.d.ts' with Package ID '@novu/shared/dist/cjs/entities/notification/notification.interface.d.ts@0.11.0'. ======== ======== Resolving module './log.enums' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/log/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/log/log.enums', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/log/log.enums.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/log/log.enums.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/log/log.enums.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './log.enums' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/log/log.enums.d.ts' with Package ID '@novu/shared/dist/cjs/entities/log/log.enums.d.ts@0.11.0'. ======== ======== Resolving module './change.interface' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/change/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/change/change.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/change/change.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/change/change.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/change/change.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './change.interface' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/change/change.interface.d.ts' with Package ID '@novu/shared/dist/cjs/entities/change/change.interface.d.ts@0.11.0'. ======== ======== Resolving module './status.enum' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/job/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/job/status.enum', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/job/status.enum.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/job/status.enum.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/job/status.enum.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './status.enum' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/job/status.enum.d.ts' with Package ID '@novu/shared/dist/cjs/entities/job/status.enum.d.ts@0.11.0'. ======== ======== Resolving module './subscriber.interface' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber/subscriber.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber/subscriber.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber/subscriber.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber/subscriber.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './subscriber.interface' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber/subscriber.interface.d.ts' with Package ID '@novu/shared/dist/cjs/entities/subscriber/subscriber.interface.d.ts@0.11.0'. ======== ======== Resolving module '../../consts' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber/subscriber.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/consts', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../consts' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/index.d.ts'. ======== ======== Resolving module './providers' from '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/index.d.ts' exist - use it as a name resolution result. ======== Module name './providers' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/index.d.ts'. ======== ======== Resolving module './notification-item-buttons' from '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/notification-item-buttons', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/notification-item-buttons.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/notification-item-buttons.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/notification-item-buttons.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/notification-item-buttons/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/notification-item-buttons/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/notification-item-buttons/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/notification-item-buttons/index.d.ts' exist - use it as a name resolution result. ======== Module name './notification-item-buttons' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/notification-item-buttons/index.d.ts'. ======== ======== Resolving module './handlebar-helpers' from '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/handlebar-helpers', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/handlebar-helpers.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/handlebar-helpers.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/handlebar-helpers.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/handlebar-helpers/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/handlebar-helpers/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/handlebar-helpers/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/handlebar-helpers/index.d.ts' exist - use it as a name resolution result. ======== Module name './handlebar-helpers' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/handlebar-helpers/index.d.ts'. ======== ======== Resolving module './password-helper' from '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/password-helper', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/password-helper.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/password-helper.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/password-helper.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/password-helper/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/password-helper/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/password-helper/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/password-helper/index.d.ts' exist - use it as a name resolution result. ======== Module name './password-helper' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/password-helper/index.d.ts'. ======== ======== Resolving module './filters' from '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/filters', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/filters.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/filters.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/filters.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/filters/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/filters/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/filters/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/filters/index.d.ts' exist - use it as a name resolution result. ======== Module name './filters' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/filters/index.d.ts'. ======== ======== Resolving module './providers' from '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/providers', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/providers.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/providers.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/providers.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './providers' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/providers.d.ts' with Package ID '@novu/shared/dist/cjs/consts/providers/providers.d.ts@0.11.0'. ======== ======== Resolving module './provider.interface' from '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/provider.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/provider.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/provider.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/provider.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './provider.interface' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/provider.interface.d.ts' with Package ID '@novu/shared/dist/cjs/consts/providers/provider.interface.d.ts@0.11.0'. ======== ======== Resolving module './provider.enum' from '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/provider.enum', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/provider.enum.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/provider.enum.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/provider.enum.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './provider.enum' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/provider.enum.d.ts' with Package ID '@novu/shared/dist/cjs/consts/providers/provider.enum.d.ts@0.11.0'. ======== ======== Resolving module './credentials' from '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/credentials', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/credentials.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/credentials.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/credentials.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/credentials/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/credentials/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/credentials/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/credentials/index.d.ts' exist - use it as a name resolution result. ======== Module name './credentials' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/credentials/index.d.ts'. ======== ======== Resolving module './provider.interface' from '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/providers.d.ts'. ======== Resolution for module './provider.interface' was found in cache from location '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers'. ======== Module name './provider.interface' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/provider.interface.d.ts' with Package ID '@novu/shared/dist/cjs/consts/providers/provider.interface.d.ts@0.11.0'. ======== ======== Resolving module './provider.enum' from '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/provider.interface.d.ts'. ======== Resolution for module './provider.enum' was found in cache from location '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers'. ======== Module name './provider.enum' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/provider.enum.d.ts' with Package ID '@novu/shared/dist/cjs/consts/providers/provider.enum.d.ts@0.11.0'. ======== ======== Resolving module '../../types' from '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/provider.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/types', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../types' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts'. ======== ======== Resolving module './secure-credentials' from '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/credentials/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/credentials/secure-credentials', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/credentials/secure-credentials.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/credentials/secure-credentials.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/credentials/secure-credentials.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './secure-credentials' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/credentials/secure-credentials.d.ts' with Package ID '@novu/shared/dist/cjs/consts/providers/credentials/secure-credentials.d.ts@0.11.0'. ======== ======== Resolving module './provider-credentials' from '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/credentials/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/credentials/provider-credentials', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/credentials/provider-credentials.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/credentials/provider-credentials.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/credentials/provider-credentials.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './provider-credentials' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/credentials/provider-credentials.d.ts' with Package ID '@novu/shared/dist/cjs/consts/providers/credentials/provider-credentials.d.ts@0.11.0'. ======== ======== Resolving module '../provider.enum' from '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/credentials/secure-credentials.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/provider.enum', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/provider.enum.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/provider.enum.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/provider.enum.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name '../provider.enum' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/provider.enum.d.ts' with Package ID '@novu/shared/dist/cjs/consts/providers/provider.enum.d.ts@0.11.0'. ======== ======== Resolving module '../provider.interface' from '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/credentials/provider-credentials.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/provider.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/provider.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/provider.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/provider.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name '../provider.interface' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/providers/provider.interface.d.ts' with Package ID '@novu/shared/dist/cjs/consts/providers/provider.interface.d.ts@0.11.0'. ======== ======== Resolving module './notificationItemButton' from '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/notification-item-buttons/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/notification-item-buttons/notificationItemButton', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/notification-item-buttons/notificationItemButton.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/notification-item-buttons/notificationItemButton.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/notification-item-buttons/notificationItemButton.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './notificationItemButton' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/notification-item-buttons/notificationItemButton.d.ts' with Package ID '@novu/shared/dist/cjs/consts/notification-item-buttons/notificationItemButton.d.ts@0.11.0'. ======== ======== Resolving module '../../entities/messages' from '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/notification-item-buttons/notificationItemButton.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../entities/messages' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/index.d.ts'. ======== ======== Resolving module './handlebarHelpers' from '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/handlebar-helpers/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/handlebar-helpers/handlebarHelpers', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/handlebar-helpers/handlebarHelpers.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/handlebar-helpers/handlebarHelpers.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/handlebar-helpers/handlebarHelpers.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './handlebarHelpers' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/handlebar-helpers/handlebarHelpers.d.ts' with Package ID '@novu/shared/dist/cjs/consts/handlebar-helpers/handlebarHelpers.d.ts@0.11.0'. ======== ======== Resolving module './getTemplateVariables' from '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/handlebar-helpers/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/handlebar-helpers/getTemplateVariables', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/handlebar-helpers/getTemplateVariables.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/handlebar-helpers/getTemplateVariables.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/handlebar-helpers/getTemplateVariables.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './getTemplateVariables' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/handlebar-helpers/getTemplateVariables.d.ts' with Package ID '@novu/shared/dist/cjs/consts/handlebar-helpers/getTemplateVariables.d.ts@0.11.0'. ======== ======== Resolving module '../../types' from '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/handlebar-helpers/getTemplateVariables.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/types', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../types' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts'. ======== ======== Resolving module './passwordHelper' from '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/password-helper/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/password-helper/passwordHelper', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/password-helper/passwordHelper.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/password-helper/passwordHelper.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/password-helper/passwordHelper.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './passwordHelper' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/password-helper/passwordHelper.d.ts' with Package ID '@novu/shared/dist/cjs/consts/password-helper/passwordHelper.d.ts@0.11.0'. ======== ======== Resolving module './filters' from '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/filters/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/filters/filters', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/filters/filters.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/filters/filters.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/filters/filters.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './filters' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/filters/filters.d.ts' with Package ID '@novu/shared/dist/cjs/consts/filters/filters.d.ts@0.11.0'. ======== ======== Resolving module './layout.interface' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/layout/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/layout/layout.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/layout/layout.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/layout/layout.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/layout/layout.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './layout.interface' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/layout/layout.interface.d.ts' with Package ID '@novu/shared/dist/cjs/entities/layout/layout.interface.d.ts@0.11.0'. ======== ======== Resolving module '../../types' from '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/layout/layout.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/types', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../types' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts'. ======== ======== Resolving module './events' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/events', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/events.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/events.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/events.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/events/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/events/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/events/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/events/index.d.ts' exist - use it as a name resolution result. ======== Module name './events' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/events/index.d.ts'. ======== ======== Resolving module './integration' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration/index.d.ts' exist - use it as a name resolution result. ======== Module name './integration' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration/index.d.ts'. ======== ======== Resolving module './layout' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/layout', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/layout.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/layout.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/layout.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/layout/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/layout/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/layout/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/layout/index.d.ts' exist - use it as a name resolution result. ======== Module name './layout' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/layout/index.d.ts'. ======== ======== Resolving module './message-template' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/message-template', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/message-template.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/message-template.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/message-template.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/message-template/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/message-template/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/message-template/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/message-template/index.d.ts' exist - use it as a name resolution result. ======== Module name './message-template' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/message-template/index.d.ts'. ======== ======== Resolving module './notification-templates' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/index.d.ts' exist - use it as a name resolution result. ======== Module name './notification-templates' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/index.d.ts'. ======== ======== Resolving module './organization' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/organization', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/organization.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/organization.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/organization.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/organization/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/organization/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/organization/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/organization/index.d.ts' exist - use it as a name resolution result. ======== Module name './organization' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/organization/index.d.ts'. ======== ======== Resolving module './shared' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/shared', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/shared.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/shared.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/shared.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/shared/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/shared/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/shared/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/shared/index.d.ts' exist - use it as a name resolution result. ======== Module name './shared' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/shared/index.d.ts'. ======== ======== Resolving module './subscriber' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/subscriber', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/subscriber.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/subscriber.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/subscriber.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/subscriber/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/subscriber/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/subscriber/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/subscriber/index.d.ts' exist - use it as a name resolution result. ======== Module name './subscriber' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/subscriber/index.d.ts'. ======== ======== Resolving module './topic' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/topic', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/topic.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/topic.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/topic.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/topic/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/topic/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/topic/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/topic/index.d.ts' exist - use it as a name resolution result. ======== Module name './topic' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/topic/index.d.ts'. ======== ======== Resolving module './event.interface' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/events/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/events/event.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/events/event.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/events/event.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/events/event.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './event.interface' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/events/event.interface.d.ts' with Package ID '@novu/shared/dist/cjs/dto/events/event.interface.d.ts@0.11.0'. ======== ======== Resolving module './update-integration.dto' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration/update-integration.dto', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration/update-integration.dto.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration/update-integration.dto.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration/update-integration.dto.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './update-integration.dto' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration/update-integration.dto.d.ts' with Package ID '@novu/shared/dist/cjs/dto/integration/update-integration.dto.d.ts@0.11.0'. ======== ======== Resolving module './create-integration.dto' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration/create-integration.dto', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration/create-integration.dto.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration/create-integration.dto.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration/create-integration.dto.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './create-integration.dto' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration/create-integration.dto.d.ts' with Package ID '@novu/shared/dist/cjs/dto/integration/create-integration.dto.d.ts@0.11.0'. ======== ======== Resolving module './construct-integration.interface' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration/construct-integration.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration/construct-integration.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration/construct-integration.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration/construct-integration.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './construct-integration.interface' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration/construct-integration.interface.d.ts' with Package ID '@novu/shared/dist/cjs/dto/integration/construct-integration.interface.d.ts@0.11.0'. ======== ======== Resolving module './construct-integration.interface' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration/update-integration.dto.d.ts'. ======== Resolution for module './construct-integration.interface' was found in cache from location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration'. ======== Module name './construct-integration.interface' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration/construct-integration.interface.d.ts' with Package ID '@novu/shared/dist/cjs/dto/integration/construct-integration.interface.d.ts@0.11.0'. ======== ======== Resolving module './construct-integration.interface' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration/create-integration.dto.d.ts'. ======== Resolution for module './construct-integration.interface' was found in cache from location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration'. ======== Module name './construct-integration.interface' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration/construct-integration.interface.d.ts' with Package ID '@novu/shared/dist/cjs/dto/integration/construct-integration.interface.d.ts@0.11.0'. ======== ======== Resolving module '../../types' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/integration/create-integration.dto.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/types', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../types' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts'. ======== ======== Resolving module './layout.dto' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/layout/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/layout/layout.dto', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/layout/layout.dto.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/layout/layout.dto.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/layout/layout.dto.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './layout.dto' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/layout/layout.dto.d.ts' with Package ID '@novu/shared/dist/cjs/dto/layout/layout.dto.d.ts@0.11.0'. ======== ======== Resolving module '../../types' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/layout/layout.dto.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/types', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../types' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts'. ======== ======== Resolving module './message-template.dto' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/message-template/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/message-template/message-template.dto', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/message-template/message-template.dto.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/message-template/message-template.dto.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/message-template/message-template.dto.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './message-template.dto' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/message-template/message-template.dto.d.ts' with Package ID '@novu/shared/dist/cjs/dto/message-template/message-template.dto.d.ts@0.11.0'. ======== ======== Resolving module '../../entities/message-template' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/message-template/message-template.dto.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../entities/message-template' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/message-template/index.d.ts'. ======== ======== Resolving module '../../entities/messages' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/message-template/message-template.dto.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../entities/messages' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/messages/index.d.ts'. ======== ======== Resolving module '../../types' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/message-template/message-template.dto.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/types', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../types' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts'. ======== ======== Resolving module './create-template.dto' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/create-template.dto', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/create-template.dto.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/create-template.dto.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/create-template.dto.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './create-template.dto' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/create-template.dto.d.ts' with Package ID '@novu/shared/dist/cjs/dto/notification-templates/create-template.dto.d.ts@0.11.0'. ======== ======== Resolving module './update-template.dto' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/update-template.dto', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/update-template.dto.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/update-template.dto.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/update-template.dto.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './update-template.dto' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/update-template.dto.d.ts' with Package ID '@novu/shared/dist/cjs/dto/notification-templates/update-template.dto.d.ts@0.11.0'. ======== ======== Resolving module './notification-template.dto' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/notification-template.dto', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/notification-template.dto.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/notification-template.dto.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/notification-template.dto.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './notification-template.dto' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/notification-template.dto.d.ts' with Package ID '@novu/shared/dist/cjs/dto/notification-templates/notification-template.dto.d.ts@0.11.0'. ======== ======== Resolving module './notification-template.dto' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/create-template.dto.d.ts'. ======== Resolution for module './notification-template.dto' was found in cache from location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates'. ======== Module name './notification-template.dto' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/notification-template.dto.d.ts' with Package ID '@novu/shared/dist/cjs/dto/notification-templates/notification-template.dto.d.ts@0.11.0'. ======== ======== Resolving module '../../entities/subscriber-preference' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/create-template.dto.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../entities/subscriber-preference' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/entities/subscriber-preference/index.d.ts'. ======== ======== Resolving module '../message-template' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/notification-template.dto.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/message-template', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/message-template.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/message-template.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/message-template.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/message-template/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/message-template/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/message-template/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/message-template/index.d.ts' exist - use it as a name resolution result. ======== Module name '../message-template' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/message-template/index.d.ts'. ======== ======== Resolving module './notification-template.dto' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/update-template.dto.d.ts'. ======== Resolution for module './notification-template.dto' was found in cache from location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates'. ======== Module name './notification-template.dto' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/notification-templates/notification-template.dto.d.ts' with Package ID '@novu/shared/dist/cjs/dto/notification-templates/notification-template.dto.d.ts@0.11.0'. ======== ======== Resolving module './create-organization.dto' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/organization/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/organization/create-organization.dto', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/organization/create-organization.dto.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/organization/create-organization.dto.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/organization/create-organization.dto.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './create-organization.dto' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/organization/create-organization.dto.d.ts' with Package ID '@novu/shared/dist/cjs/dto/organization/create-organization.dto.d.ts@0.11.0'. ======== ======== Resolving module './members/bulk-invite-members.dto' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/organization/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/organization/members/bulk-invite-members.dto', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/organization/members/bulk-invite-members.dto.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/organization/members/bulk-invite-members.dto.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/organization/members/bulk-invite-members.dto.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './members/bulk-invite-members.dto' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/organization/members/bulk-invite-members.dto.d.ts' with Package ID '@novu/shared/dist/cjs/dto/organization/members/bulk-invite-members.dto.d.ts@0.11.0'. ======== ======== Resolving module './members/get-invite.dto' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/organization/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/organization/members/get-invite.dto', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/organization/members/get-invite.dto.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/organization/members/get-invite.dto.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/organization/members/get-invite.dto.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './members/get-invite.dto' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/organization/members/get-invite.dto.d.ts' with Package ID '@novu/shared/dist/cjs/dto/organization/members/get-invite.dto.d.ts@0.11.0'. ======== ======== Resolving module './shared' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/shared/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/shared/shared', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/shared/shared.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/shared/shared.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/shared/shared.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './shared' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/shared/shared.d.ts' with Package ID '@novu/shared/dist/cjs/dto/shared/shared.d.ts@0.11.0'. ======== ======== Resolving module './subscriber.dto' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/subscriber/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/subscriber/subscriber.dto', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/subscriber/subscriber.dto.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/subscriber/subscriber.dto.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/subscriber/subscriber.dto.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './subscriber.dto' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/subscriber/subscriber.dto.d.ts' with Package ID '@novu/shared/dist/cjs/dto/subscriber/subscriber.dto.d.ts@0.11.0'. ======== ======== Resolving module '../../consts' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/subscriber/subscriber.dto.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/consts', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../consts' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/consts/index.d.ts'. ======== ======== Resolving module '../../types' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/subscriber/subscriber.dto.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/types', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../types' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts'. ======== ======== Resolving module './topic.dto' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/topic/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/topic/topic.dto', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/topic/topic.dto.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/topic/topic.dto.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/topic/topic.dto.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './topic.dto' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/topic/topic.dto.d.ts' with Package ID '@novu/shared/dist/cjs/dto/topic/topic.dto.d.ts@0.11.0'. ======== ======== Resolving module '../../types' from '/tmp/project/node_modules/@novu/shared/dist/cjs/dto/topic/topic.dto.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/types', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../types' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/types/index.d.ts'. ======== ======== Resolving module './utils' from '/tmp/project/node_modules/@novu/shared/dist/cjs/ui/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/ui/utils', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/ui/utils.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/ui/utils.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/ui/utils.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './utils' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/ui/utils.d.ts' with Package ID '@novu/shared/dist/cjs/ui/utils.d.ts@0.11.0'. ======== ======== Resolving module './http-client' from '/tmp/project/node_modules/@novu/shared/dist/cjs/services/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/services/http-client', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/services/http-client.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/services/http-client.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/services/http-client.d.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/services/http-client/package.json' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/services/http-client/index.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/services/http-client/index.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/services/http-client/index.d.ts' exist - use it as a name resolution result. ======== Module name './http-client' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/services/http-client/index.d.ts'. ======== ======== Resolving module './api.client' from '/tmp/project/node_modules/@novu/shared/dist/cjs/services/http-client/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/services/http-client/api.client', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/services/http-client/api.client.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/services/http-client/api.client.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/services/http-client/api.client.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './api.client' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/services/http-client/api.client.d.ts' with Package ID '@novu/shared/dist/cjs/services/http-client/api.client.d.ts@0.11.0'. ======== ======== Resolving module './contextPath' from '/tmp/project/node_modules/@novu/shared/dist/cjs/config/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/config/contextPath', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/config/contextPath.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/config/contextPath.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/config/contextPath.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './contextPath' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/config/contextPath.d.ts' with Package ID '@novu/shared/dist/cjs/config/contextPath.d.ts@0.11.0'. ======== ======== Resolving module './redisPrefix' from '/tmp/project/node_modules/@novu/shared/dist/cjs/config/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/shared/dist/cjs/config/redisPrefix', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/shared/dist/cjs/config/redisPrefix.ts' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/config/redisPrefix.tsx' does not exist. File '/tmp/project/node_modules/@novu/shared/dist/cjs/config/redisPrefix.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/shared/package.json' exists according to earlier cached lookups. ======== Module name './redisPrefix' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/config/redisPrefix.d.ts' with Package ID '@novu/shared/dist/cjs/config/redisPrefix.d.ts@0.11.0'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@novu/node/build/main/lib/novu.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module './subscribers/subscribers' from '/tmp/project/node_modules/@novu/node/build/main/lib/novu.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/subscribers/subscribers', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/subscribers/subscribers.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/subscribers/subscribers.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/subscribers/subscribers.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name './subscribers/subscribers' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/subscribers/subscribers.d.ts' with Package ID '@novu/node/build/main/lib/subscribers/subscribers.d.ts@0.11.0'. ======== ======== Resolving module 'events' from '/tmp/project/node_modules/@novu/node/build/main/lib/novu.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'TypeScript'. File '/tmp/project/apps/api/events.ts' does not exist. File '/tmp/project/apps/api/events.tsx' does not exist. File '/tmp/project/apps/api/events.d.ts' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@novu/node/build/main/lib/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@novu/node/build/main/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@novu/node/build/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/@novu/node/node_modules/events.ts' does not exist. File '/tmp/project/node_modules/@novu/node/node_modules/events.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/node_modules/events.d.ts' does not exist. Directory '/tmp/project/node_modules/@novu/node/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@novu/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/events/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/events.ts' does not exist. File '/tmp/project/node_modules/events.tsx' does not exist. File '/tmp/project/node_modules/events.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field './events.js' that references '/tmp/project/node_modules/events/events.js'. File '/tmp/project/node_modules/events/events.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/events/events.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/events/events.js', target file type 'TypeScript'. File '/tmp/project/node_modules/events/events.js.ts' does not exist. File '/tmp/project/node_modules/events/events.js.tsx' does not exist. File '/tmp/project/node_modules/events/events.js.d.ts' does not exist. File name '/tmp/project/node_modules/events/events.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/events/events.ts' does not exist. File '/tmp/project/node_modules/events/events.tsx' does not exist. File '/tmp/project/node_modules/events/events.d.ts' does not exist. Directory '/tmp/project/node_modules/events/events.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/events/index.ts' does not exist. File '/tmp/project/node_modules/events/index.tsx' does not exist. File '/tmp/project/node_modules/events/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/events.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'JavaScript'. File '/tmp/project/apps/api/events.js' does not exist. File '/tmp/project/apps/api/events.jsx' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@novu/node/build/main/lib/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@novu/node/build/main/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@novu/node/build/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/@novu/node/node_modules/events.js' does not exist. File '/tmp/project/node_modules/@novu/node/node_modules/events.jsx' does not exist. Directory '/tmp/project/node_modules/@novu/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/events/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/events.js' does not exist. File '/tmp/project/node_modules/events.jsx' does not exist. 'package.json' has 'main' field './events.js' that references '/tmp/project/node_modules/events/events.js'. File '/tmp/project/node_modules/events/events.js' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/events/events.js', result '/tmp/project/node_modules/events/events.js'. ======== Module name 'events' was successfully resolved to '/tmp/project/node_modules/events/events.js' with Package ID 'events/events.js@3.3.0'. ======== ======== Resolving module './changes/changes' from '/tmp/project/node_modules/@novu/node/build/main/lib/novu.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/changes/changes', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/changes/changes.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/changes/changes.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/changes/changes.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name './changes/changes' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/changes/changes.d.ts' with Package ID '@novu/node/build/main/lib/changes/changes.d.ts@0.11.0'. ======== ======== Resolving module './novu.interface' from '/tmp/project/node_modules/@novu/node/build/main/lib/novu.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name './novu.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.d.ts' with Package ID '@novu/node/build/main/lib/novu.interface.d.ts@0.11.0'. ======== ======== Resolving module './events/events' from '/tmp/project/node_modules/@novu/node/build/main/lib/novu.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/events/events', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/events/events.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/events/events.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/events/events.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name './events/events' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/events/events.d.ts' with Package ID '@novu/node/build/main/lib/events/events.d.ts@0.11.0'. ======== ======== Resolving module './layouts/layouts' from '/tmp/project/node_modules/@novu/node/build/main/lib/novu.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/layouts/layouts', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/layouts/layouts.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/layouts/layouts.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/layouts/layouts.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name './layouts/layouts' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/layouts/layouts.d.ts' with Package ID '@novu/node/build/main/lib/layouts/layouts.d.ts@0.11.0'. ======== ======== Resolving module './notification-groups/notification-groups' from '/tmp/project/node_modules/@novu/node/build/main/lib/novu.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/notification-groups/notification-groups', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/notification-groups/notification-groups.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/notification-groups/notification-groups.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/notification-groups/notification-groups.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name './notification-groups/notification-groups' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/notification-groups/notification-groups.d.ts' with Package ID '@novu/node/build/main/lib/notification-groups/notification-groups.d.ts@0.11.0'. ======== ======== Resolving module './notification-template/notification-template' from '/tmp/project/node_modules/@novu/node/build/main/lib/novu.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/notification-template/notification-template', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/notification-template/notification-template.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/notification-template/notification-template.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/notification-template/notification-template.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name './notification-template/notification-template' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/notification-template/notification-template.d.ts' with Package ID '@novu/node/build/main/lib/notification-template/notification-template.d.ts@0.11.0'. ======== ======== Resolving module './environments/environments' from '/tmp/project/node_modules/@novu/node/build/main/lib/novu.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/environments/environments', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/environments/environments.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/environments/environments.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/environments/environments.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name './environments/environments' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/environments/environments.d.ts' with Package ID '@novu/node/build/main/lib/environments/environments.d.ts@0.11.0'. ======== ======== Resolving module './feeds/feeds' from '/tmp/project/node_modules/@novu/node/build/main/lib/novu.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/feeds/feeds', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/feeds/feeds.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/feeds/feeds.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/feeds/feeds.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name './feeds/feeds' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/feeds/feeds.d.ts' with Package ID '@novu/node/build/main/lib/feeds/feeds.d.ts@0.11.0'. ======== ======== Resolving module './topics/topics' from '/tmp/project/node_modules/@novu/node/build/main/lib/novu.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/topics/topics', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/topics/topics.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/topics/topics.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/topics/topics.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name './topics/topics' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/topics/topics.d.ts' with Package ID '@novu/node/build/main/lib/topics/topics.d.ts@0.11.0'. ======== ======== Resolving module './integrations/integrations' from '/tmp/project/node_modules/@novu/node/build/main/lib/novu.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/integrations/integrations', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/integrations/integrations.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/integrations/integrations.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/integrations/integrations.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name './integrations/integrations' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/integrations/integrations.d.ts' with Package ID '@novu/node/build/main/lib/integrations/integrations.d.ts@0.11.0'. ======== ======== Resolving module '../novu.interface' from '/tmp/project/node_modules/@novu/node/build/main/lib/subscribers/subscribers.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name '../novu.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.d.ts' with Package ID '@novu/node/build/main/lib/novu.interface.d.ts@0.11.0'. ======== ======== Resolving module './subscriber.interface' from '/tmp/project/node_modules/@novu/node/build/main/lib/subscribers/subscribers.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/subscribers/subscriber.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/subscribers/subscriber.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/subscribers/subscriber.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/subscribers/subscriber.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name './subscriber.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/subscribers/subscriber.interface.d.ts' with Package ID '@novu/node/build/main/lib/subscribers/subscriber.interface.d.ts@0.11.0'. ======== ======== Resolving module 'axios' from '/tmp/project/node_modules/@novu/node/build/main/lib/subscribers/subscribers.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'axios'. 'paths' option is specified, looking for a pattern to match module name 'axios'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'axios'. Resolving module name 'axios' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/axios'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/axios', target file type 'TypeScript'. File '/tmp/project/apps/api/axios.ts' does not exist. File '/tmp/project/apps/api/axios.tsx' does not exist. File '/tmp/project/apps/api/axios.d.ts' does not exist. Directory '/tmp/project/apps/api/axios' does not exist, skipping all lookups in it. Loading module 'axios' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@novu/node/build/main/lib/subscribers/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@novu/node/build/main/lib/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@novu/node/build/main/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@novu/node/build/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/@novu/node/node_modules/axios.ts' does not exist. File '/tmp/project/node_modules/@novu/node/node_modules/axios.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/node_modules/axios.d.ts' does not exist. Directory '/tmp/project/node_modules/@novu/node/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@novu/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/axios/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/axios.ts' does not exist. File '/tmp/project/node_modules/axios.tsx' does not exist. File '/tmp/project/node_modules/axios.d.ts' does not exist. 'package.json' has 'typings' field './index.d.ts' that references '/tmp/project/node_modules/axios/index.d.ts'. File '/tmp/project/node_modules/axios/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/axios/index.d.ts', result '/tmp/project/node_modules/axios/index.d.ts'. ======== Module name 'axios' was successfully resolved to '/tmp/project/node_modules/axios/index.d.ts' with Package ID 'axios/index.d.ts@0.26.1'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/@novu/node/build/main/lib'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'axios' from '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'axios'. 'paths' option is specified, looking for a pattern to match module name 'axios'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'axios'. Resolving module name 'axios' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/axios'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/axios', target file type 'TypeScript'. File '/tmp/project/apps/api/axios.ts' does not exist. File '/tmp/project/apps/api/axios.tsx' does not exist. File '/tmp/project/apps/api/axios.d.ts' does not exist. Directory '/tmp/project/apps/api/axios' does not exist, skipping all lookups in it. Loading module 'axios' from 'node_modules' folder, target file type 'TypeScript'. Resolution for module 'axios' was found in cache from location '/tmp/project/node_modules/@novu/node/build/main/lib'. ======== Module name 'axios' was successfully resolved to '/tmp/project/node_modules/axios/index.d.ts' with Package ID 'axios/index.d.ts@0.26.1'. ======== ======== Resolving module '@novu/shared' from '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@novu/shared'. 'paths' option is specified, looking for a pattern to match module name '@novu/shared'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@novu/shared'. Resolving module name '@novu/shared' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@novu/shared'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@novu/shared', target file type 'TypeScript'. Loading module '@novu/shared' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@novu/node/build/main/lib/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'novu__shared' Resolution for module '@novu/shared' was found in cache from location '/tmp/project/node_modules/@novu/node/build/main'. ======== Module name '@novu/shared' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts' with Package ID '@novu/shared/dist/cjs/index.d.ts@0.11.0'. ======== ======== Resolving module '@novu/shared' from '/tmp/project/node_modules/@novu/node/build/main/lib/subscribers/subscriber.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@novu/shared'. 'paths' option is specified, looking for a pattern to match module name '@novu/shared'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@novu/shared'. Resolving module name '@novu/shared' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@novu/shared'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@novu/shared', target file type 'TypeScript'. Loading module '@novu/shared' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@novu/node/build/main/lib/subscribers/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'novu__shared' Resolution for module '@novu/shared' was found in cache from location '/tmp/project/node_modules/@novu/node/build/main/lib'. ======== Module name '@novu/shared' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts' with Package ID '@novu/shared/dist/cjs/index.d.ts@0.11.0'. ======== ======== Resolving module './changes.interface' from '/tmp/project/node_modules/@novu/node/build/main/lib/changes/changes.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/changes/changes.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/changes/changes.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/changes/changes.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/changes/changes.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name './changes.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/changes/changes.interface.d.ts' with Package ID '@novu/node/build/main/lib/changes/changes.interface.d.ts@0.11.0'. ======== ======== Resolving module '../novu.interface' from '/tmp/project/node_modules/@novu/node/build/main/lib/changes/changes.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name '../novu.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.d.ts' with Package ID '@novu/node/build/main/lib/novu.interface.d.ts@0.11.0'. ======== ======== Resolving module 'axios' from '/tmp/project/node_modules/@novu/node/build/main/lib/changes/changes.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'axios'. 'paths' option is specified, looking for a pattern to match module name 'axios'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'axios'. Resolving module name 'axios' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/axios'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/axios', target file type 'TypeScript'. File '/tmp/project/apps/api/axios.ts' does not exist. File '/tmp/project/apps/api/axios.tsx' does not exist. File '/tmp/project/apps/api/axios.d.ts' does not exist. Directory '/tmp/project/apps/api/axios' does not exist, skipping all lookups in it. Loading module 'axios' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@novu/node/build/main/lib/changes/node_modules' does not exist, skipping all lookups in it. Resolution for module 'axios' was found in cache from location '/tmp/project/node_modules/@novu/node/build/main/lib'. ======== Module name 'axios' was successfully resolved to '/tmp/project/node_modules/axios/index.d.ts' with Package ID 'axios/index.d.ts@0.26.1'. ======== ======== Resolving module './events.interface' from '/tmp/project/node_modules/@novu/node/build/main/lib/events/events.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/events/events.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/events/events.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/events/events.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/events/events.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name './events.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/events/events.interface.d.ts' with Package ID '@novu/node/build/main/lib/events/events.interface.d.ts@0.11.0'. ======== ======== Resolving module '../novu.interface' from '/tmp/project/node_modules/@novu/node/build/main/lib/events/events.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name '../novu.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.d.ts' with Package ID '@novu/node/build/main/lib/novu.interface.d.ts@0.11.0'. ======== ======== Resolving module 'axios' from '/tmp/project/node_modules/@novu/node/build/main/lib/events/events.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'axios'. 'paths' option is specified, looking for a pattern to match module name 'axios'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'axios'. Resolving module name 'axios' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/axios'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/axios', target file type 'TypeScript'. File '/tmp/project/apps/api/axios.ts' does not exist. File '/tmp/project/apps/api/axios.tsx' does not exist. File '/tmp/project/apps/api/axios.d.ts' does not exist. Directory '/tmp/project/apps/api/axios' does not exist, skipping all lookups in it. Loading module 'axios' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@novu/node/build/main/lib/events/node_modules' does not exist, skipping all lookups in it. Resolution for module 'axios' was found in cache from location '/tmp/project/node_modules/@novu/node/build/main/lib'. ======== Module name 'axios' was successfully resolved to '/tmp/project/node_modules/axios/index.d.ts' with Package ID 'axios/index.d.ts@0.26.1'. ======== ======== Resolving module '@novu/shared' from '/tmp/project/node_modules/@novu/node/build/main/lib/events/events.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@novu/shared'. 'paths' option is specified, looking for a pattern to match module name '@novu/shared'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@novu/shared'. Resolving module name '@novu/shared' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@novu/shared'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@novu/shared', target file type 'TypeScript'. Loading module '@novu/shared' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@novu/node/build/main/lib/events/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'novu__shared' Resolution for module '@novu/shared' was found in cache from location '/tmp/project/node_modules/@novu/node/build/main/lib'. ======== Module name '@novu/shared' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts' with Package ID '@novu/shared/dist/cjs/index.d.ts@0.11.0'. ======== ======== Resolving module '../novu.interface' from '/tmp/project/node_modules/@novu/node/build/main/lib/events/events.interface.d.ts'. ======== Resolution for module '../novu.interface' was found in cache from location '/tmp/project/node_modules/@novu/node/build/main/lib/events'. ======== Module name '../novu.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.d.ts' with Package ID '@novu/node/build/main/lib/novu.interface.d.ts@0.11.0'. ======== ======== Resolving module '../topics/topic.interface' from '/tmp/project/node_modules/@novu/node/build/main/lib/events/events.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/topics/topic.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/topics/topic.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/topics/topic.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/topics/topic.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name '../topics/topic.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/topics/topic.interface.d.ts' with Package ID '@novu/node/build/main/lib/topics/topic.interface.d.ts@0.11.0'. ======== ======== Resolving module '../subscribers/subscriber.interface' from '/tmp/project/node_modules/@novu/node/build/main/lib/events/events.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/subscribers/subscriber.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/subscribers/subscriber.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/subscribers/subscriber.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/subscribers/subscriber.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name '../subscribers/subscriber.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/subscribers/subscriber.interface.d.ts' with Package ID '@novu/node/build/main/lib/subscribers/subscriber.interface.d.ts@0.11.0'. ======== ======== Resolving module '@novu/shared' from '/tmp/project/node_modules/@novu/node/build/main/lib/topics/topic.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@novu/shared'. 'paths' option is specified, looking for a pattern to match module name '@novu/shared'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@novu/shared'. Resolving module name '@novu/shared' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@novu/shared'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@novu/shared', target file type 'TypeScript'. Loading module '@novu/shared' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@novu/node/build/main/lib/topics/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'novu__shared' Resolution for module '@novu/shared' was found in cache from location '/tmp/project/node_modules/@novu/node/build/main/lib'. ======== Module name '@novu/shared' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts' with Package ID '@novu/shared/dist/cjs/index.d.ts@0.11.0'. ======== ======== Resolving module './layout.interface' from '/tmp/project/node_modules/@novu/node/build/main/lib/layouts/layouts.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/layouts/layout.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/layouts/layout.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/layouts/layout.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/layouts/layout.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name './layout.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/layouts/layout.interface.d.ts' with Package ID '@novu/node/build/main/lib/layouts/layout.interface.d.ts@0.11.0'. ======== ======== Resolving module '../novu.interface' from '/tmp/project/node_modules/@novu/node/build/main/lib/layouts/layouts.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name '../novu.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.d.ts' with Package ID '@novu/node/build/main/lib/novu.interface.d.ts@0.11.0'. ======== ======== Resolving module '@novu/shared' from '/tmp/project/node_modules/@novu/node/build/main/lib/layouts/layout.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@novu/shared'. 'paths' option is specified, looking for a pattern to match module name '@novu/shared'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@novu/shared'. Resolving module name '@novu/shared' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@novu/shared'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@novu/shared', target file type 'TypeScript'. Loading module '@novu/shared' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@novu/node/build/main/lib/layouts/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'novu__shared' Resolution for module '@novu/shared' was found in cache from location '/tmp/project/node_modules/@novu/node/build/main/lib'. ======== Module name '@novu/shared' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts' with Package ID '@novu/shared/dist/cjs/index.d.ts@0.11.0'. ======== ======== Resolving module '../novu.interface' from '/tmp/project/node_modules/@novu/node/build/main/lib/notification-groups/notification-groups.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name '../novu.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.d.ts' with Package ID '@novu/node/build/main/lib/novu.interface.d.ts@0.11.0'. ======== ======== Resolving module './notification-groups.interface' from '/tmp/project/node_modules/@novu/node/build/main/lib/notification-groups/notification-groups.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/notification-groups/notification-groups.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/notification-groups/notification-groups.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/notification-groups/notification-groups.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/notification-groups/notification-groups.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name './notification-groups.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/notification-groups/notification-groups.interface.d.ts' with Package ID '@novu/node/build/main/lib/notification-groups/notification-groups.interface.d.ts@0.11.0'. ======== ======== Resolving module 'axios' from '/tmp/project/node_modules/@novu/node/build/main/lib/notification-groups/notification-groups.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'axios'. 'paths' option is specified, looking for a pattern to match module name 'axios'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'axios'. Resolving module name 'axios' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/axios'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/axios', target file type 'TypeScript'. File '/tmp/project/apps/api/axios.ts' does not exist. File '/tmp/project/apps/api/axios.tsx' does not exist. File '/tmp/project/apps/api/axios.d.ts' does not exist. Directory '/tmp/project/apps/api/axios' does not exist, skipping all lookups in it. Loading module 'axios' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@novu/node/build/main/lib/notification-groups/node_modules' does not exist, skipping all lookups in it. Resolution for module 'axios' was found in cache from location '/tmp/project/node_modules/@novu/node/build/main/lib'. ======== Module name 'axios' was successfully resolved to '/tmp/project/node_modules/axios/index.d.ts' with Package ID 'axios/index.d.ts@0.26.1'. ======== ======== Resolving module '../novu.interface' from '/tmp/project/node_modules/@novu/node/build/main/lib/notification-template/notification-template.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name '../novu.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.d.ts' with Package ID '@novu/node/build/main/lib/novu.interface.d.ts@0.11.0'. ======== ======== Resolving module './notification-template.interface' from '/tmp/project/node_modules/@novu/node/build/main/lib/notification-template/notification-template.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/notification-template/notification-template.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/notification-template/notification-template.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/notification-template/notification-template.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/notification-template/notification-template.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name './notification-template.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/notification-template/notification-template.interface.d.ts' with Package ID '@novu/node/build/main/lib/notification-template/notification-template.interface.d.ts@0.11.0'. ======== ======== Resolving module 'axios' from '/tmp/project/node_modules/@novu/node/build/main/lib/notification-template/notification-template.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'axios'. 'paths' option is specified, looking for a pattern to match module name 'axios'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'axios'. Resolving module name 'axios' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/axios'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/axios', target file type 'TypeScript'. File '/tmp/project/apps/api/axios.ts' does not exist. File '/tmp/project/apps/api/axios.tsx' does not exist. File '/tmp/project/apps/api/axios.d.ts' does not exist. Directory '/tmp/project/apps/api/axios' does not exist, skipping all lookups in it. Loading module 'axios' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@novu/node/build/main/lib/notification-template/node_modules' does not exist, skipping all lookups in it. Resolution for module 'axios' was found in cache from location '/tmp/project/node_modules/@novu/node/build/main/lib'. ======== Module name 'axios' was successfully resolved to '/tmp/project/node_modules/axios/index.d.ts' with Package ID 'axios/index.d.ts@0.26.1'. ======== ======== Resolving module '@novu/shared' from '/tmp/project/node_modules/@novu/node/build/main/lib/notification-template/notification-template.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@novu/shared'. 'paths' option is specified, looking for a pattern to match module name '@novu/shared'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@novu/shared'. Resolving module name '@novu/shared' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@novu/shared'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@novu/shared', target file type 'TypeScript'. Loading module '@novu/shared' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@novu/node/build/main/lib/notification-template/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'novu__shared' Resolution for module '@novu/shared' was found in cache from location '/tmp/project/node_modules/@novu/node/build/main/lib'. ======== Module name '@novu/shared' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts' with Package ID '@novu/shared/dist/cjs/index.d.ts@0.11.0'. ======== ======== Resolving module '../novu.interface' from '/tmp/project/node_modules/@novu/node/build/main/lib/environments/environments.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name '../novu.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.d.ts' with Package ID '@novu/node/build/main/lib/novu.interface.d.ts@0.11.0'. ======== ======== Resolving module './environments.interface' from '/tmp/project/node_modules/@novu/node/build/main/lib/environments/environments.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/environments/environments.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/environments/environments.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/environments/environments.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/environments/environments.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name './environments.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/environments/environments.interface.d.ts' with Package ID '@novu/node/build/main/lib/environments/environments.interface.d.ts@0.11.0'. ======== ======== Resolving module 'axios' from '/tmp/project/node_modules/@novu/node/build/main/lib/environments/environments.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'axios'. 'paths' option is specified, looking for a pattern to match module name 'axios'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'axios'. Resolving module name 'axios' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/axios'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/axios', target file type 'TypeScript'. File '/tmp/project/apps/api/axios.ts' does not exist. File '/tmp/project/apps/api/axios.tsx' does not exist. File '/tmp/project/apps/api/axios.d.ts' does not exist. Directory '/tmp/project/apps/api/axios' does not exist, skipping all lookups in it. Loading module 'axios' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@novu/node/build/main/lib/environments/node_modules' does not exist, skipping all lookups in it. Resolution for module 'axios' was found in cache from location '/tmp/project/node_modules/@novu/node/build/main/lib'. ======== Module name 'axios' was successfully resolved to '/tmp/project/node_modules/axios/index.d.ts' with Package ID 'axios/index.d.ts@0.26.1'. ======== ======== Resolving module '../novu.interface' from '/tmp/project/node_modules/@novu/node/build/main/lib/feeds/feeds.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name '../novu.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.d.ts' with Package ID '@novu/node/build/main/lib/novu.interface.d.ts@0.11.0'. ======== ======== Resolving module './feeds.interface' from '/tmp/project/node_modules/@novu/node/build/main/lib/feeds/feeds.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/feeds/feeds.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/feeds/feeds.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/feeds/feeds.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/feeds/feeds.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name './feeds.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/feeds/feeds.interface.d.ts' with Package ID '@novu/node/build/main/lib/feeds/feeds.interface.d.ts@0.11.0'. ======== ======== Resolving module 'axios' from '/tmp/project/node_modules/@novu/node/build/main/lib/feeds/feeds.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'axios'. 'paths' option is specified, looking for a pattern to match module name 'axios'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'axios'. Resolving module name 'axios' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/axios'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/axios', target file type 'TypeScript'. File '/tmp/project/apps/api/axios.ts' does not exist. File '/tmp/project/apps/api/axios.tsx' does not exist. File '/tmp/project/apps/api/axios.d.ts' does not exist. Directory '/tmp/project/apps/api/axios' does not exist, skipping all lookups in it. Loading module 'axios' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@novu/node/build/main/lib/feeds/node_modules' does not exist, skipping all lookups in it. Resolution for module 'axios' was found in cache from location '/tmp/project/node_modules/@novu/node/build/main/lib'. ======== Module name 'axios' was successfully resolved to '/tmp/project/node_modules/axios/index.d.ts' with Package ID 'axios/index.d.ts@0.26.1'. ======== ======== Resolving module '@novu/shared' from '/tmp/project/node_modules/@novu/node/build/main/lib/topics/topics.d.ts'. ======== Resolution for module '@novu/shared' was found in cache from location '/tmp/project/node_modules/@novu/node/build/main/lib/topics'. ======== Module name '@novu/shared' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts' with Package ID '@novu/shared/dist/cjs/index.d.ts@0.11.0'. ======== ======== Resolving module './topic.interface' from '/tmp/project/node_modules/@novu/node/build/main/lib/topics/topics.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/topics/topic.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/topics/topic.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/topics/topic.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/topics/topic.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name './topic.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/topics/topic.interface.d.ts' with Package ID '@novu/node/build/main/lib/topics/topic.interface.d.ts@0.11.0'. ======== ======== Resolving module '../novu.interface' from '/tmp/project/node_modules/@novu/node/build/main/lib/topics/topics.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name '../novu.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.d.ts' with Package ID '@novu/node/build/main/lib/novu.interface.d.ts@0.11.0'. ======== ======== Resolving module 'axios' from '/tmp/project/node_modules/@novu/node/build/main/lib/topics/topics.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'axios'. 'paths' option is specified, looking for a pattern to match module name 'axios'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'axios'. Resolving module name 'axios' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/axios'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/axios', target file type 'TypeScript'. File '/tmp/project/apps/api/axios.ts' does not exist. File '/tmp/project/apps/api/axios.tsx' does not exist. File '/tmp/project/apps/api/axios.d.ts' does not exist. Directory '/tmp/project/apps/api/axios' does not exist, skipping all lookups in it. Loading module 'axios' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@novu/node/build/main/lib/topics/node_modules' does not exist, skipping all lookups in it. Resolution for module 'axios' was found in cache from location '/tmp/project/node_modules/@novu/node/build/main/lib'. ======== Module name 'axios' was successfully resolved to '/tmp/project/node_modules/axios/index.d.ts' with Package ID 'axios/index.d.ts@0.26.1'. ======== ======== Resolving module '../novu.interface' from '/tmp/project/node_modules/@novu/node/build/main/lib/integrations/integrations.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name '../novu.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/novu.interface.d.ts' with Package ID '@novu/node/build/main/lib/novu.interface.d.ts@0.11.0'. ======== ======== Resolving module './integrations.interface' from '/tmp/project/node_modules/@novu/node/build/main/lib/integrations/integrations.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@novu/node/build/main/lib/integrations/integrations.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@novu/node/build/main/lib/integrations/integrations.interface.ts' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/integrations/integrations.interface.tsx' does not exist. File '/tmp/project/node_modules/@novu/node/build/main/lib/integrations/integrations.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@novu/node/package.json' exists according to earlier cached lookups. ======== Module name './integrations.interface' was successfully resolved to '/tmp/project/node_modules/@novu/node/build/main/lib/integrations/integrations.interface.d.ts' with Package ID '@novu/node/build/main/lib/integrations/integrations.interface.d.ts@0.11.0'. ======== ======== Resolving module 'axios' from '/tmp/project/node_modules/@novu/node/build/main/lib/integrations/integrations.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'axios'. 'paths' option is specified, looking for a pattern to match module name 'axios'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'axios'. Resolving module name 'axios' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/axios'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/axios', target file type 'TypeScript'. File '/tmp/project/apps/api/axios.ts' does not exist. File '/tmp/project/apps/api/axios.tsx' does not exist. File '/tmp/project/apps/api/axios.d.ts' does not exist. Directory '/tmp/project/apps/api/axios' does not exist, skipping all lookups in it. Loading module 'axios' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@novu/node/build/main/lib/integrations/node_modules' does not exist, skipping all lookups in it. Resolution for module 'axios' was found in cache from location '/tmp/project/node_modules/@novu/node/build/main/lib'. ======== Module name 'axios' was successfully resolved to '/tmp/project/node_modules/axios/index.d.ts' with Package ID 'axios/index.d.ts@0.26.1'. ======== ======== Resolving module '@novu/shared' from '/tmp/project/node_modules/@novu/node/build/main/lib/integrations/integrations.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@novu/shared'. 'paths' option is specified, looking for a pattern to match module name '@novu/shared'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@novu/shared'. Resolving module name '@novu/shared' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@novu/shared'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@novu/shared', target file type 'TypeScript'. Loading module '@novu/shared' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@novu/node/build/main/lib/integrations/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'novu__shared' Resolution for module '@novu/shared' was found in cache from location '/tmp/project/node_modules/@novu/node/build/main/lib'. ======== Module name '@novu/shared' was successfully resolved to '/tmp/project/node_modules/@novu/shared/dist/cjs/index.d.ts' with Package ID '@novu/shared/dist/cjs/index.d.ts@0.11.0'. ======== ======== Resolving module './dist' from '/tmp/project/node_modules/@nestjs/passport/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/passport/dist', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/passport/dist.ts' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/index.d.ts' exist - use it as a name resolution result. ======== Module name './dist' was successfully resolved to '/tmp/project/node_modules/@nestjs/passport/dist/index.d.ts'. ======== ======== Resolving module './abstract.strategy' from '/tmp/project/node_modules/@nestjs/passport/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/passport/dist/abstract.strategy', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/passport/dist/abstract.strategy.ts' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/abstract.strategy.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/abstract.strategy.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/passport/package.json' exists according to earlier cached lookups. ======== Module name './abstract.strategy' was successfully resolved to '/tmp/project/node_modules/@nestjs/passport/dist/abstract.strategy.d.ts' with Package ID '@nestjs/passport/dist/abstract.strategy.d.ts@9.0.3'. ======== ======== Resolving module './auth.guard' from '/tmp/project/node_modules/@nestjs/passport/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/passport/dist/auth.guard', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/passport/dist/auth.guard.ts' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/auth.guard.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/auth.guard.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/passport/package.json' exists according to earlier cached lookups. ======== Module name './auth.guard' was successfully resolved to '/tmp/project/node_modules/@nestjs/passport/dist/auth.guard.d.ts' with Package ID '@nestjs/passport/dist/auth.guard.d.ts@9.0.3'. ======== ======== Resolving module './interfaces' from '/tmp/project/node_modules/@nestjs/passport/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/passport/dist/interfaces', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/passport/dist/interfaces.ts' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/interfaces.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/interfaces.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/package.json' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name './interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/index.d.ts'. ======== ======== Resolving module './passport.module' from '/tmp/project/node_modules/@nestjs/passport/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/passport/dist/passport.module', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/passport/dist/passport.module.ts' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/passport.module.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/passport.module.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/passport/package.json' exists according to earlier cached lookups. ======== Module name './passport.module' was successfully resolved to '/tmp/project/node_modules/@nestjs/passport/dist/passport.module.d.ts' with Package ID '@nestjs/passport/dist/passport.module.d.ts@9.0.3'. ======== ======== Resolving module './passport/passport.serializer' from '/tmp/project/node_modules/@nestjs/passport/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/passport/dist/passport/passport.serializer', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/passport/dist/passport/passport.serializer.ts' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/passport/passport.serializer.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/passport/passport.serializer.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/passport/package.json' exists according to earlier cached lookups. ======== Module name './passport/passport.serializer' was successfully resolved to '/tmp/project/node_modules/@nestjs/passport/dist/passport/passport.serializer.d.ts' with Package ID '@nestjs/passport/dist/passport/passport.serializer.d.ts@9.0.3'. ======== ======== Resolving module './passport/passport.strategy' from '/tmp/project/node_modules/@nestjs/passport/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/passport/dist/passport/passport.strategy', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/passport/dist/passport/passport.strategy.ts' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/passport/passport.strategy.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/passport/passport.strategy.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/passport/package.json' exists according to earlier cached lookups. ======== Module name './passport/passport.strategy' was successfully resolved to '/tmp/project/node_modules/@nestjs/passport/dist/passport/passport.strategy.d.ts' with Package ID '@nestjs/passport/dist/passport/passport.strategy.d.ts@9.0.3'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/passport/dist/auth.guard.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/passport/dist/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Directory '/tmp/project/node_modules/@nestjs/passport/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './interfaces' from '/tmp/project/node_modules/@nestjs/passport/dist/auth.guard.d.ts'. ======== Resolution for module './interfaces' was found in cache from location '/tmp/project/node_modules/@nestjs/passport/dist'. ======== Module name './interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/index.d.ts'. ======== ======== Resolving module './interfaces/auth-module.options' from '/tmp/project/node_modules/@nestjs/passport/dist/auth.guard.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/auth-module.options', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/auth-module.options.ts' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/auth-module.options.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/auth-module.options.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/passport/package.json' exists according to earlier cached lookups. ======== Module name './interfaces/auth-module.options' was successfully resolved to '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/auth-module.options.d.ts' with Package ID '@nestjs/passport/dist/interfaces/auth-module.options.d.ts@9.0.3'. ======== ======== Resolving module './auth-module.options' from '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/auth-module.options', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/auth-module.options.ts' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/auth-module.options.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/auth-module.options.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/passport/package.json' exists according to earlier cached lookups. ======== Module name './auth-module.options' was successfully resolved to '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/auth-module.options.d.ts' with Package ID '@nestjs/passport/dist/interfaces/auth-module.options.d.ts@9.0.3'. ======== ======== Resolving module './type.interface' from '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/type.interface', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/type.interface.ts' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/type.interface.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/type.interface.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@nestjs/passport/package.json' exists according to earlier cached lookups. ======== Module name './type.interface' was successfully resolved to '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/type.interface.d.ts' with Package ID '@nestjs/passport/dist/interfaces/type.interface.d.ts@9.0.3'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/auth-module.options.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/passport/dist'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/node_modules/@nestjs/passport/dist/passport.module.d.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/node_modules/@nestjs/passport/dist'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './interfaces/auth-module.options' from '/tmp/project/node_modules/@nestjs/passport/dist/passport.module.d.ts'. ======== Resolution for module './interfaces/auth-module.options' was found in cache from location '/tmp/project/node_modules/@nestjs/passport/dist'. ======== Module name './interfaces/auth-module.options' was successfully resolved to '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/auth-module.options.d.ts' with Package ID '@nestjs/passport/dist/interfaces/auth-module.options.d.ts@9.0.3'. ======== ======== Resolving module 'passport' from '/tmp/project/node_modules/@nestjs/passport/dist/passport/passport.serializer.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'passport'. 'paths' option is specified, looking for a pattern to match module name 'passport'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'passport'. Resolving module name 'passport' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/passport'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/passport', target file type 'TypeScript'. File '/tmp/project/apps/api/passport.ts' does not exist. File '/tmp/project/apps/api/passport.tsx' does not exist. File '/tmp/project/apps/api/passport.d.ts' does not exist. Directory '/tmp/project/apps/api/passport' does not exist, skipping all lookups in it. Loading module 'passport' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@nestjs/passport/dist/passport/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@nestjs/passport/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@nestjs/passport/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/passport/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/passport.ts' does not exist. File '/tmp/project/node_modules/passport.tsx' does not exist. File '/tmp/project/node_modules/passport.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field './lib' that references '/tmp/project/node_modules/passport/lib'. File '/tmp/project/node_modules/passport/lib' does not exist. Loading module as file / folder, candidate module location '/tmp/project/node_modules/passport/lib', target file type 'TypeScript'. File '/tmp/project/node_modules/passport/lib.ts' does not exist. File '/tmp/project/node_modules/passport/lib.tsx' does not exist. File '/tmp/project/node_modules/passport/lib.d.ts' does not exist. File '/tmp/project/node_modules/passport/lib/index.ts' does not exist. File '/tmp/project/node_modules/passport/lib/index.tsx' does not exist. File '/tmp/project/node_modules/passport/lib/index.d.ts' does not exist. File '/tmp/project/node_modules/passport/index.ts' does not exist. File '/tmp/project/node_modules/passport/index.tsx' does not exist. File '/tmp/project/node_modules/passport/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/passport.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'passport'. 'paths' option is specified, looking for a pattern to match module name 'passport'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'passport'. Resolving module name 'passport' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/passport'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/passport', target file type 'JavaScript'. File '/tmp/project/apps/api/passport.js' does not exist. File '/tmp/project/apps/api/passport.jsx' does not exist. Directory '/tmp/project/apps/api/passport' does not exist, skipping all lookups in it. Loading module 'passport' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@nestjs/passport/dist/passport/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@nestjs/passport/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@nestjs/passport/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@nestjs/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/passport/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/passport.js' does not exist. File '/tmp/project/node_modules/passport.jsx' does not exist. 'package.json' has 'main' field './lib' that references '/tmp/project/node_modules/passport/lib'. File '/tmp/project/node_modules/passport/lib' does not exist. Loading module as file / folder, candidate module location '/tmp/project/node_modules/passport/lib', target file type 'JavaScript'. File '/tmp/project/node_modules/passport/lib.js' does not exist. File '/tmp/project/node_modules/passport/lib.jsx' does not exist. File '/tmp/project/node_modules/passport/lib/index.js' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/passport/lib/index.js', result '/tmp/project/node_modules/passport/lib/index.js'. ======== Module name 'passport' was successfully resolved to '/tmp/project/node_modules/passport/lib/index.js' with Package ID 'passport/lib/index.js@0.6.0'. ======== ======== Resolving module '../interfaces' from '/tmp/project/node_modules/@nestjs/passport/dist/passport/passport.strategy.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@nestjs/passport/dist/interfaces', target file type 'TypeScript'. File '/tmp/project/node_modules/@nestjs/passport/dist/interfaces.ts' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/interfaces.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/interfaces.d.ts' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/index.d.ts' exist - use it as a name resolution result. ======== Module name '../interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/passport/dist/interfaces/index.d.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/logging.middleware.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'express' from '/tmp/project/apps/api/apps/api/src/logging.middleware.ts'. ======== Resolution for module 'express' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'express' was successfully resolved to '/tmp/project/node_modules/@types/express/index.d.ts' with Package ID '@types/express/index.d.ts@4.17.17'. ======== ======== Resolving module 'private-environment' from '/tmp/project/apps/api/apps/api/src/logging.middleware.ts'. ======== Resolution for module 'private-environment' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'private-environment' was successfully resolved to '/tmp/project/packages/private-environment/dist/index.d.ts' with Package ID 'private-environment/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'request-ip' from '/tmp/project/apps/api/apps/api/src/logging.middleware.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'request-ip'. 'paths' option is specified, looking for a pattern to match module name 'request-ip'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'request-ip'. Resolving module name 'request-ip' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/request-ip'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/request-ip', target file type 'TypeScript'. File '/tmp/project/apps/api/request-ip.ts' does not exist. File '/tmp/project/apps/api/request-ip.tsx' does not exist. File '/tmp/project/apps/api/request-ip.d.ts' does not exist. Directory '/tmp/project/apps/api/request-ip' does not exist, skipping all lookups in it. Loading module 'request-ip' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/request-ip.ts' does not exist. File '/tmp/project/apps/api/node_modules/request-ip.tsx' does not exist. File '/tmp/project/apps/api/node_modules/request-ip.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/request-ip/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/request-ip.ts' does not exist. File '/tmp/project/node_modules/request-ip.tsx' does not exist. File '/tmp/project/node_modules/request-ip.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field './dist/index.js' that references '/tmp/project/node_modules/request-ip/dist/index.js'. File '/tmp/project/node_modules/request-ip/dist/index.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/request-ip/dist/index.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/request-ip/dist/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/request-ip/dist/index.js.ts' does not exist. File '/tmp/project/node_modules/request-ip/dist/index.js.tsx' does not exist. File '/tmp/project/node_modules/request-ip/dist/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/request-ip/dist/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/request-ip/dist/index.ts' does not exist. File '/tmp/project/node_modules/request-ip/dist/index.tsx' does not exist. File '/tmp/project/node_modules/request-ip/dist/index.d.ts' does not exist. Directory '/tmp/project/node_modules/request-ip/dist/index.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/request-ip/index.ts' does not exist. File '/tmp/project/node_modules/request-ip/index.tsx' does not exist. File '/tmp/project/node_modules/request-ip/index.d.ts' does not exist. Found 'package.json' at '/tmp/project/node_modules/@types/request-ip/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@types/request-ip.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/request-ip/index.d.ts'. File '/tmp/project/node_modules/@types/request-ip/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/request-ip/index.d.ts', result '/tmp/project/node_modules/@types/request-ip/index.d.ts'. ======== Module name 'request-ip' was successfully resolved to '/tmp/project/node_modules/@types/request-ip/index.d.ts' with Package ID '@types/request-ip/index.d.ts@0.0.37'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/request-ip/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/@types/request-ip/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/request-ip/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'http' was not resolved. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/mail/mail.module.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/mail'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './mail.service' from '/tmp/project/apps/api/apps/api/src/mail/mail.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/mail/mail.service', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/mail/mail.service.ts' exist - use it as a name resolution result. ======== Module name './mail.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/mail/mail.service.ts'. ======== ======== Resolving module '@aws-sdk/client-ses' from '/tmp/project/apps/api/apps/api/src/mail/mail.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/client-ses'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/client-ses'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/client-ses'. Resolving module name '@aws-sdk/client-ses' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/client-ses'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/client-ses', target file type 'TypeScript'. Loading module '@aws-sdk/client-ses' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/mail/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__client-ses' Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__client-ses' Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__client-ses' Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__client-ses' Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__client-ses' Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__client-ses' Found 'package.json' at '/tmp/project/node_modules/@aws-sdk/client-ses/package.json'. 'package.json' has a 'typesVersions' field with version-specific path mappings. 'package.json' does not have a 'typesVersions' entry that matches version '4.9'. File '/tmp/project/node_modules/@aws-sdk/client-ses.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist-types/index.d.ts' that references '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/index.d.ts'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/index.d.ts', result '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/index.d.ts'. ======== Module name '@aws-sdk/client-ses' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/index.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '../assets/email/helpers.hbs.js' from '/tmp/project/apps/api/apps/api/src/mail/mail.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/assets/email/helpers.hbs.js', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/assets/email/helpers.hbs.js.ts' does not exist. File '/tmp/project/apps/api/apps/api/src/assets/email/helpers.hbs.js.tsx' does not exist. File '/tmp/project/apps/api/apps/api/src/assets/email/helpers.hbs.js.d.ts' does not exist. File name '/tmp/project/apps/api/apps/api/src/assets/email/helpers.hbs.js' has a '.js' extension - stripping it. File '/tmp/project/apps/api/apps/api/src/assets/email/helpers.hbs.ts' does not exist. File '/tmp/project/apps/api/apps/api/src/assets/email/helpers.hbs.tsx' does not exist. File '/tmp/project/apps/api/apps/api/src/assets/email/helpers.hbs.d.ts' does not exist. Directory '/tmp/project/apps/api/apps/api/src/assets/email/helpers.hbs.js' does not exist, skipping all lookups in it. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/assets/email/helpers.hbs.js', target file type 'JavaScript'. File '/tmp/project/apps/api/apps/api/src/assets/email/helpers.hbs.js.js' does not exist. File '/tmp/project/apps/api/apps/api/src/assets/email/helpers.hbs.js.jsx' does not exist. File name '/tmp/project/apps/api/apps/api/src/assets/email/helpers.hbs.js' has a '.js' extension - stripping it. File '/tmp/project/apps/api/apps/api/src/assets/email/helpers.hbs.js' exist - use it as a name resolution result. ======== Module name '../assets/email/helpers.hbs.js' was successfully resolved to '/tmp/project/apps/api/apps/api/src/assets/email/helpers.hbs.js'. ======== ======== Resolving module 'path' from '/tmp/project/apps/api/apps/api/src/mail/mail.module.ts'. ======== Resolution for module 'path' was found in cache from location '/tmp/project/apps/api/apps/api/src/mail'. ======== Module name 'path' was not resolved. ======== ======== Resolving module 'mailer' from '/tmp/project/apps/api/apps/api/src/mail/mail.module.ts'. ======== Resolution for module 'mailer' was found in cache from location '/tmp/project/apps/api/apps/api/src/mail'. ======== Module name 'mailer' was successfully resolved to '/tmp/project/packages/mailer/index.ts' with Package ID 'mailer/index.ts@1.6.2'. ======== ======== Resolving module 'mailer/dist/adapters/handlebars.adapter' from '/tmp/project/apps/api/apps/api/src/mail/mail.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'mailer/dist/adapters/handlebars.adapter'. 'paths' option is specified, looking for a pattern to match module name 'mailer/dist/adapters/handlebars.adapter'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'mailer/dist/adapters/handlebars.adapter'. Resolving module name 'mailer/dist/adapters/handlebars.adapter' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/mailer/dist/adapters/handlebars.adapter'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/mailer/dist/adapters/handlebars.adapter', target file type 'TypeScript'. Loading module 'mailer/dist/adapters/handlebars.adapter' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/mail/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/mailer/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/mailer/dist/adapters/handlebars.adapter.ts' does not exist. File '/tmp/project/node_modules/mailer/dist/adapters/handlebars.adapter.tsx' does not exist. File '/tmp/project/node_modules/mailer/dist/adapters/handlebars.adapter.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/mailer/dist/adapters/handlebars.adapter.d.ts', result '/tmp/project/packages/mailer/dist/adapters/handlebars.adapter.d.ts'. ======== Module name 'mailer/dist/adapters/handlebars.adapter' was successfully resolved to '/tmp/project/packages/mailer/dist/adapters/handlebars.adapter.d.ts' with Package ID 'mailer/dist/adapters/handlebars.adapter.d.ts@1.6.2'. ======== ======== Resolving module 'private-environment' from '/tmp/project/apps/api/apps/api/src/mail/mail.module.ts'. ======== Resolution for module 'private-environment' was found in cache from location '/tmp/project/apps/api/apps/api/src/mail'. ======== Module name 'private-environment' was successfully resolved to '/tmp/project/packages/private-environment/dist/index.d.ts' with Package ID 'private-environment/dist/index.d.ts@0.0.1'. ======== ======== Resolving module './SES' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './SES' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SES.d.ts@3.316.0'. ======== ======== Resolving module './SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module './commands' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands.d.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/package.json' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts' exist - use it as a name resolution result. ======== Module name './commands' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== ======== Resolving module './models' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models.d.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/package.json' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/index.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/index.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/index.d.ts' exist - use it as a name resolution result. ======== Module name './models' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/index.d.ts'. ======== ======== Resolving module './pagination' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination.d.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/package.json' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/index.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/index.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/index.d.ts' exist - use it as a name resolution result. ======== Module name './pagination' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/index.d.ts'. ======== ======== Resolving module './waiters' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/waiters', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/waiters.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/waiters.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/waiters.d.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/waiters/package.json' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/waiters/index.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/waiters/index.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/waiters/index.d.ts' exist - use it as a name resolution result. ======== Module name './waiters' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/waiters/index.d.ts'. ======== ======== Resolving module './models/SESServiceException' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/SESServiceException', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/SESServiceException.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/SESServiceException.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/SESServiceException.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './models/SESServiceException' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/SESServiceException.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/SESServiceException.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Directory '/tmp/project/node_modules/@aws-sdk/client-ses/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Directory '/tmp/project/node_modules/@aws-sdk/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Found 'package.json' at '/tmp/project/node_modules/@aws-sdk/types/package.json'. 'package.json' has a 'typesVersions' field with version-specific path mappings. 'package.json' does not have a 'typesVersions' entry that matches version '4.9'. File '/tmp/project/node_modules/@aws-sdk/types.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist-types/index.d.ts' that references '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts', result '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './commands/CloneReceiptRuleSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CloneReceiptRuleSetCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CloneReceiptRuleSetCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CloneReceiptRuleSetCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CloneReceiptRuleSetCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/CloneReceiptRuleSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CloneReceiptRuleSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/CloneReceiptRuleSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CreateConfigurationSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/CreateConfigurationSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CreateConfigurationSetEventDestinationCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetEventDestinationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetEventDestinationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetEventDestinationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/CreateConfigurationSetEventDestinationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CreateConfigurationSetTrackingOptionsCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/CreateConfigurationSetTrackingOptionsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CreateCustomVerificationEmailTemplateCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateCustomVerificationEmailTemplateCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/CreateCustomVerificationEmailTemplateCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CreateReceiptFilterCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptFilterCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptFilterCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptFilterCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptFilterCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/CreateReceiptFilterCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptFilterCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/CreateReceiptFilterCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CreateReceiptRuleCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/CreateReceiptRuleCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CreateReceiptRuleSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleSetCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleSetCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleSetCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleSetCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/CreateReceiptRuleSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CreateTemplateCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateTemplateCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateTemplateCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateTemplateCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateTemplateCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/CreateTemplateCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateTemplateCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/CreateTemplateCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteConfigurationSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteConfigurationSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteConfigurationSetEventDestinationCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetEventDestinationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteConfigurationSetEventDestinationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteConfigurationSetTrackingOptionsCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteConfigurationSetTrackingOptionsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteCustomVerificationEmailTemplateCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteCustomVerificationEmailTemplateCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteIdentityCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteIdentityCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteIdentityCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteIdentityPolicyCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityPolicyCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityPolicyCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityPolicyCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityPolicyCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteIdentityPolicyCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityPolicyCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteIdentityPolicyCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteReceiptFilterCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptFilterCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptFilterCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptFilterCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptFilterCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteReceiptFilterCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptFilterCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteReceiptFilterCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteReceiptRuleCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteReceiptRuleCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteReceiptRuleSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleSetCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleSetCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleSetCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteReceiptRuleSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteTemplateCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteTemplateCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteTemplateCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteTemplateCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteTemplateCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteTemplateCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteTemplateCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteTemplateCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteVerifiedEmailAddressCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteVerifiedEmailAddressCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteVerifiedEmailAddressCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteVerifiedEmailAddressCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteVerifiedEmailAddressCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DescribeActiveReceiptRuleSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeActiveReceiptRuleSetCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeActiveReceiptRuleSetCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeActiveReceiptRuleSetCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/DescribeActiveReceiptRuleSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DescribeConfigurationSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeConfigurationSetCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeConfigurationSetCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeConfigurationSetCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeConfigurationSetCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/DescribeConfigurationSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeConfigurationSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DescribeConfigurationSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DescribeReceiptRuleCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/DescribeReceiptRuleCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DescribeReceiptRuleSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleSetCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleSetCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleSetCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/DescribeReceiptRuleSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetAccountSendingEnabledCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetAccountSendingEnabledCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetAccountSendingEnabledCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetAccountSendingEnabledCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetAccountSendingEnabledCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetAccountSendingEnabledCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetAccountSendingEnabledCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetAccountSendingEnabledCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetCustomVerificationEmailTemplateCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetCustomVerificationEmailTemplateCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetCustomVerificationEmailTemplateCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetCustomVerificationEmailTemplateCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetCustomVerificationEmailTemplateCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetIdentityDkimAttributesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityDkimAttributesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityDkimAttributesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityDkimAttributesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetIdentityDkimAttributesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetIdentityMailFromDomainAttributesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityMailFromDomainAttributesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetIdentityMailFromDomainAttributesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetIdentityNotificationAttributesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityNotificationAttributesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityNotificationAttributesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityNotificationAttributesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetIdentityNotificationAttributesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetIdentityPoliciesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityPoliciesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityPoliciesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityPoliciesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityPoliciesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetIdentityPoliciesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityPoliciesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetIdentityPoliciesCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetIdentityVerificationAttributesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetIdentityVerificationAttributesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetSendQuotaCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendQuotaCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendQuotaCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendQuotaCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendQuotaCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetSendQuotaCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendQuotaCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetSendQuotaCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetSendStatisticsCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendStatisticsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendStatisticsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendStatisticsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendStatisticsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetSendStatisticsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendStatisticsCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetSendStatisticsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetTemplateCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetTemplateCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetTemplateCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetTemplateCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetTemplateCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetTemplateCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetTemplateCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetTemplateCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListConfigurationSetsCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListConfigurationSetsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListConfigurationSetsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListConfigurationSetsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListConfigurationSetsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/ListConfigurationSetsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListConfigurationSetsCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ListConfigurationSetsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListCustomVerificationEmailTemplatesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/ListCustomVerificationEmailTemplatesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListIdentitiesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/ListIdentitiesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListIdentityPoliciesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentityPoliciesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentityPoliciesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentityPoliciesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentityPoliciesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/ListIdentityPoliciesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentityPoliciesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ListIdentityPoliciesCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListReceiptFiltersCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptFiltersCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptFiltersCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptFiltersCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptFiltersCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/ListReceiptFiltersCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptFiltersCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ListReceiptFiltersCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListReceiptRuleSetsCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptRuleSetsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptRuleSetsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptRuleSetsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptRuleSetsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/ListReceiptRuleSetsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptRuleSetsCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ListReceiptRuleSetsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListTemplatesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListTemplatesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListTemplatesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListTemplatesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListTemplatesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/ListTemplatesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListTemplatesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ListTemplatesCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListVerifiedEmailAddressesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListVerifiedEmailAddressesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListVerifiedEmailAddressesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListVerifiedEmailAddressesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/ListVerifiedEmailAddressesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutConfigurationSetDeliveryOptionsCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/PutConfigurationSetDeliveryOptionsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutIdentityPolicyCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutIdentityPolicyCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutIdentityPolicyCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutIdentityPolicyCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutIdentityPolicyCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/PutIdentityPolicyCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutIdentityPolicyCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/PutIdentityPolicyCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ReorderReceiptRuleSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ReorderReceiptRuleSetCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ReorderReceiptRuleSetCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ReorderReceiptRuleSetCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/ReorderReceiptRuleSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SendBounceCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBounceCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBounceCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBounceCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBounceCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/SendBounceCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBounceCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SendBounceCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SendBulkTemplatedEmailCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBulkTemplatedEmailCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBulkTemplatedEmailCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBulkTemplatedEmailCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/SendBulkTemplatedEmailCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SendCustomVerificationEmailCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendCustomVerificationEmailCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendCustomVerificationEmailCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendCustomVerificationEmailCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendCustomVerificationEmailCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/SendCustomVerificationEmailCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendCustomVerificationEmailCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SendCustomVerificationEmailCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SendEmailCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendEmailCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendEmailCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendEmailCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendEmailCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/SendEmailCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendEmailCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SendEmailCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SendRawEmailCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendRawEmailCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendRawEmailCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendRawEmailCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendRawEmailCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/SendRawEmailCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendRawEmailCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SendRawEmailCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SendTemplatedEmailCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendTemplatedEmailCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendTemplatedEmailCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendTemplatedEmailCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendTemplatedEmailCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/SendTemplatedEmailCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendTemplatedEmailCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SendTemplatedEmailCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SetActiveReceiptRuleSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetActiveReceiptRuleSetCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetActiveReceiptRuleSetCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetActiveReceiptRuleSetCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/SetActiveReceiptRuleSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SetIdentityDkimEnabledCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityDkimEnabledCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityDkimEnabledCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityDkimEnabledCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/SetIdentityDkimEnabledCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SetIdentityFeedbackForwardingEnabledCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/SetIdentityFeedbackForwardingEnabledCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SetIdentityHeadersInNotificationsEnabledCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/SetIdentityHeadersInNotificationsEnabledCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SetIdentityMailFromDomainCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityMailFromDomainCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityMailFromDomainCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityMailFromDomainCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/SetIdentityMailFromDomainCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SetIdentityNotificationTopicCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityNotificationTopicCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityNotificationTopicCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityNotificationTopicCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/SetIdentityNotificationTopicCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SetReceiptRulePositionCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetReceiptRulePositionCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetReceiptRulePositionCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetReceiptRulePositionCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetReceiptRulePositionCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/SetReceiptRulePositionCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetReceiptRulePositionCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SetReceiptRulePositionCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/TestRenderTemplateCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/TestRenderTemplateCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/TestRenderTemplateCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/TestRenderTemplateCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/TestRenderTemplateCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/TestRenderTemplateCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/TestRenderTemplateCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/TestRenderTemplateCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/UpdateAccountSendingEnabledCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateAccountSendingEnabledCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateAccountSendingEnabledCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateAccountSendingEnabledCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/UpdateAccountSendingEnabledCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/UpdateConfigurationSetEventDestinationCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetEventDestinationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/UpdateConfigurationSetEventDestinationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/UpdateConfigurationSetReputationMetricsEnabledCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/UpdateConfigurationSetReputationMetricsEnabledCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/UpdateConfigurationSetSendingEnabledCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/UpdateConfigurationSetSendingEnabledCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/UpdateConfigurationSetTrackingOptionsCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/UpdateConfigurationSetTrackingOptionsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/UpdateCustomVerificationEmailTemplateCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/UpdateCustomVerificationEmailTemplateCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/UpdateReceiptRuleCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateReceiptRuleCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateReceiptRuleCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateReceiptRuleCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateReceiptRuleCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/UpdateReceiptRuleCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateReceiptRuleCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/UpdateReceiptRuleCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/UpdateTemplateCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateTemplateCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateTemplateCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateTemplateCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateTemplateCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/UpdateTemplateCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateTemplateCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/UpdateTemplateCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/VerifyDomainDkimCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainDkimCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainDkimCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainDkimCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainDkimCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/VerifyDomainDkimCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainDkimCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/VerifyDomainDkimCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/VerifyDomainIdentityCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainIdentityCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainIdentityCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainIdentityCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainIdentityCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/VerifyDomainIdentityCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainIdentityCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/VerifyDomainIdentityCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/VerifyEmailAddressCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailAddressCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailAddressCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailAddressCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailAddressCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/VerifyEmailAddressCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailAddressCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/VerifyEmailAddressCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/VerifyEmailIdentityCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailIdentityCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailIdentityCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailIdentityCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailIdentityCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './commands/VerifyEmailIdentityCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailIdentityCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/VerifyEmailIdentityCommand.d.ts@3.316.0'. ======== ======== Resolving module './SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts'. ======== Resolution for module './SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module './abort' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/abort', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/abort.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/abort.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/abort.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './abort' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/abort.d.ts' with Package ID '@aws-sdk/types/dist-types/abort.d.ts@3.310.0'. ======== ======== Resolving module './auth' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/auth', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/auth.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/auth.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/auth.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './auth' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/auth.d.ts' with Package ID '@aws-sdk/types/dist-types/auth.d.ts@3.310.0'. ======== ======== Resolving module './checksum' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/checksum', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/checksum.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/checksum.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/checksum.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './checksum' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/checksum.d.ts' with Package ID '@aws-sdk/types/dist-types/checksum.d.ts@3.310.0'. ======== ======== Resolving module './client' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/client', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/client.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/client.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/client.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/client.d.ts' with Package ID '@aws-sdk/types/dist-types/client.d.ts@3.310.0'. ======== ======== Resolving module './command' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/command', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/command.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/command.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/command.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './command' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/command.d.ts' with Package ID '@aws-sdk/types/dist-types/command.d.ts@3.310.0'. ======== ======== Resolving module './connection' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection.d.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection/package.json' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection/index.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection/index.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection/index.d.ts' exist - use it as a name resolution result. ======== Module name './connection' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection/index.d.ts'. ======== ======== Resolving module './credentials' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/credentials', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/credentials.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/credentials.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/credentials.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './credentials' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/credentials.d.ts' with Package ID '@aws-sdk/types/dist-types/credentials.d.ts@3.310.0'. ======== ======== Resolving module './crypto' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/crypto', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/crypto.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/crypto.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/crypto.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './crypto' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/crypto.d.ts' with Package ID '@aws-sdk/types/dist-types/crypto.d.ts@3.310.0'. ======== ======== Resolving module './dns' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/dns', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/dns.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/dns.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/dns.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './dns' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/dns.d.ts' with Package ID '@aws-sdk/types/dist-types/dns.d.ts@3.310.0'. ======== ======== Resolving module './endpoint' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/endpoint', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/endpoint.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/endpoint.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts' with Package ID '@aws-sdk/types/dist-types/endpoint.d.ts@3.310.0'. ======== ======== Resolving module './eventStream' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/eventStream', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/eventStream.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/eventStream.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './eventStream' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts' with Package ID '@aws-sdk/types/dist-types/eventStream.d.ts@3.310.0'. ======== ======== Resolving module './http' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/http', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/http.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/http.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/http.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './http' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/http.d.ts' with Package ID '@aws-sdk/types/dist-types/http.d.ts@3.310.0'. ======== ======== Resolving module './identity' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity.d.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/package.json' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/index.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/index.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts' exist - use it as a name resolution result. ======== Module name './identity' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts'. ======== ======== Resolving module './logger' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/logger', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/logger.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/logger.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/logger.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './logger' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/logger.d.ts' with Package ID '@aws-sdk/types/dist-types/logger.d.ts@3.310.0'. ======== ======== Resolving module './middleware' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/middleware', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/middleware.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/middleware.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/middleware.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './middleware' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/middleware.d.ts' with Package ID '@aws-sdk/types/dist-types/middleware.d.ts@3.310.0'. ======== ======== Resolving module './pagination' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/pagination', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/pagination.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/pagination.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/pagination.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './pagination' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/pagination.d.ts' with Package ID '@aws-sdk/types/dist-types/pagination.d.ts@3.310.0'. ======== ======== Resolving module './profile' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/profile', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/profile.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/profile.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/profile.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './profile' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/profile.d.ts' with Package ID '@aws-sdk/types/dist-types/profile.d.ts@3.310.0'. ======== ======== Resolving module './request' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/request', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/request.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/request.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/request.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './request' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/request.d.ts' with Package ID '@aws-sdk/types/dist-types/request.d.ts@3.310.0'. ======== ======== Resolving module './response' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/response', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/response.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/response.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/response.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './response' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/response.d.ts' with Package ID '@aws-sdk/types/dist-types/response.d.ts@3.310.0'. ======== ======== Resolving module './retry' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/retry', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/retry.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/retry.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/retry.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './retry' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/retry.d.ts' with Package ID '@aws-sdk/types/dist-types/retry.d.ts@3.310.0'. ======== ======== Resolving module './serde' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/serde', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/serde.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/serde.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/serde.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './serde' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/serde.d.ts' with Package ID '@aws-sdk/types/dist-types/serde.d.ts@3.310.0'. ======== ======== Resolving module './shapes' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/shapes', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/shapes.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/shapes.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/shapes.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './shapes' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/shapes.d.ts' with Package ID '@aws-sdk/types/dist-types/shapes.d.ts@3.310.0'. ======== ======== Resolving module './signature' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/signature', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/signature.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/signature.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/signature.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './signature' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/signature.d.ts' with Package ID '@aws-sdk/types/dist-types/signature.d.ts@3.310.0'. ======== ======== Resolving module './stream' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/stream', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/stream.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/stream.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/stream.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './stream' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/stream.d.ts' with Package ID '@aws-sdk/types/dist-types/stream.d.ts@3.310.0'. ======== ======== Resolving module './token' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/token', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/token.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/token.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/token.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './token' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/token.d.ts' with Package ID '@aws-sdk/types/dist-types/token.d.ts@3.310.0'. ======== ======== Resolving module './transfer' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/transfer', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/transfer.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/transfer.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/transfer.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './transfer' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/transfer.d.ts' with Package ID '@aws-sdk/types/dist-types/transfer.d.ts@3.310.0'. ======== ======== Resolving module './util' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/util', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/util.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/util.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/util.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './util' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/util.d.ts' with Package ID '@aws-sdk/types/dist-types/util.d.ts@3.310.0'. ======== ======== Resolving module './waiter' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/waiter', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/waiter.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/waiter.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/waiter.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './waiter' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/waiter.d.ts' with Package ID '@aws-sdk/types/dist-types/waiter.d.ts@3.310.0'. ======== ======== Resolving module './crypto' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/checksum.d.ts'. ======== Resolution for module './crypto' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './crypto' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/crypto.d.ts' with Package ID '@aws-sdk/types/dist-types/crypto.d.ts@3.310.0'. ======== ======== Resolving module './command' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/client.d.ts'. ======== Resolution for module './command' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './command' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/command.d.ts' with Package ID '@aws-sdk/types/dist-types/command.d.ts@3.310.0'. ======== ======== Resolving module './middleware' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/client.d.ts'. ======== Resolution for module './middleware' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './middleware' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/middleware.d.ts' with Package ID '@aws-sdk/types/dist-types/middleware.d.ts@3.310.0'. ======== ======== Resolving module './response' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/client.d.ts'. ======== Resolution for module './response' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './response' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/response.d.ts' with Package ID '@aws-sdk/types/dist-types/response.d.ts@3.310.0'. ======== ======== Resolving module './middleware' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/command.d.ts'. ======== Resolution for module './middleware' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './middleware' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/middleware.d.ts' with Package ID '@aws-sdk/types/dist-types/middleware.d.ts@3.310.0'. ======== ======== Resolving module './response' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/command.d.ts'. ======== Resolution for module './response' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './response' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/response.d.ts' with Package ID '@aws-sdk/types/dist-types/response.d.ts@3.310.0'. ======== ======== Resolving module './auth' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/middleware.d.ts'. ======== Resolution for module './auth' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './auth' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/auth.d.ts' with Package ID '@aws-sdk/types/dist-types/auth.d.ts@3.310.0'. ======== ======== Resolving module './endpoint' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/middleware.d.ts'. ======== Resolution for module './endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts' with Package ID '@aws-sdk/types/dist-types/endpoint.d.ts@3.310.0'. ======== ======== Resolving module './logger' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/middleware.d.ts'. ======== Resolution for module './logger' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './logger' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/logger.d.ts' with Package ID '@aws-sdk/types/dist-types/logger.d.ts@3.310.0'. ======== ======== Resolving module './util' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/middleware.d.ts'. ======== Resolution for module './util' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './util' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/util.d.ts' with Package ID '@aws-sdk/types/dist-types/util.d.ts@3.310.0'. ======== ======== Resolving module './auth' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts'. ======== Resolution for module './auth' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './auth' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/auth.d.ts' with Package ID '@aws-sdk/types/dist-types/auth.d.ts@3.310.0'. ======== ======== Resolving module './http' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/util.d.ts'. ======== Resolution for module './http' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './http' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/http.d.ts' with Package ID '@aws-sdk/types/dist-types/http.d.ts@3.310.0'. ======== ======== Resolving module './middleware' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/util.d.ts'. ======== Resolution for module './middleware' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './middleware' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/middleware.d.ts' with Package ID '@aws-sdk/types/dist-types/middleware.d.ts@3.310.0'. ======== ======== Resolving module './response' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/util.d.ts'. ======== Resolution for module './response' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './response' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/response.d.ts' with Package ID '@aws-sdk/types/dist-types/response.d.ts@3.310.0'. ======== ======== Resolving module './abort' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/http.d.ts'. ======== Resolution for module './abort' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './abort' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/abort.d.ts' with Package ID '@aws-sdk/types/dist-types/abort.d.ts@3.310.0'. ======== ======== Resolving module './config' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection/config', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection/config.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection/config.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection/config.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './config' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection/config.d.ts' with Package ID '@aws-sdk/types/dist-types/connection/config.d.ts@3.310.0'. ======== ======== Resolving module './manager' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection/manager', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection/manager.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection/manager.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection/manager.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './manager' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection/manager.d.ts' with Package ID '@aws-sdk/types/dist-types/connection/manager.d.ts@3.310.0'. ======== ======== Resolving module './pool' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection/pool', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection/pool.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection/pool.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection/pool.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './pool' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection/pool.d.ts' with Package ID '@aws-sdk/types/dist-types/connection/pool.d.ts@3.310.0'. ======== ======== Resolving module '../transfer' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection/manager.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/transfer', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/transfer.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/transfer.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/transfer.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name '../transfer' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/transfer.d.ts' with Package ID '@aws-sdk/types/dist-types/transfer.d.ts@3.310.0'. ======== ======== Resolving module './config' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection/manager.d.ts'. ======== Resolution for module './config' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection'. ======== Module name './config' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/connection/config.d.ts' with Package ID '@aws-sdk/types/dist-types/connection/config.d.ts@3.310.0'. ======== ======== Resolving module './identity' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/credentials.d.ts'. ======== Resolution for module './identity' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './identity' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts'. ======== ======== Resolving module './util' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/credentials.d.ts'. ======== Resolution for module './util' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './util' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/util.d.ts' with Package ID '@aws-sdk/types/dist-types/util.d.ts@3.310.0'. ======== ======== Resolving module './AnonymousIdentity' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './AnonymousIdentity' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts' with Package ID '@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts@3.310.0'. ======== ======== Resolving module './AwsCredentialIdentity' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './AwsCredentialIdentity' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts' with Package ID '@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts@3.310.0'. ======== ======== Resolving module './Identity' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/Identity', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/Identity.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/Identity.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './Identity' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts' with Package ID '@aws-sdk/types/dist-types/identity/Identity.d.ts@3.310.0'. ======== ======== Resolving module './LoginIdentity' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './LoginIdentity' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts' with Package ID '@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts@3.310.0'. ======== ======== Resolving module './TokenIdentity' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/types/package.json' exists according to earlier cached lookups. ======== Module name './TokenIdentity' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts' with Package ID '@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts@3.310.0'. ======== ======== Resolving module './Identity' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts'. ======== Resolution for module './Identity' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity'. ======== Module name './Identity' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts' with Package ID '@aws-sdk/types/dist-types/identity/Identity.d.ts@3.310.0'. ======== ======== Resolving module './Identity' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts'. ======== Resolution for module './Identity' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity'. ======== Module name './Identity' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts' with Package ID '@aws-sdk/types/dist-types/identity/Identity.d.ts@3.310.0'. ======== ======== Resolving module './Identity' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts'. ======== Resolution for module './Identity' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity'. ======== Module name './Identity' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts' with Package ID '@aws-sdk/types/dist-types/identity/Identity.d.ts@3.310.0'. ======== ======== Resolving module './Identity' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts'. ======== Resolution for module './Identity' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity'. ======== Module name './Identity' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts' with Package ID '@aws-sdk/types/dist-types/identity/Identity.d.ts@3.310.0'. ======== ======== Resolving module './http' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts'. ======== Resolution for module './http' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './http' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/http.d.ts' with Package ID '@aws-sdk/types/dist-types/http.d.ts@3.310.0'. ======== ======== Resolving module './middleware' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts'. ======== Resolution for module './middleware' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './middleware' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/middleware.d.ts' with Package ID '@aws-sdk/types/dist-types/middleware.d.ts@3.310.0'. ======== ======== Resolving module './response' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts'. ======== Resolution for module './response' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './response' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/response.d.ts' with Package ID '@aws-sdk/types/dist-types/response.d.ts@3.310.0'. ======== ======== Resolving module './client' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/pagination.d.ts'. ======== Resolution for module './client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/client.d.ts' with Package ID '@aws-sdk/types/dist-types/client.d.ts@3.310.0'. ======== ======== Resolving module './http' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/serde.d.ts'. ======== Resolution for module './http' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './http' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/http.d.ts' with Package ID '@aws-sdk/types/dist-types/http.d.ts@3.310.0'. ======== ======== Resolving module './transfer' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/serde.d.ts'. ======== Resolution for module './transfer' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './transfer' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/transfer.d.ts' with Package ID '@aws-sdk/types/dist-types/transfer.d.ts@3.310.0'. ======== ======== Resolving module './util' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/serde.d.ts'. ======== Resolution for module './util' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './util' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/util.d.ts' with Package ID '@aws-sdk/types/dist-types/util.d.ts@3.310.0'. ======== ======== Resolving module './http' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/shapes.d.ts'. ======== Resolution for module './http' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './http' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/http.d.ts' with Package ID '@aws-sdk/types/dist-types/http.d.ts@3.310.0'. ======== ======== Resolving module './response' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/shapes.d.ts'. ======== Resolution for module './response' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './response' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/response.d.ts' with Package ID '@aws-sdk/types/dist-types/response.d.ts@3.310.0'. ======== ======== Resolving module './http' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/signature.d.ts'. ======== Resolution for module './http' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './http' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/http.d.ts' with Package ID '@aws-sdk/types/dist-types/http.d.ts@3.310.0'. ======== ======== Resolving module './checksum' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/stream.d.ts'. ======== Resolution for module './checksum' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './checksum' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/checksum.d.ts' with Package ID '@aws-sdk/types/dist-types/checksum.d.ts@3.310.0'. ======== ======== Resolving module './crypto' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/stream.d.ts'. ======== Resolution for module './crypto' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './crypto' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/crypto.d.ts' with Package ID '@aws-sdk/types/dist-types/crypto.d.ts@3.310.0'. ======== ======== Resolving module './util' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/stream.d.ts'. ======== Resolution for module './util' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './util' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/util.d.ts' with Package ID '@aws-sdk/types/dist-types/util.d.ts@3.310.0'. ======== ======== Resolving module './identity' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/token.d.ts'. ======== Resolution for module './identity' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './identity' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts'. ======== ======== Resolving module './util' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/token.d.ts'. ======== Resolution for module './util' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './util' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/util.d.ts' with Package ID '@aws-sdk/types/dist-types/util.d.ts@3.310.0'. ======== ======== Resolving module './abort' from '/tmp/project/node_modules/@aws-sdk/types/dist-types/waiter.d.ts'. ======== Resolution for module './abort' was found in cache from location '/tmp/project/node_modules/@aws-sdk/types/dist-types'. ======== Module name './abort' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/abort.d.ts' with Package ID '@aws-sdk/types/dist-types/abort.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CloneReceiptRuleSetCommand.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-endpoint'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/middleware-endpoint'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-endpoint'. Resolving module name '@aws-sdk/middleware-endpoint' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/middleware-endpoint'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/middleware-endpoint', target file type 'TypeScript'. Loading module '@aws-sdk/middleware-endpoint' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-endpoint' Directory '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-endpoint' Directory '/tmp/project/node_modules/@aws-sdk/client-ses/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-endpoint' Directory '/tmp/project/node_modules/@aws-sdk/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-endpoint' Found 'package.json' at '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/package.json'. 'package.json' has a 'typesVersions' field with version-specific path mappings. 'package.json' does not have a 'typesVersions' entry that matches version '4.9'. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist-types/index.d.ts' that references '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts'. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts', result '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CloneReceiptRuleSetCommand.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/smithy-client'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/smithy-client'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/smithy-client'. Resolving module name '@aws-sdk/smithy-client' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/smithy-client'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/smithy-client', target file type 'TypeScript'. Loading module '@aws-sdk/smithy-client' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__smithy-client' Directory '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__smithy-client' Directory '/tmp/project/node_modules/@aws-sdk/client-ses/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__smithy-client' Directory '/tmp/project/node_modules/@aws-sdk/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__smithy-client' Found 'package.json' at '/tmp/project/node_modules/@aws-sdk/smithy-client/package.json'. 'package.json' has a 'typesVersions' field with version-specific path mappings. 'package.json' does not have a 'typesVersions' entry that matches version '4.9'. File '/tmp/project/node_modules/@aws-sdk/smithy-client.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist-types/index.d.ts' that references '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts'. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts', result '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CloneReceiptRuleSetCommand.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CloneReceiptRuleSetCommand.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CloneReceiptRuleSetCommand.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module './adaptors' from '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors.d.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/package.json' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/index.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/index.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/index.d.ts' exist - use it as a name resolution result. ======== Module name './adaptors' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/index.d.ts'. ======== ======== Resolving module './endpointMiddleware' from '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/endpointMiddleware', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/endpointMiddleware.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/endpointMiddleware.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/endpointMiddleware.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/package.json' exists according to earlier cached lookups. ======== Module name './endpointMiddleware' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/endpointMiddleware.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/endpointMiddleware.d.ts@3.310.0'. ======== ======== Resolving module './getEndpointPlugin' from '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/getEndpointPlugin', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/getEndpointPlugin.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/getEndpointPlugin.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/getEndpointPlugin.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/package.json' exists according to earlier cached lookups. ======== Module name './getEndpointPlugin' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/getEndpointPlugin.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/getEndpointPlugin.d.ts@3.310.0'. ======== ======== Resolving module './resolveEndpointConfig' from '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/package.json' exists according to earlier cached lookups. ======== Module name './resolveEndpointConfig' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts@3.310.0'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/types', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/types.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/types.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/package.json' exists according to earlier cached lookups. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/types.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/types.d.ts@3.310.0'. ======== ======== Resolving module './getEndpointFromInstructions' from '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/package.json' exists according to earlier cached lookups. ======== Module name './getEndpointFromInstructions' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts@3.310.0'. ======== ======== Resolving module './toEndpointV1' from '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/toEndpointV1', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/toEndpointV1.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/toEndpointV1.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/package.json' exists according to earlier cached lookups. ======== Module name './toEndpointV1' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Directory '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Directory '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../resolveEndpointConfig' from '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/package.json' exists according to earlier cached lookups. ======== Module name '../resolveEndpointConfig' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts@3.310.0'. ======== ======== Resolving module '../types' from '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/types', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/types.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/types.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/package.json' exists according to earlier cached lookups. ======== Module name '../types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/types.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/types.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/endpointMiddleware.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './resolveEndpointConfig' from '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/endpointMiddleware.d.ts'. ======== Resolution for module './resolveEndpointConfig' was found in cache from location '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types'. ======== Module name './resolveEndpointConfig' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts@3.310.0'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/endpointMiddleware.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types'. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/types.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/types.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/getEndpointPlugin.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './resolveEndpointConfig' from '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/getEndpointPlugin.d.ts'. ======== Resolution for module './resolveEndpointConfig' was found in cache from location '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types'. ======== Module name './resolveEndpointConfig' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts@3.310.0'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/getEndpointPlugin.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types'. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/types.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/types.d.ts@3.310.0'. ======== ======== Resolving module './NoOpLogger' from '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/NoOpLogger', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/NoOpLogger.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/NoOpLogger.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/NoOpLogger.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/smithy-client/package.json' exists according to earlier cached lookups. ======== Module name './NoOpLogger' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/NoOpLogger.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/NoOpLogger.d.ts@3.316.0'. ======== ======== Resolving module './client' from '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/client', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/client.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/client.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/smithy-client/package.json' exists according to earlier cached lookups. ======== Module name './client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/client.d.ts@3.316.0'. ======== ======== Resolving module './command' from '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/command', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/command.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/command.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/smithy-client/package.json' exists according to earlier cached lookups. ======== Module name './command' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/command.d.ts@3.316.0'. ======== ======== Resolving module './constants' from '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/constants', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/constants.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/constants.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/smithy-client/package.json' exists according to earlier cached lookups. ======== Module name './constants' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/constants.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/constants.d.ts@3.316.0'. ======== ======== Resolving module './create-aggregated-client' from '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/create-aggregated-client', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/create-aggregated-client.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/create-aggregated-client.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/create-aggregated-client.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/smithy-client/package.json' exists according to earlier cached lookups. ======== Module name './create-aggregated-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/create-aggregated-client.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/create-aggregated-client.d.ts@3.316.0'. ======== ======== Resolving module './date-utils' from '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/date-utils', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/smithy-client/package.json' exists according to earlier cached lookups. ======== Module name './date-utils' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/date-utils.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/date-utils.d.ts@3.316.0'. ======== ======== Resolving module './default-error-handler' from '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/default-error-handler', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/default-error-handler.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/default-error-handler.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/default-error-handler.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/smithy-client/package.json' exists according to earlier cached lookups. ======== Module name './default-error-handler' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/default-error-handler.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/default-error-handler.d.ts@3.316.0'. ======== ======== Resolving module './defaults-mode' from '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/defaults-mode', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/defaults-mode.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/defaults-mode.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/defaults-mode.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/smithy-client/package.json' exists according to earlier cached lookups. ======== Module name './defaults-mode' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/defaults-mode.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/defaults-mode.d.ts@3.316.0'. ======== ======== Resolving module './emitWarningIfUnsupportedVersion' from '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/smithy-client/package.json' exists according to earlier cached lookups. ======== Module name './emitWarningIfUnsupportedVersion' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts@3.316.0'. ======== ======== Resolving module './exceptions' from '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/exceptions', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/exceptions.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/exceptions.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/exceptions.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/smithy-client/package.json' exists according to earlier cached lookups. ======== Module name './exceptions' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/exceptions.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/exceptions.d.ts@3.316.0'. ======== ======== Resolving module './extended-encode-uri-component' from '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/smithy-client/package.json' exists according to earlier cached lookups. ======== Module name './extended-encode-uri-component' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/extended-encode-uri-component.d.ts@3.316.0'. ======== ======== Resolving module './get-array-if-single-item' from '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/smithy-client/package.json' exists according to earlier cached lookups. ======== Module name './get-array-if-single-item' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/get-array-if-single-item.d.ts@3.316.0'. ======== ======== Resolving module './get-value-from-text-node' from '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/smithy-client/package.json' exists according to earlier cached lookups. ======== Module name './get-value-from-text-node' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/get-value-from-text-node.d.ts@3.316.0'. ======== ======== Resolving module './lazy-json' from '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/smithy-client/package.json' exists according to earlier cached lookups. ======== Module name './lazy-json' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/lazy-json.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/lazy-json.d.ts@3.316.0'. ======== ======== Resolving module './object-mapping' from '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/object-mapping', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/object-mapping.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/object-mapping.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/object-mapping.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/smithy-client/package.json' exists according to earlier cached lookups. ======== Module name './object-mapping' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/object-mapping.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/object-mapping.d.ts@3.316.0'. ======== ======== Resolving module './parse-utils' from '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/smithy-client/package.json' exists according to earlier cached lookups. ======== Module name './parse-utils' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/parse-utils.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/parse-utils.d.ts@3.316.0'. ======== ======== Resolving module './resolve-path' from '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/resolve-path', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/resolve-path.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/resolve-path.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/resolve-path.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/smithy-client/package.json' exists according to earlier cached lookups. ======== Module name './resolve-path' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/resolve-path.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/resolve-path.d.ts@3.316.0'. ======== ======== Resolving module './ser-utils' from '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/smithy-client/package.json' exists according to earlier cached lookups. ======== Module name './ser-utils' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/ser-utils.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/ser-utils.d.ts@3.316.0'. ======== ======== Resolving module './serde-json' from '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/serde-json', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/serde-json.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/serde-json.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/serde-json.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/smithy-client/package.json' exists according to earlier cached lookups. ======== Module name './serde-json' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/serde-json.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/serde-json.d.ts@3.316.0'. ======== ======== Resolving module './split-every' from '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/split-every', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/split-every.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/split-every.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/smithy-client/package.json' exists according to earlier cached lookups. ======== Module name './split-every' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/split-every.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/split-every.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Directory '/tmp/project/node_modules/@aws-sdk/smithy-client/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/NoOpLogger.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/command.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './client' from '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/create-aggregated-client.d.ts'. ======== Resolution for module './client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types'. ======== Module name './client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/client.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/exceptions.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/smithy-client'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/smithy-client'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/smithy-client'. Resolving module name '@aws-sdk/smithy-client' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/smithy-client'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/smithy-client', target file type 'TypeScript'. Loading module '@aws-sdk/smithy-client' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__smithy-client' Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module './SESServiceException' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/SESServiceException', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/SESServiceException.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/SESServiceException.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/SESServiceException.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './SESServiceException' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/SESServiceException.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/SESServiceException.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/SESServiceException.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/config-resolver' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/config-resolver'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/config-resolver'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/config-resolver'. Resolving module name '@aws-sdk/config-resolver' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/config-resolver'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/config-resolver', target file type 'TypeScript'. Loading module '@aws-sdk/config-resolver' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__config-resolver' Directory '/tmp/project/node_modules/@aws-sdk/client-ses/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__config-resolver' Directory '/tmp/project/node_modules/@aws-sdk/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__config-resolver' Found 'package.json' at '/tmp/project/node_modules/@aws-sdk/config-resolver/package.json'. 'package.json' has a 'typesVersions' field with version-specific path mappings. 'package.json' does not have a 'typesVersions' entry that matches version '4.9'. File '/tmp/project/node_modules/@aws-sdk/config-resolver.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist-types/index.d.ts' that references '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts'. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts', result '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts'. ======== Module name '@aws-sdk/config-resolver' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts' with Package ID '@aws-sdk/config-resolver/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-endpoint'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/middleware-endpoint'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-endpoint'. Resolving module name '@aws-sdk/middleware-endpoint' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/middleware-endpoint'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/middleware-endpoint', target file type 'TypeScript'. Loading module '@aws-sdk/middleware-endpoint' from 'node_modules' folder, target file type 'TypeScript'. Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/middleware-host-header' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-host-header'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/middleware-host-header'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-host-header'. Resolving module name '@aws-sdk/middleware-host-header' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/middleware-host-header'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/middleware-host-header', target file type 'TypeScript'. Loading module '@aws-sdk/middleware-host-header' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-host-header' Directory '/tmp/project/node_modules/@aws-sdk/client-ses/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-host-header' Directory '/tmp/project/node_modules/@aws-sdk/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-host-header' Found 'package.json' at '/tmp/project/node_modules/@aws-sdk/middleware-host-header/package.json'. 'package.json' has a 'typesVersions' field with version-specific path mappings. 'package.json' does not have a 'typesVersions' entry that matches version '4.9'. File '/tmp/project/node_modules/@aws-sdk/middleware-host-header.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-host-header.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-host-header.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist-types/index.d.ts' that references '/tmp/project/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts'. File '/tmp/project/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts', result '/tmp/project/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts'. ======== Module name '@aws-sdk/middleware-host-header' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-host-header/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/middleware-retry' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-retry'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/middleware-retry'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-retry'. Resolving module name '@aws-sdk/middleware-retry' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/middleware-retry'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/middleware-retry', target file type 'TypeScript'. Loading module '@aws-sdk/middleware-retry' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-retry' Directory '/tmp/project/node_modules/@aws-sdk/client-ses/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-retry' Directory '/tmp/project/node_modules/@aws-sdk/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-retry' Found 'package.json' at '/tmp/project/node_modules/@aws-sdk/middleware-retry/package.json'. 'package.json' has a 'typesVersions' field with version-specific path mappings. 'package.json' does not have a 'typesVersions' entry that matches version '4.9'. File '/tmp/project/node_modules/@aws-sdk/middleware-retry.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-retry.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-retry.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist-types/index.d.ts' that references '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts'. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts', result '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts'. ======== Module name '@aws-sdk/middleware-retry' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-retry/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/middleware-signing' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-signing'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/middleware-signing'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-signing'. Resolving module name '@aws-sdk/middleware-signing' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/middleware-signing'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/middleware-signing', target file type 'TypeScript'. Loading module '@aws-sdk/middleware-signing' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-signing' Directory '/tmp/project/node_modules/@aws-sdk/client-ses/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-signing' Directory '/tmp/project/node_modules/@aws-sdk/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-signing' Found 'package.json' at '/tmp/project/node_modules/@aws-sdk/middleware-signing/package.json'. 'package.json' has a 'typesVersions' field with version-specific path mappings. 'package.json' does not have a 'typesVersions' entry that matches version '4.9'. File '/tmp/project/node_modules/@aws-sdk/middleware-signing.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-signing.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-signing.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist-types/index.d.ts' that references '/tmp/project/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts'. File '/tmp/project/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts', result '/tmp/project/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts'. ======== Module name '@aws-sdk/middleware-signing' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-signing/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/middleware-user-agent' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-user-agent'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/middleware-user-agent'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-user-agent'. Resolving module name '@aws-sdk/middleware-user-agent' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/middleware-user-agent'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/middleware-user-agent', target file type 'TypeScript'. Loading module '@aws-sdk/middleware-user-agent' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-user-agent' Directory '/tmp/project/node_modules/@aws-sdk/client-ses/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-user-agent' Directory '/tmp/project/node_modules/@aws-sdk/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-user-agent' Found 'package.json' at '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/package.json'. 'package.json' has a 'typesVersions' field with version-specific path mappings. 'package.json' does not have a 'typesVersions' entry that matches version '4.9'. File '/tmp/project/node_modules/@aws-sdk/middleware-user-agent.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-user-agent.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-user-agent.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist-types/index.d.ts' that references '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts'. File '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts', result '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts'. ======== Module name '@aws-sdk/middleware-user-agent' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-user-agent/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/protocol-http' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/protocol-http'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/protocol-http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/protocol-http'. Resolving module name '@aws-sdk/protocol-http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/protocol-http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/protocol-http', target file type 'TypeScript'. Loading module '@aws-sdk/protocol-http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__protocol-http' Directory '/tmp/project/node_modules/@aws-sdk/client-ses/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__protocol-http' Directory '/tmp/project/node_modules/@aws-sdk/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__protocol-http' Found 'package.json' at '/tmp/project/node_modules/@aws-sdk/protocol-http/package.json'. 'package.json' has a 'typesVersions' field with version-specific path mappings. 'package.json' does not have a 'typesVersions' entry that matches version '4.9'. File '/tmp/project/node_modules/@aws-sdk/protocol-http.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/protocol-http.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/protocol-http.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist-types/index.d.ts' that references '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts'. File '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts', result '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts'. ======== Module name '@aws-sdk/protocol-http' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts' with Package ID '@aws-sdk/protocol-http/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/smithy-client'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/smithy-client'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/smithy-client'. Resolving module name '@aws-sdk/smithy-client' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/smithy-client'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/smithy-client', target file type 'TypeScript'. Loading module '@aws-sdk/smithy-client' from 'node_modules' folder, target file type 'TypeScript'. Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './commands/CloneReceiptRuleSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/CloneReceiptRuleSetCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/CloneReceiptRuleSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CloneReceiptRuleSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/CloneReceiptRuleSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CreateConfigurationSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/CreateConfigurationSetCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/CreateConfigurationSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CreateConfigurationSetEventDestinationCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/CreateConfigurationSetEventDestinationCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/CreateConfigurationSetEventDestinationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CreateConfigurationSetTrackingOptionsCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/CreateConfigurationSetTrackingOptionsCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/CreateConfigurationSetTrackingOptionsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CreateCustomVerificationEmailTemplateCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/CreateCustomVerificationEmailTemplateCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/CreateCustomVerificationEmailTemplateCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CreateReceiptFilterCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/CreateReceiptFilterCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/CreateReceiptFilterCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptFilterCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/CreateReceiptFilterCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CreateReceiptRuleCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/CreateReceiptRuleCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/CreateReceiptRuleCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CreateReceiptRuleSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/CreateReceiptRuleSetCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/CreateReceiptRuleSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CreateTemplateCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/CreateTemplateCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/CreateTemplateCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateTemplateCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/CreateTemplateCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteConfigurationSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/DeleteConfigurationSetCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/DeleteConfigurationSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteConfigurationSetEventDestinationCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/DeleteConfigurationSetEventDestinationCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/DeleteConfigurationSetEventDestinationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteConfigurationSetTrackingOptionsCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/DeleteConfigurationSetTrackingOptionsCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/DeleteConfigurationSetTrackingOptionsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteCustomVerificationEmailTemplateCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/DeleteCustomVerificationEmailTemplateCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/DeleteCustomVerificationEmailTemplateCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteIdentityCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/DeleteIdentityCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/DeleteIdentityCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteIdentityCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteIdentityPolicyCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/DeleteIdentityPolicyCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/DeleteIdentityPolicyCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityPolicyCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteIdentityPolicyCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteReceiptFilterCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/DeleteReceiptFilterCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/DeleteReceiptFilterCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptFilterCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteReceiptFilterCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteReceiptRuleCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/DeleteReceiptRuleCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/DeleteReceiptRuleCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteReceiptRuleSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/DeleteReceiptRuleSetCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/DeleteReceiptRuleSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteTemplateCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/DeleteTemplateCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/DeleteTemplateCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteTemplateCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteTemplateCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteVerifiedEmailAddressCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/DeleteVerifiedEmailAddressCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/DeleteVerifiedEmailAddressCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DescribeActiveReceiptRuleSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/DescribeActiveReceiptRuleSetCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/DescribeActiveReceiptRuleSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DescribeConfigurationSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/DescribeConfigurationSetCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/DescribeConfigurationSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeConfigurationSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DescribeConfigurationSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DescribeReceiptRuleCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/DescribeReceiptRuleCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/DescribeReceiptRuleCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DescribeReceiptRuleSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/DescribeReceiptRuleSetCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/DescribeReceiptRuleSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetAccountSendingEnabledCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/GetAccountSendingEnabledCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/GetAccountSendingEnabledCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetAccountSendingEnabledCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetAccountSendingEnabledCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetCustomVerificationEmailTemplateCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/GetCustomVerificationEmailTemplateCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/GetCustomVerificationEmailTemplateCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetIdentityDkimAttributesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/GetIdentityDkimAttributesCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/GetIdentityDkimAttributesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetIdentityMailFromDomainAttributesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/GetIdentityMailFromDomainAttributesCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/GetIdentityMailFromDomainAttributesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetIdentityNotificationAttributesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/GetIdentityNotificationAttributesCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/GetIdentityNotificationAttributesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetIdentityPoliciesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/GetIdentityPoliciesCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/GetIdentityPoliciesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityPoliciesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetIdentityPoliciesCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetIdentityVerificationAttributesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/GetIdentityVerificationAttributesCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/GetIdentityVerificationAttributesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetSendQuotaCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/GetSendQuotaCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/GetSendQuotaCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendQuotaCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetSendQuotaCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetSendStatisticsCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/GetSendStatisticsCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/GetSendStatisticsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendStatisticsCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetSendStatisticsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetTemplateCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/GetTemplateCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/GetTemplateCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetTemplateCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetTemplateCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListConfigurationSetsCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/ListConfigurationSetsCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/ListConfigurationSetsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListConfigurationSetsCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ListConfigurationSetsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListCustomVerificationEmailTemplatesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/ListCustomVerificationEmailTemplatesCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/ListCustomVerificationEmailTemplatesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListIdentitiesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/ListIdentitiesCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/ListIdentitiesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListIdentityPoliciesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/ListIdentityPoliciesCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/ListIdentityPoliciesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentityPoliciesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ListIdentityPoliciesCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListReceiptFiltersCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/ListReceiptFiltersCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/ListReceiptFiltersCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptFiltersCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ListReceiptFiltersCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListReceiptRuleSetsCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/ListReceiptRuleSetsCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/ListReceiptRuleSetsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptRuleSetsCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ListReceiptRuleSetsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListTemplatesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/ListTemplatesCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/ListTemplatesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListTemplatesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ListTemplatesCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListVerifiedEmailAddressesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/ListVerifiedEmailAddressesCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/ListVerifiedEmailAddressesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutConfigurationSetDeliveryOptionsCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/PutConfigurationSetDeliveryOptionsCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/PutConfigurationSetDeliveryOptionsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutIdentityPolicyCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/PutIdentityPolicyCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/PutIdentityPolicyCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutIdentityPolicyCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/PutIdentityPolicyCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ReorderReceiptRuleSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/ReorderReceiptRuleSetCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/ReorderReceiptRuleSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SendBounceCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/SendBounceCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/SendBounceCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBounceCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SendBounceCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SendBulkTemplatedEmailCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/SendBulkTemplatedEmailCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/SendBulkTemplatedEmailCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SendCustomVerificationEmailCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/SendCustomVerificationEmailCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/SendCustomVerificationEmailCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendCustomVerificationEmailCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SendCustomVerificationEmailCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SendEmailCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/SendEmailCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/SendEmailCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendEmailCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SendEmailCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SendRawEmailCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/SendRawEmailCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/SendRawEmailCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendRawEmailCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SendRawEmailCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SendTemplatedEmailCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/SendTemplatedEmailCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/SendTemplatedEmailCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendTemplatedEmailCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SendTemplatedEmailCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SetActiveReceiptRuleSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/SetActiveReceiptRuleSetCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/SetActiveReceiptRuleSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SetIdentityDkimEnabledCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/SetIdentityDkimEnabledCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/SetIdentityDkimEnabledCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SetIdentityFeedbackForwardingEnabledCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/SetIdentityFeedbackForwardingEnabledCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/SetIdentityFeedbackForwardingEnabledCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SetIdentityHeadersInNotificationsEnabledCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/SetIdentityHeadersInNotificationsEnabledCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/SetIdentityHeadersInNotificationsEnabledCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SetIdentityMailFromDomainCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/SetIdentityMailFromDomainCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/SetIdentityMailFromDomainCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SetIdentityNotificationTopicCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/SetIdentityNotificationTopicCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/SetIdentityNotificationTopicCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SetReceiptRulePositionCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/SetReceiptRulePositionCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/SetReceiptRulePositionCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetReceiptRulePositionCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SetReceiptRulePositionCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/TestRenderTemplateCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/TestRenderTemplateCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/TestRenderTemplateCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/TestRenderTemplateCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/TestRenderTemplateCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/UpdateAccountSendingEnabledCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/UpdateAccountSendingEnabledCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/UpdateAccountSendingEnabledCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/UpdateConfigurationSetEventDestinationCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/UpdateConfigurationSetEventDestinationCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/UpdateConfigurationSetEventDestinationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/UpdateConfigurationSetReputationMetricsEnabledCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/UpdateConfigurationSetReputationMetricsEnabledCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/UpdateConfigurationSetReputationMetricsEnabledCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/UpdateConfigurationSetSendingEnabledCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/UpdateConfigurationSetSendingEnabledCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/UpdateConfigurationSetSendingEnabledCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/UpdateConfigurationSetTrackingOptionsCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/UpdateConfigurationSetTrackingOptionsCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/UpdateConfigurationSetTrackingOptionsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/UpdateCustomVerificationEmailTemplateCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/UpdateCustomVerificationEmailTemplateCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/UpdateCustomVerificationEmailTemplateCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/UpdateReceiptRuleCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/UpdateReceiptRuleCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/UpdateReceiptRuleCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateReceiptRuleCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/UpdateReceiptRuleCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/UpdateTemplateCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/UpdateTemplateCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/UpdateTemplateCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateTemplateCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/UpdateTemplateCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/VerifyDomainDkimCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/VerifyDomainDkimCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/VerifyDomainDkimCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainDkimCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/VerifyDomainDkimCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/VerifyDomainIdentityCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/VerifyDomainIdentityCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/VerifyDomainIdentityCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainIdentityCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/VerifyDomainIdentityCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/VerifyEmailAddressCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/VerifyEmailAddressCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/VerifyEmailAddressCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailAddressCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/VerifyEmailAddressCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/VerifyEmailIdentityCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Resolution for module './commands/VerifyEmailIdentityCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name './commands/VerifyEmailIdentityCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailIdentityCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/VerifyEmailIdentityCommand.d.ts@3.316.0'. ======== ======== Resolving module './endpoint/EndpointParameters' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/endpoint/EndpointParameters', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/endpoint/EndpointParameters.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/endpoint/EndpointParameters.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/endpoint/EndpointParameters.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './endpoint/EndpointParameters' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/endpoint/EndpointParameters.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/endpoint/EndpointParameters.d.ts@3.316.0'. ======== ======== Resolving module './endpointsConfig' from '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig.d.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/package.json' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts' exist - use it as a name resolution result. ======== Module name './endpointsConfig' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts'. ======== ======== Resolving module './regionConfig' from '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig.d.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/package.json' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts' exist - use it as a name resolution result. ======== Module name './regionConfig' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts'. ======== ======== Resolving module './regionInfo' from '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo.d.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/package.json' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts' exist - use it as a name resolution result. ======== Module name './regionInfo' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts'. ======== ======== Resolving module './NodeUseDualstackEndpointConfigOptions' from '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/config-resolver/package.json' exists according to earlier cached lookups. ======== Module name './NodeUseDualstackEndpointConfigOptions' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts' with Package ID '@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts@3.310.0'. ======== ======== Resolving module './NodeUseFipsEndpointConfigOptions' from '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/config-resolver/package.json' exists according to earlier cached lookups. ======== Module name './NodeUseFipsEndpointConfigOptions' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts' with Package ID '@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts@3.310.0'. ======== ======== Resolving module './resolveCustomEndpointsConfig' from '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/config-resolver/package.json' exists according to earlier cached lookups. ======== Module name './resolveCustomEndpointsConfig' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts' with Package ID '@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts@3.310.0'. ======== ======== Resolving module './resolveEndpointsConfig' from '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/config-resolver/package.json' exists according to earlier cached lookups. ======== Module name './resolveEndpointsConfig' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts' with Package ID '@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/node-config-provider' from '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/node-config-provider'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/node-config-provider'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/node-config-provider'. Resolving module name '@aws-sdk/node-config-provider' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/node-config-provider'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/node-config-provider', target file type 'TypeScript'. Loading module '@aws-sdk/node-config-provider' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__node-config-provider' Directory '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__node-config-provider' Directory '/tmp/project/node_modules/@aws-sdk/config-resolver/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__node-config-provider' Directory '/tmp/project/node_modules/@aws-sdk/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__node-config-provider' Found 'package.json' at '/tmp/project/node_modules/@aws-sdk/node-config-provider/package.json'. 'package.json' has a 'typesVersions' field with version-specific path mappings. 'package.json' does not have a 'typesVersions' entry that matches version '4.9'. File '/tmp/project/node_modules/@aws-sdk/node-config-provider.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/node-config-provider.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/node-config-provider.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist-types/index.d.ts' that references '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/index.d.ts'. File '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/index.d.ts', result '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/index.d.ts'. ======== Module name '@aws-sdk/node-config-provider' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/index.d.ts' with Package ID '@aws-sdk/node-config-provider/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './configLoader' from '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/node-config-provider/package.json' exists according to earlier cached lookups. ======== Module name './configLoader' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.d.ts' with Package ID '@aws-sdk/node-config-provider/dist-types/configLoader.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Directory '/tmp/project/node_modules/@aws-sdk/node-config-provider/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './fromEnv' from '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/fromEnv', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/fromEnv.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/fromEnv.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/fromEnv.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/node-config-provider/package.json' exists according to earlier cached lookups. ======== Module name './fromEnv' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/fromEnv.d.ts' with Package ID '@aws-sdk/node-config-provider/dist-types/fromEnv.d.ts@3.310.0'. ======== ======== Resolving module './fromSharedConfigFiles' from '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/node-config-provider/package.json' exists according to earlier cached lookups. ======== Module name './fromSharedConfigFiles' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles.d.ts' with Package ID '@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles.d.ts@3.310.0'. ======== ======== Resolving module './fromStatic' from '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/configLoader.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/fromStatic', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/fromStatic.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/fromStatic.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/fromStatic.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/node-config-provider/package.json' exists according to earlier cached lookups. ======== Module name './fromStatic' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/fromStatic.d.ts' with Package ID '@aws-sdk/node-config-provider/dist-types/fromStatic.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/fromEnv.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/shared-ini-file-loader' from '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/shared-ini-file-loader'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/shared-ini-file-loader'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/shared-ini-file-loader'. Resolving module name '@aws-sdk/shared-ini-file-loader' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/shared-ini-file-loader'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/shared-ini-file-loader', target file type 'TypeScript'. Loading module '@aws-sdk/shared-ini-file-loader' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__shared-ini-file-loader' Directory '/tmp/project/node_modules/@aws-sdk/node-config-provider/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__shared-ini-file-loader' Directory '/tmp/project/node_modules/@aws-sdk/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__shared-ini-file-loader' Found 'package.json' at '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/package.json'. 'package.json' has a 'typesVersions' field with version-specific path mappings. 'package.json' does not have a 'typesVersions' entry that matches version '4.9'. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist-types/index.d.ts' that references '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts'. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts', result '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts'. ======== Module name '@aws-sdk/shared-ini-file-loader' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts' with Package ID '@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/fromSharedConfigFiles.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './getHomeDir' from '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getHomeDir', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getHomeDir.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getHomeDir.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getHomeDir.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/package.json' exists according to earlier cached lookups. ======== Module name './getHomeDir' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getHomeDir.d.ts' with Package ID '@aws-sdk/shared-ini-file-loader/dist-types/getHomeDir.d.ts@3.310.0'. ======== ======== Resolving module './getProfileName' from '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getProfileName', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getProfileName.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getProfileName.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getProfileName.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/package.json' exists according to earlier cached lookups. ======== Module name './getProfileName' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getProfileName.d.ts' with Package ID '@aws-sdk/shared-ini-file-loader/dist-types/getProfileName.d.ts@3.310.0'. ======== ======== Resolving module './getSSOTokenFilepath' from '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getSSOTokenFilepath', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getSSOTokenFilepath.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getSSOTokenFilepath.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/package.json' exists according to earlier cached lookups. ======== Module name './getSSOTokenFilepath' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts' with Package ID '@aws-sdk/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts@3.310.0'. ======== ======== Resolving module './getSSOTokenFromFile' from '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getSSOTokenFromFile', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getSSOTokenFromFile.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getSSOTokenFromFile.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/package.json' exists according to earlier cached lookups. ======== Module name './getSSOTokenFromFile' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts' with Package ID '@aws-sdk/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts@3.310.0'. ======== ======== Resolving module './loadSharedConfigFiles' from '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/loadSharedConfigFiles', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/loadSharedConfigFiles.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/loadSharedConfigFiles.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/package.json' exists according to earlier cached lookups. ======== Module name './loadSharedConfigFiles' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts' with Package ID '@aws-sdk/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts@3.310.0'. ======== ======== Resolving module './loadSsoSessionData' from '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/loadSsoSessionData', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/loadSsoSessionData.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/loadSsoSessionData.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/package.json' exists according to earlier cached lookups. ======== Module name './loadSsoSessionData' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts' with Package ID '@aws-sdk/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts@3.310.0'. ======== ======== Resolving module './parseKnownFiles' from '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/parseKnownFiles', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/parseKnownFiles.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/parseKnownFiles.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/package.json' exists according to earlier cached lookups. ======== Module name './parseKnownFiles' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts' with Package ID '@aws-sdk/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts@3.310.0'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/types', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/types.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/types.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/package.json' exists according to earlier cached lookups. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/types.d.ts' with Package ID '@aws-sdk/shared-ini-file-loader/dist-types/types.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Directory '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './loadSharedConfigFiles' from '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts'. ======== Resolution for module './loadSharedConfigFiles' was found in cache from location '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types'. ======== Module name './loadSharedConfigFiles' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts' with Package ID '@aws-sdk/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types/types.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/shared-ini-file-loader/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/fromStatic.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/node-config-provider' from '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts'. ======== Resolution for module '@aws-sdk/node-config-provider' was found in cache from location '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig'. ======== Module name '@aws-sdk/node-config-provider' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/index.d.ts' with Package ID '@aws-sdk/node-config-provider/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Directory '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Directory '/tmp/project/node_modules/@aws-sdk/config-resolver/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './resolveEndpointsConfig' from '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts'. ======== Resolution for module './resolveEndpointsConfig' was found in cache from location '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig'. ======== Module name './resolveEndpointsConfig' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts' with Package ID '@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './config' from '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/config-resolver/package.json' exists according to earlier cached lookups. ======== Module name './config' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts' with Package ID '@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts@3.310.0'. ======== ======== Resolving module './resolveRegionConfig' from '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/config-resolver/package.json' exists according to earlier cached lookups. ======== Module name './resolveRegionConfig' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts' with Package ID '@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/node-config-provider' from '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/node-config-provider'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/node-config-provider'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/node-config-provider'. Resolving module name '@aws-sdk/node-config-provider' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/node-config-provider'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/node-config-provider', target file type 'TypeScript'. Loading module '@aws-sdk/node-config-provider' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__node-config-provider' Resolution for module '@aws-sdk/node-config-provider' was found in cache from location '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types'. ======== Module name '@aws-sdk/node-config-provider' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/index.d.ts' with Package ID '@aws-sdk/node-config-provider/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './PartitionHash' from '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/config-resolver/package.json' exists according to earlier cached lookups. ======== Module name './PartitionHash' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts' with Package ID '@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts@3.310.0'. ======== ======== Resolving module './RegionHash' from '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/config-resolver/package.json' exists according to earlier cached lookups. ======== Module name './RegionHash' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts' with Package ID '@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts@3.310.0'. ======== ======== Resolving module './getRegionInfo' from '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/config-resolver/package.json' exists according to earlier cached lookups. ======== Module name './getRegionInfo' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts' with Package ID '@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts@3.310.0'. ======== ======== Resolving module './EndpointVariant' from '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/config-resolver/package.json' exists according to earlier cached lookups. ======== Module name './EndpointVariant' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts' with Package ID '@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts@3.310.0'. ======== ======== Resolving module './EndpointVariantTag' from '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/config-resolver/package.json' exists according to earlier cached lookups. ======== Module name './EndpointVariantTag' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts' with Package ID '@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts@3.310.0'. ======== ======== Resolving module './EndpointVariant' from '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts'. ======== Resolution for module './EndpointVariant' was found in cache from location '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo'. ======== Module name './EndpointVariant' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts' with Package ID '@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './PartitionHash' from '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts'. ======== Resolution for module './PartitionHash' was found in cache from location '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo'. ======== Module name './PartitionHash' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts' with Package ID '@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts@3.310.0'. ======== ======== Resolving module './RegionHash' from '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts'. ======== Resolution for module './RegionHash' was found in cache from location '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo'. ======== Module name './RegionHash' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts' with Package ID '@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/middleware-host-header/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Directory '/tmp/project/node_modules/@aws-sdk/middleware-host-header/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './AdaptiveRetryStrategy' from '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/package.json' exists according to earlier cached lookups. ======== Module name './AdaptiveRetryStrategy' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts' with Package ID '@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts@3.310.0'. ======== ======== Resolving module './StandardRetryStrategy' from '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/package.json' exists according to earlier cached lookups. ======== Module name './StandardRetryStrategy' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts' with Package ID '@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts@3.310.0'. ======== ======== Resolving module './configurations' from '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/configurations', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/configurations.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/configurations.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/configurations.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/package.json' exists according to earlier cached lookups. ======== Module name './configurations' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/configurations.d.ts' with Package ID '@aws-sdk/middleware-retry/dist-types/configurations.d.ts@3.310.0'. ======== ======== Resolving module './delayDecider' from '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/delayDecider', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/delayDecider.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/delayDecider.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/delayDecider.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/package.json' exists according to earlier cached lookups. ======== Module name './delayDecider' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/delayDecider.d.ts' with Package ID '@aws-sdk/middleware-retry/dist-types/delayDecider.d.ts@3.310.0'. ======== ======== Resolving module './omitRetryHeadersMiddleware' from '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/omitRetryHeadersMiddleware', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/omitRetryHeadersMiddleware.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/omitRetryHeadersMiddleware.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/package.json' exists according to earlier cached lookups. ======== Module name './omitRetryHeadersMiddleware' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts' with Package ID '@aws-sdk/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts@3.310.0'. ======== ======== Resolving module './retryDecider' from '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/retryDecider', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/retryDecider.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/retryDecider.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/retryDecider.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/package.json' exists according to earlier cached lookups. ======== Module name './retryDecider' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/retryDecider.d.ts' with Package ID '@aws-sdk/middleware-retry/dist-types/retryDecider.d.ts@3.310.0'. ======== ======== Resolving module './retryMiddleware' from '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/retryMiddleware', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/retryMiddleware.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/retryMiddleware.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/retryMiddleware.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/package.json' exists according to earlier cached lookups. ======== Module name './retryMiddleware' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/retryMiddleware.d.ts' with Package ID '@aws-sdk/middleware-retry/dist-types/retryMiddleware.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Directory '/tmp/project/node_modules/@aws-sdk/middleware-retry/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/util-retry' from '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/util-retry'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/util-retry'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/util-retry'. Resolving module name '@aws-sdk/util-retry' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/util-retry'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/util-retry', target file type 'TypeScript'. Loading module '@aws-sdk/util-retry' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__util-retry' Directory '/tmp/project/node_modules/@aws-sdk/middleware-retry/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__util-retry' Directory '/tmp/project/node_modules/@aws-sdk/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__util-retry' Found 'package.json' at '/tmp/project/node_modules/@aws-sdk/util-retry/package.json'. 'package.json' has a 'typesVersions' field with version-specific path mappings. 'package.json' does not have a 'typesVersions' entry that matches version '4.9'. File '/tmp/project/node_modules/@aws-sdk/util-retry.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/util-retry.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/util-retry.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist-types/index.d.ts' that references '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/index.d.ts'. File '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/index.d.ts', result '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/index.d.ts'. ======== Module name '@aws-sdk/util-retry' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/index.d.ts' with Package ID '@aws-sdk/util-retry/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './StandardRetryStrategy' from '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts'. ======== Resolution for module './StandardRetryStrategy' was found in cache from location '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types'. ======== Module name './StandardRetryStrategy' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts' with Package ID '@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts@3.310.0'. ======== ======== Resolving module './AdaptiveRetryStrategy' from '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/AdaptiveRetryStrategy', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/AdaptiveRetryStrategy.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/AdaptiveRetryStrategy.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/AdaptiveRetryStrategy.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/util-retry/package.json' exists according to earlier cached lookups. ======== Module name './AdaptiveRetryStrategy' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/AdaptiveRetryStrategy.d.ts' with Package ID '@aws-sdk/util-retry/dist-types/AdaptiveRetryStrategy.d.ts@3.310.0'. ======== ======== Resolving module './DefaultRateLimiter' from '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/DefaultRateLimiter', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/DefaultRateLimiter.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/DefaultRateLimiter.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/DefaultRateLimiter.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/util-retry/package.json' exists according to earlier cached lookups. ======== Module name './DefaultRateLimiter' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/DefaultRateLimiter.d.ts' with Package ID '@aws-sdk/util-retry/dist-types/DefaultRateLimiter.d.ts@3.310.0'. ======== ======== Resolving module './StandardRetryStrategy' from '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/StandardRetryStrategy', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/StandardRetryStrategy.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/StandardRetryStrategy.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/StandardRetryStrategy.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/util-retry/package.json' exists according to earlier cached lookups. ======== Module name './StandardRetryStrategy' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/StandardRetryStrategy.d.ts' with Package ID '@aws-sdk/util-retry/dist-types/StandardRetryStrategy.d.ts@3.310.0'. ======== ======== Resolving module './config' from '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/config', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/config.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/config.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/config.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/util-retry/package.json' exists according to earlier cached lookups. ======== Module name './config' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/config.d.ts' with Package ID '@aws-sdk/util-retry/dist-types/config.d.ts@3.310.0'. ======== ======== Resolving module './constants' from '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/constants', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/constants.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/constants.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/constants.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/util-retry/package.json' exists according to earlier cached lookups. ======== Module name './constants' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/constants.d.ts' with Package ID '@aws-sdk/util-retry/dist-types/constants.d.ts@3.310.0'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/types', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/types.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/types.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/util-retry/package.json' exists according to earlier cached lookups. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/types.d.ts' with Package ID '@aws-sdk/util-retry/dist-types/types.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/AdaptiveRetryStrategy.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Directory '/tmp/project/node_modules/@aws-sdk/util-retry/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/AdaptiveRetryStrategy.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types'. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/types.d.ts' with Package ID '@aws-sdk/util-retry/dist-types/types.d.ts@3.310.0'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/DefaultRateLimiter.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types'. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/types.d.ts' with Package ID '@aws-sdk/util-retry/dist-types/types.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types/StandardRetryStrategy.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/util-retry/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/StandardRetryStrategy.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/types', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/types.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/types.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/middleware-retry/package.json' exists according to earlier cached lookups. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/types.d.ts' with Package ID '@aws-sdk/middleware-retry/dist-types/types.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/types.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/node-config-provider' from '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/configurations.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/node-config-provider'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/node-config-provider'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/node-config-provider'. Resolving module name '@aws-sdk/node-config-provider' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/node-config-provider'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/node-config-provider', target file type 'TypeScript'. Loading module '@aws-sdk/node-config-provider' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__node-config-provider' Directory '/tmp/project/node_modules/@aws-sdk/middleware-retry/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__node-config-provider' Resolution for module '@aws-sdk/node-config-provider' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/node-config-provider' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/node-config-provider/dist-types/index.d.ts' with Package ID '@aws-sdk/node-config-provider/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/configurations.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/retryDecider.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/retryMiddleware.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './configurations' from '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/retryMiddleware.d.ts'. ======== Resolution for module './configurations' was found in cache from location '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types'. ======== Module name './configurations' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/configurations.d.ts' with Package ID '@aws-sdk/middleware-retry/dist-types/configurations.d.ts@3.310.0'. ======== ======== Resolving module './configurations' from '/tmp/project/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/middleware-signing/dist-types/configurations', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/middleware-signing/dist-types/configurations.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-signing/dist-types/configurations.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-signing/dist-types/configurations.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/middleware-signing/package.json' exists according to earlier cached lookups. ======== Module name './configurations' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-signing/dist-types/configurations.d.ts' with Package ID '@aws-sdk/middleware-signing/dist-types/configurations.d.ts@3.310.0'. ======== ======== Resolving module './middleware' from '/tmp/project/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/middleware-signing/dist-types/middleware', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/middleware-signing/dist-types/middleware.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-signing/dist-types/middleware.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-signing/dist-types/middleware.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/middleware-signing/package.json' exists according to earlier cached lookups. ======== Module name './middleware' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-signing/dist-types/middleware.d.ts' with Package ID '@aws-sdk/middleware-signing/dist-types/middleware.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/signature-v4' from '/tmp/project/node_modules/@aws-sdk/middleware-signing/dist-types/configurations.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/signature-v4'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/signature-v4'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/signature-v4'. Resolving module name '@aws-sdk/signature-v4' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/signature-v4'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/signature-v4', target file type 'TypeScript'. Loading module '@aws-sdk/signature-v4' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/middleware-signing/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__signature-v4' Directory '/tmp/project/node_modules/@aws-sdk/middleware-signing/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__signature-v4' Directory '/tmp/project/node_modules/@aws-sdk/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__signature-v4' Found 'package.json' at '/tmp/project/node_modules/@aws-sdk/signature-v4/package.json'. 'package.json' has a 'typesVersions' field with version-specific path mappings. 'package.json' does not have a 'typesVersions' entry that matches version '4.9'. File '/tmp/project/node_modules/@aws-sdk/signature-v4.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/signature-v4.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/signature-v4.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist-types/index.d.ts' that references '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts'. File '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts', result '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts'. ======== Module name '@aws-sdk/signature-v4' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts' with Package ID '@aws-sdk/signature-v4/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/middleware-signing/dist-types/configurations.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/middleware-signing/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Directory '/tmp/project/node_modules/@aws-sdk/middleware-signing/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './SignatureV4' from '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/signature-v4/package.json' exists according to earlier cached lookups. ======== Module name './SignatureV4' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4.d.ts' with Package ID '@aws-sdk/signature-v4/dist-types/SignatureV4.d.ts@3.310.0'. ======== ======== Resolving module './getCanonicalHeaders' from '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalHeaders', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalHeaders.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalHeaders.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalHeaders.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/signature-v4/package.json' exists according to earlier cached lookups. ======== Module name './getCanonicalHeaders' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalHeaders.d.ts' with Package ID '@aws-sdk/signature-v4/dist-types/getCanonicalHeaders.d.ts@3.310.0'. ======== ======== Resolving module './getCanonicalQuery' from '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalQuery', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalQuery.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalQuery.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalQuery.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/signature-v4/package.json' exists according to earlier cached lookups. ======== Module name './getCanonicalQuery' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalQuery.d.ts' with Package ID '@aws-sdk/signature-v4/dist-types/getCanonicalQuery.d.ts@3.310.0'. ======== ======== Resolving module './getPayloadHash' from '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/getPayloadHash', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/getPayloadHash.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/getPayloadHash.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/getPayloadHash.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/signature-v4/package.json' exists according to earlier cached lookups. ======== Module name './getPayloadHash' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/getPayloadHash.d.ts' with Package ID '@aws-sdk/signature-v4/dist-types/getPayloadHash.d.ts@3.310.0'. ======== ======== Resolving module './moveHeadersToQuery' from '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/moveHeadersToQuery', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/moveHeadersToQuery.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/moveHeadersToQuery.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/moveHeadersToQuery.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/signature-v4/package.json' exists according to earlier cached lookups. ======== Module name './moveHeadersToQuery' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/moveHeadersToQuery.d.ts' with Package ID '@aws-sdk/signature-v4/dist-types/moveHeadersToQuery.d.ts@3.310.0'. ======== ======== Resolving module './prepareRequest' from '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/prepareRequest', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/prepareRequest.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/prepareRequest.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/prepareRequest.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/signature-v4/package.json' exists according to earlier cached lookups. ======== Module name './prepareRequest' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/prepareRequest.d.ts' with Package ID '@aws-sdk/signature-v4/dist-types/prepareRequest.d.ts@3.310.0'. ======== ======== Resolving module './credentialDerivation' from '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/credentialDerivation', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/credentialDerivation.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/credentialDerivation.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/credentialDerivation.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/signature-v4/package.json' exists according to earlier cached lookups. ======== Module name './credentialDerivation' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/credentialDerivation.d.ts' with Package ID '@aws-sdk/signature-v4/dist-types/credentialDerivation.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/SignatureV4.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Directory '/tmp/project/node_modules/@aws-sdk/signature-v4/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalHeaders.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/getCanonicalQuery.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/getPayloadHash.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/moveHeadersToQuery.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/prepareRequest.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/credentialDerivation.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/middleware-signing/dist-types/middleware.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/middleware-signing/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './configurations' from '/tmp/project/node_modules/@aws-sdk/middleware-signing/dist-types/middleware.d.ts'. ======== Resolution for module './configurations' was found in cache from location '/tmp/project/node_modules/@aws-sdk/middleware-signing/dist-types'. ======== Module name './configurations' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-signing/dist-types/configurations.d.ts' with Package ID '@aws-sdk/middleware-signing/dist-types/configurations.d.ts@3.310.0'. ======== ======== Resolving module './configurations' from '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/package.json' exists according to earlier cached lookups. ======== Module name './configurations' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts' with Package ID '@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts@3.310.0'. ======== ======== Resolving module './user-agent-middleware' from '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/package.json' exists according to earlier cached lookups. ======== Module name './user-agent-middleware' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts' with Package ID '@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Directory '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './configurations' from '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts'. ======== Resolution for module './configurations' was found in cache from location '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/dist-types'. ======== Module name './configurations' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts' with Package ID '@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts@3.310.0'. ======== ======== Resolving module './Field' from '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/Field', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/Field.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/Field.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/Field.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/protocol-http/package.json' exists according to earlier cached lookups. ======== Module name './Field' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/Field.d.ts' with Package ID '@aws-sdk/protocol-http/dist-types/Field.d.ts@3.310.0'. ======== ======== Resolving module './FieldPosition' from '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/FieldPosition', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/FieldPosition.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/FieldPosition.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/FieldPosition.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/protocol-http/package.json' exists according to earlier cached lookups. ======== Module name './FieldPosition' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/FieldPosition.d.ts' with Package ID '@aws-sdk/protocol-http/dist-types/FieldPosition.d.ts@3.310.0'. ======== ======== Resolving module './Fields' from '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/Fields', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/Fields.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/Fields.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/Fields.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/protocol-http/package.json' exists according to earlier cached lookups. ======== Module name './Fields' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/Fields.d.ts' with Package ID '@aws-sdk/protocol-http/dist-types/Fields.d.ts@3.310.0'. ======== ======== Resolving module './httpHandler' from '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/httpHandler', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/httpHandler.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/httpHandler.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/httpHandler.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/protocol-http/package.json' exists according to earlier cached lookups. ======== Module name './httpHandler' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/httpHandler.d.ts' with Package ID '@aws-sdk/protocol-http/dist-types/httpHandler.d.ts@3.310.0'. ======== ======== Resolving module './httpRequest' from '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/protocol-http/package.json' exists according to earlier cached lookups. ======== Module name './httpRequest' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.d.ts' with Package ID '@aws-sdk/protocol-http/dist-types/httpRequest.d.ts@3.310.0'. ======== ======== Resolving module './httpResponse' from '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/httpResponse', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/httpResponse.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/httpResponse.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/httpResponse.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/protocol-http/package.json' exists according to earlier cached lookups. ======== Module name './httpResponse' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/httpResponse.d.ts' with Package ID '@aws-sdk/protocol-http/dist-types/httpResponse.d.ts@3.310.0'. ======== ======== Resolving module './isValidHostname' from '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/isValidHostname', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/isValidHostname.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/isValidHostname.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/isValidHostname.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/protocol-http/package.json' exists according to earlier cached lookups. ======== Module name './isValidHostname' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/isValidHostname.d.ts' with Package ID '@aws-sdk/protocol-http/dist-types/isValidHostname.d.ts@3.310.0'. ======== ======== Resolving module './FieldPosition' from '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/Field.d.ts'. ======== Resolution for module './FieldPosition' was found in cache from location '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types'. ======== Module name './FieldPosition' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/FieldPosition.d.ts' with Package ID '@aws-sdk/protocol-http/dist-types/FieldPosition.d.ts@3.310.0'. ======== ======== Resolving module './Field' from '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/Fields.d.ts'. ======== Resolution for module './Field' was found in cache from location '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types'. ======== Module name './Field' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/Field.d.ts' with Package ID '@aws-sdk/protocol-http/dist-types/Field.d.ts@3.310.0'. ======== ======== Resolving module './FieldPosition' from '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/Fields.d.ts'. ======== Resolution for module './FieldPosition' was found in cache from location '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types'. ======== Module name './FieldPosition' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/FieldPosition.d.ts' with Package ID '@aws-sdk/protocol-http/dist-types/FieldPosition.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/httpHandler.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Directory '/tmp/project/node_modules/@aws-sdk/protocol-http/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './httpRequest' from '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/httpHandler.d.ts'. ======== Resolution for module './httpRequest' was found in cache from location '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types'. ======== Module name './httpRequest' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.d.ts' with Package ID '@aws-sdk/protocol-http/dist-types/httpRequest.d.ts@3.310.0'. ======== ======== Resolving module './httpResponse' from '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/httpHandler.d.ts'. ======== Resolution for module './httpResponse' was found in cache from location '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types'. ======== Module name './httpResponse' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/httpResponse.d.ts' with Package ID '@aws-sdk/protocol-http/dist-types/httpResponse.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/httpRequest.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/httpResponse.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptFilterCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptFilterCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptFilterCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptFilterCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptFilterCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleSetCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleSetCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleSetCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleSetCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleSetCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateTemplateCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateTemplateCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateTemplateCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateTemplateCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateTemplateCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityPolicyCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityPolicyCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityPolicyCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityPolicyCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityPolicyCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptFilterCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptFilterCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptFilterCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptFilterCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptFilterCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteTemplateCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteTemplateCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteTemplateCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteTemplateCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteTemplateCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeConfigurationSetCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeConfigurationSetCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeConfigurationSetCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeConfigurationSetCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeConfigurationSetCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetAccountSendingEnabledCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetAccountSendingEnabledCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetAccountSendingEnabledCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetAccountSendingEnabledCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetAccountSendingEnabledCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityPoliciesCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityPoliciesCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityPoliciesCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityPoliciesCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityPoliciesCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendQuotaCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendQuotaCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendQuotaCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendQuotaCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendQuotaCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendStatisticsCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendStatisticsCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendStatisticsCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendStatisticsCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendStatisticsCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetTemplateCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetTemplateCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetTemplateCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetTemplateCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetTemplateCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListConfigurationSetsCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListConfigurationSetsCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListConfigurationSetsCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListConfigurationSetsCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListConfigurationSetsCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentityPoliciesCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentityPoliciesCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentityPoliciesCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentityPoliciesCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentityPoliciesCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptFiltersCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptFiltersCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptFiltersCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptFiltersCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptFiltersCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptRuleSetsCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptRuleSetsCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptRuleSetsCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptRuleSetsCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptRuleSetsCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListTemplatesCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListTemplatesCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListTemplatesCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListTemplatesCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListTemplatesCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutIdentityPolicyCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutIdentityPolicyCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutIdentityPolicyCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutIdentityPolicyCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutIdentityPolicyCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBounceCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBounceCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBounceCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBounceCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBounceCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendCustomVerificationEmailCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendCustomVerificationEmailCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendCustomVerificationEmailCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendCustomVerificationEmailCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendCustomVerificationEmailCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendEmailCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendEmailCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendEmailCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendEmailCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendEmailCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendRawEmailCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendRawEmailCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendRawEmailCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendRawEmailCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendRawEmailCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendTemplatedEmailCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendTemplatedEmailCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendTemplatedEmailCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendTemplatedEmailCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendTemplatedEmailCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetReceiptRulePositionCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetReceiptRulePositionCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetReceiptRulePositionCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetReceiptRulePositionCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetReceiptRulePositionCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/TestRenderTemplateCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/TestRenderTemplateCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/TestRenderTemplateCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/TestRenderTemplateCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/TestRenderTemplateCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateReceiptRuleCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateReceiptRuleCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateReceiptRuleCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateReceiptRuleCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateReceiptRuleCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateTemplateCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateTemplateCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateTemplateCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateTemplateCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateTemplateCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainDkimCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainDkimCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainDkimCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainDkimCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainDkimCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainIdentityCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainIdentityCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainIdentityCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainIdentityCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainIdentityCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailAddressCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailAddressCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailAddressCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailAddressCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailAddressCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailIdentityCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailIdentityCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailIdentityCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailIdentityCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailIdentityCommand.d.ts'. ======== Resolution for module '../SESClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands'. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/endpoint/EndpointParameters.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/endpoint/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './CloneReceiptRuleSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CloneReceiptRuleSetCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CloneReceiptRuleSetCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CloneReceiptRuleSetCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CloneReceiptRuleSetCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './CloneReceiptRuleSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CloneReceiptRuleSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/CloneReceiptRuleSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './CreateConfigurationSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './CreateConfigurationSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './CreateConfigurationSetEventDestinationCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetEventDestinationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetEventDestinationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetEventDestinationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './CreateConfigurationSetEventDestinationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts@3.316.0'. ======== ======== Resolving module './CreateConfigurationSetTrackingOptionsCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './CreateConfigurationSetTrackingOptionsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts@3.316.0'. ======== ======== Resolving module './CreateCustomVerificationEmailTemplateCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateCustomVerificationEmailTemplateCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './CreateCustomVerificationEmailTemplateCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts@3.316.0'. ======== ======== Resolving module './CreateReceiptFilterCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptFilterCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptFilterCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptFilterCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptFilterCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './CreateReceiptFilterCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptFilterCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/CreateReceiptFilterCommand.d.ts@3.316.0'. ======== ======== Resolving module './CreateReceiptRuleCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './CreateReceiptRuleCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleCommand.d.ts@3.316.0'. ======== ======== Resolving module './CreateReceiptRuleSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleSetCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleSetCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleSetCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleSetCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './CreateReceiptRuleSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './CreateTemplateCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateTemplateCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateTemplateCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateTemplateCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateTemplateCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './CreateTemplateCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateTemplateCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/CreateTemplateCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteConfigurationSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './DeleteConfigurationSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteConfigurationSetEventDestinationCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetEventDestinationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './DeleteConfigurationSetEventDestinationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteConfigurationSetTrackingOptionsCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './DeleteConfigurationSetTrackingOptionsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteCustomVerificationEmailTemplateCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './DeleteCustomVerificationEmailTemplateCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteIdentityCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './DeleteIdentityCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteIdentityCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteIdentityPolicyCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityPolicyCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityPolicyCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityPolicyCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityPolicyCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './DeleteIdentityPolicyCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityPolicyCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteIdentityPolicyCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteReceiptFilterCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptFilterCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptFilterCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptFilterCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptFilterCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './DeleteReceiptFilterCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptFilterCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteReceiptFilterCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteReceiptRuleCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './DeleteReceiptRuleCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteReceiptRuleSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleSetCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleSetCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleSetCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './DeleteReceiptRuleSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteTemplateCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteTemplateCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteTemplateCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteTemplateCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteTemplateCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './DeleteTemplateCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteTemplateCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteTemplateCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteVerifiedEmailAddressCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteVerifiedEmailAddressCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteVerifiedEmailAddressCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteVerifiedEmailAddressCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './DeleteVerifiedEmailAddressCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts@3.316.0'. ======== ======== Resolving module './DescribeActiveReceiptRuleSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeActiveReceiptRuleSetCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeActiveReceiptRuleSetCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeActiveReceiptRuleSetCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './DescribeActiveReceiptRuleSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './DescribeConfigurationSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeConfigurationSetCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeConfigurationSetCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeConfigurationSetCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeConfigurationSetCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './DescribeConfigurationSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeConfigurationSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DescribeConfigurationSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './DescribeReceiptRuleCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './DescribeReceiptRuleCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleCommand.d.ts@3.316.0'. ======== ======== Resolving module './DescribeReceiptRuleSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleSetCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleSetCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleSetCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './DescribeReceiptRuleSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetAccountSendingEnabledCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetAccountSendingEnabledCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetAccountSendingEnabledCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetAccountSendingEnabledCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetAccountSendingEnabledCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './GetAccountSendingEnabledCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetAccountSendingEnabledCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetAccountSendingEnabledCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetCustomVerificationEmailTemplateCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetCustomVerificationEmailTemplateCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetCustomVerificationEmailTemplateCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetCustomVerificationEmailTemplateCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './GetCustomVerificationEmailTemplateCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetIdentityDkimAttributesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityDkimAttributesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityDkimAttributesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityDkimAttributesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './GetIdentityDkimAttributesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetIdentityMailFromDomainAttributesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityMailFromDomainAttributesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './GetIdentityMailFromDomainAttributesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetIdentityNotificationAttributesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityNotificationAttributesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityNotificationAttributesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityNotificationAttributesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './GetIdentityNotificationAttributesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetIdentityPoliciesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityPoliciesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityPoliciesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityPoliciesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityPoliciesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './GetIdentityPoliciesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityPoliciesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetIdentityPoliciesCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetIdentityVerificationAttributesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './GetIdentityVerificationAttributesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetSendQuotaCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendQuotaCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendQuotaCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendQuotaCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendQuotaCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './GetSendQuotaCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendQuotaCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetSendQuotaCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetSendStatisticsCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendStatisticsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendStatisticsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendStatisticsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendStatisticsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './GetSendStatisticsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendStatisticsCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetSendStatisticsCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetTemplateCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetTemplateCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetTemplateCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetTemplateCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetTemplateCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './GetTemplateCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetTemplateCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetTemplateCommand.d.ts@3.316.0'. ======== ======== Resolving module './ListConfigurationSetsCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListConfigurationSetsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListConfigurationSetsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListConfigurationSetsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListConfigurationSetsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './ListConfigurationSetsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListConfigurationSetsCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ListConfigurationSetsCommand.d.ts@3.316.0'. ======== ======== Resolving module './ListCustomVerificationEmailTemplatesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './ListCustomVerificationEmailTemplatesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts@3.316.0'. ======== ======== Resolving module './ListIdentitiesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './ListIdentitiesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand.d.ts@3.316.0'. ======== ======== Resolving module './ListIdentityPoliciesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentityPoliciesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentityPoliciesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentityPoliciesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentityPoliciesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './ListIdentityPoliciesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentityPoliciesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ListIdentityPoliciesCommand.d.ts@3.316.0'. ======== ======== Resolving module './ListReceiptFiltersCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptFiltersCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptFiltersCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptFiltersCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptFiltersCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './ListReceiptFiltersCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptFiltersCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ListReceiptFiltersCommand.d.ts@3.316.0'. ======== ======== Resolving module './ListReceiptRuleSetsCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptRuleSetsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptRuleSetsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptRuleSetsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptRuleSetsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './ListReceiptRuleSetsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptRuleSetsCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ListReceiptRuleSetsCommand.d.ts@3.316.0'. ======== ======== Resolving module './ListTemplatesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListTemplatesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListTemplatesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListTemplatesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListTemplatesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './ListTemplatesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListTemplatesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ListTemplatesCommand.d.ts@3.316.0'. ======== ======== Resolving module './ListVerifiedEmailAddressesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListVerifiedEmailAddressesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListVerifiedEmailAddressesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListVerifiedEmailAddressesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './ListVerifiedEmailAddressesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts@3.316.0'. ======== ======== Resolving module './PutConfigurationSetDeliveryOptionsCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './PutConfigurationSetDeliveryOptionsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts@3.316.0'. ======== ======== Resolving module './PutIdentityPolicyCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutIdentityPolicyCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutIdentityPolicyCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutIdentityPolicyCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutIdentityPolicyCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './PutIdentityPolicyCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/PutIdentityPolicyCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/PutIdentityPolicyCommand.d.ts@3.316.0'. ======== ======== Resolving module './ReorderReceiptRuleSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ReorderReceiptRuleSetCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ReorderReceiptRuleSetCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ReorderReceiptRuleSetCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './ReorderReceiptRuleSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './SendBounceCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBounceCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBounceCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBounceCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBounceCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './SendBounceCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBounceCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SendBounceCommand.d.ts@3.316.0'. ======== ======== Resolving module './SendBulkTemplatedEmailCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBulkTemplatedEmailCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBulkTemplatedEmailCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBulkTemplatedEmailCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './SendBulkTemplatedEmailCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts@3.316.0'. ======== ======== Resolving module './SendCustomVerificationEmailCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendCustomVerificationEmailCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendCustomVerificationEmailCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendCustomVerificationEmailCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendCustomVerificationEmailCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './SendCustomVerificationEmailCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendCustomVerificationEmailCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SendCustomVerificationEmailCommand.d.ts@3.316.0'. ======== ======== Resolving module './SendEmailCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendEmailCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendEmailCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendEmailCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendEmailCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './SendEmailCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendEmailCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SendEmailCommand.d.ts@3.316.0'. ======== ======== Resolving module './SendRawEmailCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendRawEmailCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendRawEmailCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendRawEmailCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendRawEmailCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './SendRawEmailCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendRawEmailCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SendRawEmailCommand.d.ts@3.316.0'. ======== ======== Resolving module './SendTemplatedEmailCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendTemplatedEmailCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendTemplatedEmailCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendTemplatedEmailCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendTemplatedEmailCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './SendTemplatedEmailCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SendTemplatedEmailCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SendTemplatedEmailCommand.d.ts@3.316.0'. ======== ======== Resolving module './SetActiveReceiptRuleSetCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetActiveReceiptRuleSetCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetActiveReceiptRuleSetCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetActiveReceiptRuleSetCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './SetActiveReceiptRuleSetCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts@3.316.0'. ======== ======== Resolving module './SetIdentityDkimEnabledCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityDkimEnabledCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityDkimEnabledCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityDkimEnabledCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './SetIdentityDkimEnabledCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts@3.316.0'. ======== ======== Resolving module './SetIdentityFeedbackForwardingEnabledCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './SetIdentityFeedbackForwardingEnabledCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts@3.316.0'. ======== ======== Resolving module './SetIdentityHeadersInNotificationsEnabledCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './SetIdentityHeadersInNotificationsEnabledCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts@3.316.0'. ======== ======== Resolving module './SetIdentityMailFromDomainCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityMailFromDomainCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityMailFromDomainCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityMailFromDomainCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './SetIdentityMailFromDomainCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts@3.316.0'. ======== ======== Resolving module './SetIdentityNotificationTopicCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityNotificationTopicCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityNotificationTopicCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityNotificationTopicCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './SetIdentityNotificationTopicCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts@3.316.0'. ======== ======== Resolving module './SetReceiptRulePositionCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetReceiptRulePositionCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetReceiptRulePositionCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetReceiptRulePositionCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetReceiptRulePositionCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './SetReceiptRulePositionCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/SetReceiptRulePositionCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/SetReceiptRulePositionCommand.d.ts@3.316.0'. ======== ======== Resolving module './TestRenderTemplateCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/TestRenderTemplateCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/TestRenderTemplateCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/TestRenderTemplateCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/TestRenderTemplateCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './TestRenderTemplateCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/TestRenderTemplateCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/TestRenderTemplateCommand.d.ts@3.316.0'. ======== ======== Resolving module './UpdateAccountSendingEnabledCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateAccountSendingEnabledCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateAccountSendingEnabledCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateAccountSendingEnabledCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './UpdateAccountSendingEnabledCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts@3.316.0'. ======== ======== Resolving module './UpdateConfigurationSetEventDestinationCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetEventDestinationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './UpdateConfigurationSetEventDestinationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts@3.316.0'. ======== ======== Resolving module './UpdateConfigurationSetReputationMetricsEnabledCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './UpdateConfigurationSetReputationMetricsEnabledCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts@3.316.0'. ======== ======== Resolving module './UpdateConfigurationSetSendingEnabledCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './UpdateConfigurationSetSendingEnabledCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts@3.316.0'. ======== ======== Resolving module './UpdateConfigurationSetTrackingOptionsCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './UpdateConfigurationSetTrackingOptionsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts@3.316.0'. ======== ======== Resolving module './UpdateCustomVerificationEmailTemplateCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './UpdateCustomVerificationEmailTemplateCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts@3.316.0'. ======== ======== Resolving module './UpdateReceiptRuleCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateReceiptRuleCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateReceiptRuleCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateReceiptRuleCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateReceiptRuleCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './UpdateReceiptRuleCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateReceiptRuleCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/UpdateReceiptRuleCommand.d.ts@3.316.0'. ======== ======== Resolving module './UpdateTemplateCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateTemplateCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateTemplateCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateTemplateCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateTemplateCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './UpdateTemplateCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateTemplateCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/UpdateTemplateCommand.d.ts@3.316.0'. ======== ======== Resolving module './VerifyDomainDkimCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainDkimCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainDkimCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainDkimCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainDkimCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './VerifyDomainDkimCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainDkimCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/VerifyDomainDkimCommand.d.ts@3.316.0'. ======== ======== Resolving module './VerifyDomainIdentityCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainIdentityCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainIdentityCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainIdentityCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainIdentityCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './VerifyDomainIdentityCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainIdentityCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/VerifyDomainIdentityCommand.d.ts@3.316.0'. ======== ======== Resolving module './VerifyEmailAddressCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailAddressCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailAddressCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailAddressCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailAddressCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './VerifyEmailAddressCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailAddressCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/VerifyEmailAddressCommand.d.ts@3.316.0'. ======== ======== Resolving module './VerifyEmailIdentityCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailIdentityCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailIdentityCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailIdentityCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailIdentityCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './VerifyEmailIdentityCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailIdentityCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/VerifyEmailIdentityCommand.d.ts@3.316.0'. ======== ======== Resolving module './models_0' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module './Interfaces' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/Interfaces', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/Interfaces.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/Interfaces.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/Interfaces.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './Interfaces' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/Interfaces.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/pagination/Interfaces.d.ts@3.316.0'. ======== ======== Resolving module './ListCustomVerificationEmailTemplatesPaginator' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './ListCustomVerificationEmailTemplatesPaginator' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts@3.316.0'. ======== ======== Resolving module './ListIdentitiesPaginator' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/ListIdentitiesPaginator', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/ListIdentitiesPaginator.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/ListIdentitiesPaginator.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/ListIdentitiesPaginator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './ListIdentitiesPaginator' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/ListIdentitiesPaginator.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/pagination/ListIdentitiesPaginator.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/Interfaces.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/Interfaces.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../commands/ListCustomVerificationEmailTemplatesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ListCustomVerificationEmailTemplatesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts@3.316.0'. ======== ======== Resolving module './Interfaces' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts'. ======== Resolution for module './Interfaces' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination'. ======== Module name './Interfaces' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/Interfaces.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/pagination/Interfaces.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/ListIdentitiesPaginator.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../commands/ListIdentitiesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/ListIdentitiesPaginator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ListIdentitiesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand.d.ts@3.316.0'. ======== ======== Resolving module './Interfaces' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/ListIdentitiesPaginator.d.ts'. ======== Resolution for module './Interfaces' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination'. ======== Module name './Interfaces' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/pagination/Interfaces.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/pagination/Interfaces.d.ts@3.316.0'. ======== ======== Resolving module './waitForIdentityExists' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/waiters/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/waiters/waitForIdentityExists', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/waiters/waitForIdentityExists.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/waiters/waitForIdentityExists.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/waiters/waitForIdentityExists.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name './waitForIdentityExists' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/waiters/waitForIdentityExists.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/waiters/waitForIdentityExists.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/util-waiter' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/waiters/waitForIdentityExists.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/util-waiter'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/util-waiter'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/util-waiter'. Resolving module name '@aws-sdk/util-waiter' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/util-waiter'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/util-waiter', target file type 'TypeScript'. Loading module '@aws-sdk/util-waiter' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/waiters/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__util-waiter' Directory '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__util-waiter' Directory '/tmp/project/node_modules/@aws-sdk/client-ses/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__util-waiter' Directory '/tmp/project/node_modules/@aws-sdk/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__util-waiter' Found 'package.json' at '/tmp/project/node_modules/@aws-sdk/util-waiter/package.json'. 'package.json' has a 'typesVersions' field with version-specific path mappings. 'package.json' does not have a 'typesVersions' entry that matches version '4.9'. File '/tmp/project/node_modules/@aws-sdk/util-waiter.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/util-waiter.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/util-waiter.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist-types/index.d.ts' that references '/tmp/project/node_modules/@aws-sdk/util-waiter/dist-types/index.d.ts'. File '/tmp/project/node_modules/@aws-sdk/util-waiter/dist-types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@aws-sdk/util-waiter/dist-types/index.d.ts', result '/tmp/project/node_modules/@aws-sdk/util-waiter/dist-types/index.d.ts'. ======== Module name '@aws-sdk/util-waiter' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/util-waiter/dist-types/index.d.ts' with Package ID '@aws-sdk/util-waiter/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../commands/GetIdentityVerificationAttributesCommand' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/waiters/waitForIdentityExists.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name '../commands/GetIdentityVerificationAttributesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts@3.316.0'. ======== ======== Resolving module '../SESClient' from '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/waiters/waitForIdentityExists.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-ses/package.json' exists according to earlier cached lookups. ======== Module name '../SESClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts' with Package ID '@aws-sdk/client-ses/dist-types/SESClient.d.ts@3.316.0'. ======== ======== Resolving module './createWaiter' from '/tmp/project/node_modules/@aws-sdk/util-waiter/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/util-waiter/dist-types/createWaiter', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/util-waiter/dist-types/createWaiter.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/util-waiter/dist-types/createWaiter.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/util-waiter/dist-types/createWaiter.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/util-waiter/package.json' exists according to earlier cached lookups. ======== Module name './createWaiter' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/util-waiter/dist-types/createWaiter.d.ts' with Package ID '@aws-sdk/util-waiter/dist-types/createWaiter.d.ts@3.310.0'. ======== ======== Resolving module './waiter' from '/tmp/project/node_modules/@aws-sdk/util-waiter/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/util-waiter/dist-types/waiter', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/util-waiter/dist-types/waiter.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/util-waiter/dist-types/waiter.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/util-waiter/package.json' exists according to earlier cached lookups. ======== Module name './waiter' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts' with Package ID '@aws-sdk/util-waiter/dist-types/waiter.d.ts@3.310.0'. ======== ======== Resolving module './waiter' from '/tmp/project/node_modules/@aws-sdk/util-waiter/dist-types/createWaiter.d.ts'. ======== Resolution for module './waiter' was found in cache from location '/tmp/project/node_modules/@aws-sdk/util-waiter/dist-types'. ======== Module name './waiter' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts' with Package ID '@aws-sdk/util-waiter/dist-types/waiter.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/util-waiter/dist-types/waiter.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/util-waiter/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Directory '/tmp/project/node_modules/@aws-sdk/util-waiter/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module 'handlebars' from '/tmp/project/apps/api/apps/api/src/assets/email/helpers.hbs.js'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'handlebars'. 'paths' option is specified, looking for a pattern to match module name 'handlebars'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'handlebars'. Resolving module name 'handlebars' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/handlebars'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/handlebars', target file type 'TypeScript'. File '/tmp/project/apps/api/handlebars.ts' does not exist. File '/tmp/project/apps/api/handlebars.tsx' does not exist. File '/tmp/project/apps/api/handlebars.d.ts' does not exist. Directory '/tmp/project/apps/api/handlebars' does not exist, skipping all lookups in it. Loading module 'handlebars' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/assets/email/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/src/assets/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/handlebars.ts' does not exist. File '/tmp/project/apps/api/node_modules/handlebars.tsx' does not exist. File '/tmp/project/apps/api/node_modules/handlebars.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/handlebars/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/handlebars.ts' does not exist. File '/tmp/project/node_modules/handlebars.tsx' does not exist. File '/tmp/project/node_modules/handlebars.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'types/index.d.ts' that references '/tmp/project/node_modules/handlebars/types/index.d.ts'. File '/tmp/project/node_modules/handlebars/types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/handlebars/types/index.d.ts', result '/tmp/project/node_modules/handlebars/types/index.d.ts'. ======== Module name 'handlebars' was successfully resolved to '/tmp/project/node_modules/handlebars/types/index.d.ts' with Package ID 'handlebars/types/index.d.ts@4.7.7'. ======== ======== Resolving module 'handlebars' from '/tmp/project/packages/mailer/dist/adapters/handlebars.adapter.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'handlebars'. 'paths' option is specified, looking for a pattern to match module name 'handlebars'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'handlebars'. Resolving module name 'handlebars' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/handlebars'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/handlebars', target file type 'TypeScript'. File '/tmp/project/apps/api/handlebars.ts' does not exist. File '/tmp/project/apps/api/handlebars.tsx' does not exist. File '/tmp/project/apps/api/handlebars.d.ts' does not exist. Directory '/tmp/project/apps/api/handlebars' does not exist, skipping all lookups in it. Loading module 'handlebars' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/packages/mailer/dist/adapters/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/packages/mailer/dist/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/packages/mailer/node_modules/handlebars.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/handlebars.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/handlebars.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@types/handlebars.d.ts' does not exist. Directory '/tmp/project/packages/node_modules' does not exist, skipping all lookups in it. Resolution for module 'handlebars' was found in cache from location '/tmp/project'. ======== Module name 'handlebars' was successfully resolved to '/tmp/project/node_modules/handlebars/types/index.d.ts' with Package ID 'handlebars/types/index.d.ts@4.7.7'. ======== ======== Resolving module '../interfaces/mailer-options.interface' from '/tmp/project/packages/mailer/dist/adapters/handlebars.adapter.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/dist/interfaces/mailer-options.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/dist/interfaces/mailer-options.interface.ts' does not exist. File '/tmp/project/packages/mailer/dist/interfaces/mailer-options.interface.tsx' does not exist. File '/tmp/project/packages/mailer/dist/interfaces/mailer-options.interface.d.ts' exist - use it as a name resolution result. ======== Module name '../interfaces/mailer-options.interface' was successfully resolved to '/tmp/project/packages/mailer/dist/interfaces/mailer-options.interface.d.ts'. ======== ======== Resolving module '../interfaces/template-adapter.interface' from '/tmp/project/packages/mailer/dist/adapters/handlebars.adapter.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/dist/interfaces/template-adapter.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/dist/interfaces/template-adapter.interface.ts' does not exist. File '/tmp/project/packages/mailer/dist/interfaces/template-adapter.interface.tsx' does not exist. File '/tmp/project/packages/mailer/dist/interfaces/template-adapter.interface.d.ts' exist - use it as a name resolution result. ======== Module name '../interfaces/template-adapter.interface' was successfully resolved to '/tmp/project/packages/mailer/dist/interfaces/template-adapter.interface.d.ts'. ======== ======== Resolving module '../interfaces/template-adapter-config.interface' from '/tmp/project/packages/mailer/dist/adapters/handlebars.adapter.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/mailer/dist/interfaces/template-adapter-config.interface', target file type 'TypeScript'. File '/tmp/project/packages/mailer/dist/interfaces/template-adapter-config.interface.ts' does not exist. File '/tmp/project/packages/mailer/dist/interfaces/template-adapter-config.interface.tsx' does not exist. File '/tmp/project/packages/mailer/dist/interfaces/template-adapter-config.interface.d.ts' exist - use it as a name resolution result. ======== Module name '../interfaces/template-adapter-config.interface' was successfully resolved to '/tmp/project/packages/mailer/dist/interfaces/template-adapter-config.interface.d.ts'. ======== ======== Resolving module 'inline-css' from '/tmp/project/packages/mailer/dist/interfaces/template-adapter-config.interface.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'inline-css'. 'paths' option is specified, looking for a pattern to match module name 'inline-css'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'inline-css'. Resolving module name 'inline-css' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/inline-css'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/inline-css', target file type 'TypeScript'. File '/tmp/project/apps/api/inline-css.ts' does not exist. File '/tmp/project/apps/api/inline-css.tsx' does not exist. File '/tmp/project/apps/api/inline-css.d.ts' does not exist. Directory '/tmp/project/apps/api/inline-css' does not exist, skipping all lookups in it. Loading module 'inline-css' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/packages/mailer/dist/interfaces/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/packages/mailer/dist/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/packages/mailer/node_modules/inline-css.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/inline-css.tsx' does not exist. File '/tmp/project/packages/mailer/node_modules/inline-css.d.ts' does not exist. File '/tmp/project/packages/mailer/node_modules/@types/inline-css.d.ts' does not exist. Directory '/tmp/project/packages/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/inline-css/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/inline-css.ts' does not exist. File '/tmp/project/node_modules/inline-css.tsx' does not exist. File '/tmp/project/node_modules/inline-css.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'index.js' that references '/tmp/project/node_modules/inline-css/index.js'. File '/tmp/project/node_modules/inline-css/index.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/inline-css/index.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/inline-css/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/inline-css/index.js.ts' does not exist. File '/tmp/project/node_modules/inline-css/index.js.tsx' does not exist. File '/tmp/project/node_modules/inline-css/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/inline-css/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/inline-css/index.ts' does not exist. File '/tmp/project/node_modules/inline-css/index.tsx' does not exist. File '/tmp/project/node_modules/inline-css/index.d.ts' does not exist. Directory '/tmp/project/node_modules/inline-css/index.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/inline-css/index.ts' does not exist. File '/tmp/project/node_modules/inline-css/index.tsx' does not exist. File '/tmp/project/node_modules/inline-css/index.d.ts' does not exist. Found 'package.json' at '/tmp/project/node_modules/@types/inline-css/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@types/inline-css.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/inline-css/index.d.ts'. File '/tmp/project/node_modules/@types/inline-css/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/inline-css/index.d.ts', result '/tmp/project/node_modules/@types/inline-css/index.d.ts'. ======== Module name 'inline-css' was successfully resolved to '/tmp/project/node_modules/@types/inline-css/index.d.ts' with Package ID '@types/inline-css/index.d.ts@3.0.1'. ======== ======== Resolving module 'cheerio' from '/tmp/project/node_modules/@types/inline-css/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'cheerio'. 'paths' option is specified, looking for a pattern to match module name 'cheerio'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'cheerio'. Resolving module name 'cheerio' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/cheerio'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/cheerio', target file type 'TypeScript'. File '/tmp/project/apps/api/cheerio.ts' does not exist. File '/tmp/project/apps/api/cheerio.tsx' does not exist. File '/tmp/project/apps/api/cheerio.d.ts' does not exist. Directory '/tmp/project/apps/api/cheerio' does not exist, skipping all lookups in it. Loading module 'cheerio' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/inline-css/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/cheerio/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/cheerio.ts' does not exist. File '/tmp/project/node_modules/cheerio.tsx' does not exist. File '/tmp/project/node_modules/cheerio.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field './index.js' that references '/tmp/project/node_modules/cheerio/index.js'. File '/tmp/project/node_modules/cheerio/index.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/cheerio/index.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/cheerio/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/cheerio/index.js.ts' does not exist. File '/tmp/project/node_modules/cheerio/index.js.tsx' does not exist. File '/tmp/project/node_modules/cheerio/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/cheerio/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/cheerio/index.ts' does not exist. File '/tmp/project/node_modules/cheerio/index.tsx' does not exist. File '/tmp/project/node_modules/cheerio/index.d.ts' does not exist. Directory '/tmp/project/node_modules/cheerio/index.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/cheerio/index.ts' does not exist. File '/tmp/project/node_modules/cheerio/index.tsx' does not exist. File '/tmp/project/node_modules/cheerio/index.d.ts' does not exist. Found 'package.json' at '/tmp/project/node_modules/@types/cheerio/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@types/cheerio.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/cheerio/index.d.ts'. File '/tmp/project/node_modules/@types/cheerio/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/cheerio/index.d.ts', result '/tmp/project/node_modules/@types/cheerio/index.d.ts'. ======== Module name 'cheerio' was successfully resolved to '/tmp/project/node_modules/@types/cheerio/index.d.ts' with Package ID '@types/cheerio/index.d.ts@0.22.31'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/cheerio/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/team/team.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/team/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './team.controller' from '/tmp/project/apps/api/apps/api/src/team/team.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/team/team.controller', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/team/team.controller.ts' exist - use it as a name resolution result. ======== Module name './team.controller' was successfully resolved to '/tmp/project/apps/api/apps/api/src/team/team.controller.ts'. ======== ======== Resolving module './team.service' from '/tmp/project/apps/api/apps/api/src/team/team.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/team/team.service', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/team/team.service.ts' exist - use it as a name resolution result. ======== Module name './team.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/team/team.service.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/team/team.controller.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/team'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/apps/api/src/team/team.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. 'paths' option is specified, looking for a pattern to match module name 'prismas'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. Resolving module name 'prismas' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/prismas'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/prismas', target file type 'TypeScript'. File '/tmp/project/apps/api/prismas.ts' does not exist. File '/tmp/project/apps/api/prismas.tsx' does not exist. File '/tmp/project/apps/api/prismas.d.ts' does not exist. Directory '/tmp/project/apps/api/prismas' does not exist, skipping all lookups in it. Loading module 'prismas' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/team/node_modules' does not exist, skipping all lookups in it. Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '../auth/admin.guard' from '/tmp/project/apps/api/apps/api/src/team/team.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/auth/admin.guard', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/auth/admin.guard.ts' exist - use it as a name resolution result. ======== Module name '../auth/admin.guard' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/admin.guard.ts'. ======== ======== Resolving module '../auth/auth.decorator' from '/tmp/project/apps/api/apps/api/src/team/team.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/auth/auth.decorator', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts' exist - use it as a name resolution result. ======== Module name '../auth/auth.decorator' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts'. ======== ======== Resolving module '../config/include.defaults' from '/tmp/project/apps/api/apps/api/src/team/team.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/config/include.defaults', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/config/include.defaults.ts' exist - use it as a name resolution result. ======== Module name '../config/include.defaults' was successfully resolved to '/tmp/project/apps/api/apps/api/src/config/include.defaults.ts'. ======== ======== Resolving module './team.service' from '/tmp/project/apps/api/apps/api/src/team/team.controller.ts'. ======== Resolution for module './team.service' was found in cache from location '/tmp/project/apps/api/apps/api/src/team'. ======== Module name './team.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/team/team.service.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/team/team.service.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/team'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/apps/api/src/team/team.service.ts'. ======== Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/apps/api/src/team'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '@project/prisma' from '/tmp/project/apps/api/apps/api/src/team/team.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/prisma'. 'paths' option is specified, looking for a pattern to match module name '@project/prisma'. Module name '@project/prisma', matched pattern '@project/prisma'. Trying substitution 'libs/prisma/src', candidate module location: 'libs/prisma/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/prisma/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/prisma/src.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src.tsx' does not exist. File '/tmp/project/apps/api/libs/prisma/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/prisma/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/prisma' was successfully resolved to '/tmp/project/apps/api/libs/prisma/src/index.ts'. ======== ======== Resolving module '@project/meili' from '/tmp/project/apps/api/apps/api/src/team/team.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/meili'. 'paths' option is specified, looking for a pattern to match module name '@project/meili'. Module name '@project/meili', matched pattern '@project/meili'. Trying substitution 'libs/meili/src', candidate module location: 'libs/meili/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/meili/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/meili/src.ts' does not exist. File '/tmp/project/apps/api/libs/meili/src.tsx' does not exist. File '/tmp/project/apps/api/libs/meili/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/meili/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/meili/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/meili' was successfully resolved to '/tmp/project/apps/api/libs/meili/src/index.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/campaign/campaign.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/campaign/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './campaign.controller' from '/tmp/project/apps/api/apps/api/src/campaign/campaign.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/campaign/campaign.controller', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/campaign/campaign.controller.ts' exist - use it as a name resolution result. ======== Module name './campaign.controller' was successfully resolved to '/tmp/project/apps/api/apps/api/src/campaign/campaign.controller.ts'. ======== ======== Resolving module './campaign.service' from '/tmp/project/apps/api/apps/api/src/campaign/campaign.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/campaign/campaign.service', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/campaign/campaign.service.ts' exist - use it as a name resolution result. ======== Module name './campaign.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/campaign/campaign.service.ts'. ======== ======== Resolving module '@project/video' from '/tmp/project/apps/api/apps/api/src/campaign/campaign.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/video'. 'paths' option is specified, looking for a pattern to match module name '@project/video'. Module name '@project/video', matched pattern '@project/video'. Trying substitution 'libs/video/src', candidate module location: 'libs/video/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/video/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/video/src.ts' does not exist. File '/tmp/project/apps/api/libs/video/src.tsx' does not exist. File '/tmp/project/apps/api/libs/video/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/video/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/video/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/video' was successfully resolved to '/tmp/project/apps/api/libs/video/src/index.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/campaign/campaign.controller.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/campaign'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/apps/api/src/campaign/campaign.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. 'paths' option is specified, looking for a pattern to match module name 'prismas'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. Resolving module name 'prismas' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/prismas'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/prismas', target file type 'TypeScript'. File '/tmp/project/apps/api/prismas.ts' does not exist. File '/tmp/project/apps/api/prismas.tsx' does not exist. File '/tmp/project/apps/api/prismas.d.ts' does not exist. Directory '/tmp/project/apps/api/prismas' does not exist, skipping all lookups in it. Loading module 'prismas' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/campaign/node_modules' does not exist, skipping all lookups in it. Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'shared' from '/tmp/project/apps/api/apps/api/src/campaign/campaign.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'shared'. 'paths' option is specified, looking for a pattern to match module name 'shared'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'shared'. Resolving module name 'shared' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/shared'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/shared', target file type 'TypeScript'. File '/tmp/project/apps/api/shared.ts' does not exist. File '/tmp/project/apps/api/shared.tsx' does not exist. File '/tmp/project/apps/api/shared.d.ts' does not exist. Directory '/tmp/project/apps/api/shared' does not exist, skipping all lookups in it. Loading module 'shared' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/campaign/node_modules' does not exist, skipping all lookups in it. Resolution for module 'shared' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'shared' was successfully resolved to '/tmp/project/packages/shared/dist/index.d.ts' with Package ID 'shared/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'types' from '/tmp/project/apps/api/apps/api/src/campaign/campaign.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'types'. 'paths' option is specified, looking for a pattern to match module name 'types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'types'. Resolving module name 'types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/types', target file type 'TypeScript'. File '/tmp/project/apps/api/types.ts' does not exist. File '/tmp/project/apps/api/types.tsx' does not exist. File '/tmp/project/apps/api/types.d.ts' does not exist. Directory '/tmp/project/apps/api/types' does not exist, skipping all lookups in it. Loading module 'types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/campaign/node_modules' does not exist, skipping all lookups in it. Resolution for module 'types' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'types' was successfully resolved to '/tmp/project/packages/types/dist/index.d.ts' with Package ID 'types/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '../auth/auth.decorator' from '/tmp/project/apps/api/apps/api/src/campaign/campaign.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/auth/auth.decorator', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts' exist - use it as a name resolution result. ======== Module name '../auth/auth.decorator' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts'. ======== ======== Resolving module '../config/include.defaults' from '/tmp/project/apps/api/apps/api/src/campaign/campaign.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/config/include.defaults', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/config/include.defaults.ts' exist - use it as a name resolution result. ======== Module name '../config/include.defaults' was successfully resolved to '/tmp/project/apps/api/apps/api/src/config/include.defaults.ts'. ======== ======== Resolving module '@project/file' from '/tmp/project/apps/api/apps/api/src/campaign/campaign.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/file'. 'paths' option is specified, looking for a pattern to match module name '@project/file'. Module name '@project/file', matched pattern '@project/file'. Trying substitution 'libs/file/src', candidate module location: 'libs/file/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/file/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/file/src.ts' does not exist. File '/tmp/project/apps/api/libs/file/src.tsx' does not exist. File '/tmp/project/apps/api/libs/file/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/file/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/file/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/file' was successfully resolved to '/tmp/project/apps/api/libs/file/src/index.ts'. ======== ======== Resolving module './campaign.service' from '/tmp/project/apps/api/apps/api/src/campaign/campaign.controller.ts'. ======== Resolution for module './campaign.service' was found in cache from location '/tmp/project/apps/api/apps/api/src/campaign'. ======== Module name './campaign.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/campaign/campaign.service.ts'. ======== ======== Resolving module '@project/video/video-creation.service' from '/tmp/project/apps/api/apps/api/src/campaign/campaign.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/video/video-creation.service'. 'paths' option is specified, looking for a pattern to match module name '@project/video/video-creation.service'. Module name '@project/video/video-creation.service', matched pattern '@project/video/*'. Trying substitution 'libs/video/src/*', candidate module location: 'libs/video/src/video-creation.service'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/video/src/video-creation.service', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/video/src/video-creation.service.ts' exist - use it as a name resolution result. ======== Module name '@project/video/video-creation.service' was successfully resolved to '/tmp/project/apps/api/libs/video/src/video-creation.service.ts'. ======== ======== Resolving module '@project/video' from '/tmp/project/apps/api/apps/api/src/campaign/campaign.controller.ts'. ======== Resolution for module '@project/video' was found in cache from location '/tmp/project/apps/api/apps/api/src/campaign'. ======== Module name '@project/video' was successfully resolved to '/tmp/project/apps/api/libs/video/src/index.ts'. ======== ======== Resolving module './file.module' from '/tmp/project/apps/api/libs/file/src/index.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/file/src/file.module', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/file/src/file.module.ts' exist - use it as a name resolution result. ======== Module name './file.module' was successfully resolved to '/tmp/project/apps/api/libs/file/src/file.module.ts'. ======== ======== Resolving module './file.service' from '/tmp/project/apps/api/libs/file/src/index.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/file/src/file.service', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/file/src/file.service.ts' exist - use it as a name resolution result. ======== Module name './file.service' was successfully resolved to '/tmp/project/apps/api/libs/file/src/file.service.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/libs/file/src/file.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/file/src/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Directory '/tmp/project/apps/api/libs/file/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/libs'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './file.service' from '/tmp/project/apps/api/libs/file/src/file.module.ts'. ======== Resolution for module './file.service' was found in cache from location '/tmp/project/apps/api/libs/file/src'. ======== Module name './file.service' was successfully resolved to '/tmp/project/apps/api/libs/file/src/file.service.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/libs/file/src/file.service.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/libs/file/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@aws-sdk/client-s3' from '/tmp/project/apps/api/libs/file/src/file.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/client-s3'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/client-s3'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/client-s3'. Resolving module name '@aws-sdk/client-s3' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/client-s3'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/client-s3', target file type 'TypeScript'. Loading module '@aws-sdk/client-s3' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/file/src/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__client-s3' Directory '/tmp/project/apps/api/libs/file/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__client-s3' Directory '/tmp/project/apps/api/libs/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__client-s3' Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__client-s3' Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__client-s3' Found 'package.json' at '/tmp/project/node_modules/@aws-sdk/client-s3/package.json'. 'package.json' has a 'typesVersions' field with version-specific path mappings. 'package.json' does not have a 'typesVersions' entry that matches version '4.9'. File '/tmp/project/node_modules/@aws-sdk/client-s3.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist-types/index.d.ts' that references '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts', result '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts'. ======== Module name '@aws-sdk/client-s3' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module 'private-environment' from '/tmp/project/apps/api/libs/file/src/file.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'private-environment'. 'paths' option is specified, looking for a pattern to match module name 'private-environment'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'private-environment'. Resolving module name 'private-environment' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/private-environment'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/private-environment', target file type 'TypeScript'. File '/tmp/project/apps/api/private-environment.ts' does not exist. File '/tmp/project/apps/api/private-environment.tsx' does not exist. File '/tmp/project/apps/api/private-environment.d.ts' does not exist. Directory '/tmp/project/apps/api/private-environment' does not exist, skipping all lookups in it. Loading module 'private-environment' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/file/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/file/node_modules' does not exist, skipping all lookups in it. Resolution for module 'private-environment' was found in cache from location '/tmp/project/apps/api/libs'. ======== Module name 'private-environment' was successfully resolved to '/tmp/project/packages/private-environment/dist/index.d.ts' with Package ID 'private-environment/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '@project/prisma' from '/tmp/project/apps/api/libs/file/src/file.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/prisma'. 'paths' option is specified, looking for a pattern to match module name '@project/prisma'. Module name '@project/prisma', matched pattern '@project/prisma'. Trying substitution 'libs/prisma/src', candidate module location: 'libs/prisma/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/prisma/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/prisma/src.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src.tsx' does not exist. File '/tmp/project/apps/api/libs/prisma/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/prisma/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/prisma' was successfully resolved to '/tmp/project/apps/api/libs/prisma/src/index.ts'. ======== ======== Resolving module 'stream' from '/tmp/project/apps/api/libs/file/src/file.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. 'paths' option is specified, looking for a pattern to match module name 'stream'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. Resolving module name 'stream' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/stream'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/stream', target file type 'TypeScript'. File '/tmp/project/apps/api/stream.ts' does not exist. File '/tmp/project/apps/api/stream.tsx' does not exist. File '/tmp/project/apps/api/stream.d.ts' does not exist. Directory '/tmp/project/apps/api/stream' does not exist, skipping all lookups in it. Loading module 'stream' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/file/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/file/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/stream.ts' does not exist. File '/tmp/project/apps/api/node_modules/stream.tsx' does not exist. File '/tmp/project/apps/api/node_modules/stream.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Resolution for module 'stream' was found in cache from location '/tmp/project'. ======== Module name 'stream' was not resolved. ======== ======== Resolving module '@aws-sdk/s3-request-presigner' from '/tmp/project/apps/api/libs/file/src/file.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/s3-request-presigner'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/s3-request-presigner'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/s3-request-presigner'. Resolving module name '@aws-sdk/s3-request-presigner' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/s3-request-presigner'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/s3-request-presigner', target file type 'TypeScript'. Loading module '@aws-sdk/s3-request-presigner' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/file/src/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__s3-request-presigner' Directory '/tmp/project/apps/api/libs/file/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__s3-request-presigner' Directory '/tmp/project/apps/api/libs/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__s3-request-presigner' Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__s3-request-presigner' Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__s3-request-presigner' Found 'package.json' at '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/package.json'. 'package.json' has a 'typesVersions' field with version-specific path mappings. 'package.json' does not have a 'typesVersions' entry that matches version '4.9'. File '/tmp/project/node_modules/@aws-sdk/s3-request-presigner.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/s3-request-presigner.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/s3-request-presigner.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist-types/index.d.ts' that references '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/dist-types/index.d.ts'. File '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/dist-types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/dist-types/index.d.ts', result '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/dist-types/index.d.ts'. ======== Module name '@aws-sdk/s3-request-presigner' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/dist-types/index.d.ts' with Package ID '@aws-sdk/s3-request-presigner/dist-types/index.d.ts@3.317.0'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/libs/file/src/file.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. 'paths' option is specified, looking for a pattern to match module name 'prismas'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. Resolving module name 'prismas' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/prismas'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/prismas', target file type 'TypeScript'. File '/tmp/project/apps/api/prismas.ts' does not exist. File '/tmp/project/apps/api/prismas.tsx' does not exist. File '/tmp/project/apps/api/prismas.d.ts' does not exist. Directory '/tmp/project/apps/api/prismas' does not exist, skipping all lookups in it. Loading module 'prismas' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/file/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/file/node_modules' does not exist, skipping all lookups in it. Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/libs'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'types' from '/tmp/project/apps/api/libs/file/src/file.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'types'. 'paths' option is specified, looking for a pattern to match module name 'types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'types'. Resolving module name 'types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/types', target file type 'TypeScript'. File '/tmp/project/apps/api/types.ts' does not exist. File '/tmp/project/apps/api/types.tsx' does not exist. File '/tmp/project/apps/api/types.d.ts' does not exist. Directory '/tmp/project/apps/api/types' does not exist, skipping all lookups in it. Loading module 'types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/file/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/file/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/node_modules' does not exist, skipping all lookups in it. Resolution for module 'types' was found in cache from location '/tmp/project/apps/api'. ======== Module name 'types' was successfully resolved to '/tmp/project/packages/types/dist/index.d.ts' with Package ID 'types/dist/index.d.ts@0.0.1'. ======== ======== Resolving module './S3' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './S3' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3.d.ts@3.316.0'. ======== ======== Resolving module './S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module './commands' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands.d.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/package.json' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts' exist - use it as a name resolution result. ======== Module name './commands' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== ======== Resolving module './models' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models.d.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/package.json' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/index.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/index.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/index.d.ts' exist - use it as a name resolution result. ======== Module name './models' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/index.d.ts'. ======== ======== Resolving module './pagination' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination.d.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/package.json' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/index.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/index.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/index.d.ts' exist - use it as a name resolution result. ======== Module name './pagination' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/index.d.ts'. ======== ======== Resolving module './waiters' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters.d.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/package.json' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/index.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/index.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/index.d.ts' exist - use it as a name resolution result. ======== Module name './waiters' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/index.d.ts'. ======== ======== Resolving module './models/S3ServiceException' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './models/S3ServiceException' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Directory '/tmp/project/node_modules/@aws-sdk/client-s3/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './commands/AbortMultipartUploadCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/AbortMultipartUploadCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CompleteMultipartUploadCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/CompleteMultipartUploadCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CopyObjectCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/CopyObjectCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CreateBucketCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/CreateBucketCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CreateMultipartUploadCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/CreateMultipartUploadCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteBucketAnalyticsConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteBucketAnalyticsConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteBucketCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteBucketCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteBucketCorsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteBucketCorsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteBucketEncryptionCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteBucketEncryptionCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteBucketIntelligentTieringConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteBucketIntelligentTieringConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteBucketInventoryConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteBucketInventoryConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteBucketLifecycleCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteBucketLifecycleCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteBucketMetricsConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteBucketMetricsConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteBucketOwnershipControlsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteBucketOwnershipControlsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteBucketPolicyCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteBucketPolicyCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteBucketReplicationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteBucketReplicationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteBucketTaggingCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteBucketTaggingCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteBucketWebsiteCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteBucketWebsiteCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteObjectCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteObjectCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteObjectsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteObjectsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteObjectTaggingCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteObjectTaggingCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeletePublicAccessBlockCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeletePublicAccessBlockCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketAccelerateConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetBucketAccelerateConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketAclCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetBucketAclCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketAnalyticsConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetBucketAnalyticsConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketCorsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetBucketCorsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketEncryptionCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetBucketEncryptionCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketIntelligentTieringConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetBucketIntelligentTieringConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketInventoryConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetBucketInventoryConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketLifecycleConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetBucketLifecycleConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketLocationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetBucketLocationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketLoggingCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetBucketLoggingCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketMetricsConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetBucketMetricsConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketNotificationConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetBucketNotificationConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketOwnershipControlsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetBucketOwnershipControlsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketPolicyCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetBucketPolicyCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketPolicyStatusCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetBucketPolicyStatusCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketReplicationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetBucketReplicationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketRequestPaymentCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetBucketRequestPaymentCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketTaggingCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetBucketTaggingCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketVersioningCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetBucketVersioningCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketWebsiteCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetBucketWebsiteCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetObjectAclCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetObjectAclCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetObjectAttributesCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetObjectAttributesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetObjectCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetObjectCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetObjectLegalHoldCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetObjectLegalHoldCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetObjectLockConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetObjectLockConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetObjectRetentionCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetObjectRetentionCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetObjectTaggingCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetObjectTaggingCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetObjectTorrentCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetObjectTorrentCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetPublicAccessBlockCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/GetPublicAccessBlockCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/HeadBucketCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/HeadBucketCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/HeadObjectCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/HeadObjectCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListBucketAnalyticsConfigurationsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/ListBucketAnalyticsConfigurationsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListBucketIntelligentTieringConfigurationsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/ListBucketIntelligentTieringConfigurationsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListBucketInventoryConfigurationsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/ListBucketInventoryConfigurationsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListBucketMetricsConfigurationsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/ListBucketMetricsConfigurationsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListBucketsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/ListBucketsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListMultipartUploadsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/ListMultipartUploadsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListObjectsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/ListObjectsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListObjectsV2Command' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/ListObjectsV2Command' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListObjectVersionsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/ListObjectVersionsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListPartsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/ListPartsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketAccelerateConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/PutBucketAccelerateConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketAclCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/PutBucketAclCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketAnalyticsConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/PutBucketAnalyticsConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketCorsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/PutBucketCorsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketEncryptionCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/PutBucketEncryptionCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketIntelligentTieringConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/PutBucketIntelligentTieringConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketInventoryConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/PutBucketInventoryConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketLifecycleConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/PutBucketLifecycleConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketLoggingCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/PutBucketLoggingCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketMetricsConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/PutBucketMetricsConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketNotificationConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/PutBucketNotificationConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketOwnershipControlsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/PutBucketOwnershipControlsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketPolicyCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/PutBucketPolicyCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketReplicationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/PutBucketReplicationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketRequestPaymentCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/PutBucketRequestPaymentCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketTaggingCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/PutBucketTaggingCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketVersioningCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/PutBucketVersioningCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketWebsiteCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/PutBucketWebsiteCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutObjectAclCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/PutObjectAclCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutObjectCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/PutObjectCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutObjectLegalHoldCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/PutObjectLegalHoldCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutObjectLockConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/PutObjectLockConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutObjectRetentionCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/PutObjectRetentionCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutObjectTaggingCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/PutObjectTaggingCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutPublicAccessBlockCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/PutPublicAccessBlockCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/RestoreObjectCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/RestoreObjectCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SelectObjectContentCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/SelectObjectContentCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/UploadPartCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/UploadPartCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/UploadPartCopyCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/UploadPartCopyCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/WriteGetObjectResponseCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './commands/WriteGetObjectResponseCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts@3.316.0'. ======== ======== Resolving module './S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts'. ======== Resolution for module './S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-endpoint'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/middleware-endpoint'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-endpoint'. Resolving module name '@aws-sdk/middleware-endpoint' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/middleware-endpoint'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/middleware-endpoint', target file type 'TypeScript'. Loading module '@aws-sdk/middleware-endpoint' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-endpoint' Directory '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-endpoint' Directory '/tmp/project/node_modules/@aws-sdk/client-s3/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-endpoint' Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/smithy-client'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/smithy-client'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/smithy-client'. Resolving module name '@aws-sdk/smithy-client' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/smithy-client'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/smithy-client', target file type 'TypeScript'. Loading module '@aws-sdk/smithy-client' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__smithy-client' Directory '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__smithy-client' Directory '/tmp/project/node_modules/@aws-sdk/client-s3/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__smithy-client' Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/smithy-client'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/smithy-client'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/smithy-client'. Resolving module name '@aws-sdk/smithy-client' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/smithy-client'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/smithy-client', target file type 'TypeScript'. Loading module '@aws-sdk/smithy-client' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__smithy-client' Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module 'stream' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. 'paths' option is specified, looking for a pattern to match module name 'stream'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. Resolving module name 'stream' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/stream'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/stream', target file type 'TypeScript'. File '/tmp/project/apps/api/stream.ts' does not exist. File '/tmp/project/apps/api/stream.tsx' does not exist. File '/tmp/project/apps/api/stream.d.ts' does not exist. Directory '/tmp/project/apps/api/stream' does not exist, skipping all lookups in it. Loading module 'stream' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/@aws-sdk/client-s3/node_modules/stream.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/node_modules/stream.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/node_modules/stream.d.ts' does not exist. Directory '/tmp/project/node_modules/@aws-sdk/client-s3/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@aws-sdk/node_modules' does not exist, skipping all lookups in it. Resolution for module 'stream' was found in cache from location '/tmp/project'. ======== Module name 'stream' was not resolved. ======== ======== Resolving module './S3ServiceException' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './S3ServiceException' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module '@aws-sdk/config-resolver' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/config-resolver'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/config-resolver'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/config-resolver'. Resolving module name '@aws-sdk/config-resolver' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/config-resolver'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/config-resolver', target file type 'TypeScript'. Loading module '@aws-sdk/config-resolver' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__config-resolver' Directory '/tmp/project/node_modules/@aws-sdk/client-s3/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__config-resolver' Resolution for module '@aws-sdk/config-resolver' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/config-resolver' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts' with Package ID '@aws-sdk/config-resolver/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/eventstream-serde-config-resolver' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/eventstream-serde-config-resolver'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/eventstream-serde-config-resolver'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/eventstream-serde-config-resolver'. Resolving module name '@aws-sdk/eventstream-serde-config-resolver' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/eventstream-serde-config-resolver'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/eventstream-serde-config-resolver', target file type 'TypeScript'. Loading module '@aws-sdk/eventstream-serde-config-resolver' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__eventstream-serde-config-resolver' Directory '/tmp/project/node_modules/@aws-sdk/client-s3/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__eventstream-serde-config-resolver' Directory '/tmp/project/node_modules/@aws-sdk/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__eventstream-serde-config-resolver' Found 'package.json' at '/tmp/project/node_modules/@aws-sdk/eventstream-serde-config-resolver/package.json'. 'package.json' has a 'typesVersions' field with version-specific path mappings. 'package.json' does not have a 'typesVersions' entry that matches version '4.9'. File '/tmp/project/node_modules/@aws-sdk/eventstream-serde-config-resolver.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/eventstream-serde-config-resolver.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/eventstream-serde-config-resolver.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist-types/index.d.ts' that references '/tmp/project/node_modules/@aws-sdk/eventstream-serde-config-resolver/dist-types/index.d.ts'. File '/tmp/project/node_modules/@aws-sdk/eventstream-serde-config-resolver/dist-types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@aws-sdk/eventstream-serde-config-resolver/dist-types/index.d.ts', result '/tmp/project/node_modules/@aws-sdk/eventstream-serde-config-resolver/dist-types/index.d.ts'. ======== Module name '@aws-sdk/eventstream-serde-config-resolver' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/eventstream-serde-config-resolver/dist-types/index.d.ts' with Package ID '@aws-sdk/eventstream-serde-config-resolver/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-endpoint'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/middleware-endpoint'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-endpoint'. Resolving module name '@aws-sdk/middleware-endpoint' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/middleware-endpoint'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/middleware-endpoint', target file type 'TypeScript'. Loading module '@aws-sdk/middleware-endpoint' from 'node_modules' folder, target file type 'TypeScript'. Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/middleware-host-header' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-host-header'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/middleware-host-header'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-host-header'. Resolving module name '@aws-sdk/middleware-host-header' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/middleware-host-header'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/middleware-host-header', target file type 'TypeScript'. Loading module '@aws-sdk/middleware-host-header' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-host-header' Directory '/tmp/project/node_modules/@aws-sdk/client-s3/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-host-header' Resolution for module '@aws-sdk/middleware-host-header' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/middleware-host-header' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-host-header/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/middleware-retry' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-retry'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/middleware-retry'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-retry'. Resolving module name '@aws-sdk/middleware-retry' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/middleware-retry'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/middleware-retry', target file type 'TypeScript'. Loading module '@aws-sdk/middleware-retry' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-retry' Directory '/tmp/project/node_modules/@aws-sdk/client-s3/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-retry' Resolution for module '@aws-sdk/middleware-retry' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/middleware-retry' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-retry/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/middleware-sdk-s3' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-sdk-s3'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/middleware-sdk-s3'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-sdk-s3'. Resolving module name '@aws-sdk/middleware-sdk-s3' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/middleware-sdk-s3'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/middleware-sdk-s3', target file type 'TypeScript'. Loading module '@aws-sdk/middleware-sdk-s3' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-sdk-s3' Directory '/tmp/project/node_modules/@aws-sdk/client-s3/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-sdk-s3' Directory '/tmp/project/node_modules/@aws-sdk/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-sdk-s3' Found 'package.json' at '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/package.json'. 'package.json' has a 'typesVersions' field with version-specific path mappings. 'package.json' does not have a 'typesVersions' entry that matches version '4.9'. File '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist-types/index.d.ts' that references '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts'. File '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts', result '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts'. ======== Module name '@aws-sdk/middleware-sdk-s3' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/middleware-signing' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-signing'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/middleware-signing'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-signing'. Resolving module name '@aws-sdk/middleware-signing' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/middleware-signing'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/middleware-signing', target file type 'TypeScript'. Loading module '@aws-sdk/middleware-signing' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-signing' Directory '/tmp/project/node_modules/@aws-sdk/client-s3/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-signing' Resolution for module '@aws-sdk/middleware-signing' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/middleware-signing' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-signing/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/middleware-user-agent' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-user-agent'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/middleware-user-agent'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-user-agent'. Resolving module name '@aws-sdk/middleware-user-agent' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/middleware-user-agent'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/middleware-user-agent', target file type 'TypeScript'. Loading module '@aws-sdk/middleware-user-agent' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-user-agent' Directory '/tmp/project/node_modules/@aws-sdk/client-s3/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-user-agent' Resolution for module '@aws-sdk/middleware-user-agent' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/middleware-user-agent' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-user-agent/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/protocol-http' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/protocol-http'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/protocol-http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/protocol-http'. Resolving module name '@aws-sdk/protocol-http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/protocol-http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/protocol-http', target file type 'TypeScript'. Loading module '@aws-sdk/protocol-http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__protocol-http' Directory '/tmp/project/node_modules/@aws-sdk/client-s3/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__protocol-http' Resolution for module '@aws-sdk/protocol-http' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/protocol-http' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts' with Package ID '@aws-sdk/protocol-http/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/smithy-client'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/smithy-client'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/smithy-client'. Resolving module name '@aws-sdk/smithy-client' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/smithy-client'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/smithy-client', target file type 'TypeScript'. Loading module '@aws-sdk/smithy-client' from 'node_modules' folder, target file type 'TypeScript'. Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module 'stream' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. 'paths' option is specified, looking for a pattern to match module name 'stream'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. Resolving module name 'stream' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/stream'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/stream', target file type 'TypeScript'. File '/tmp/project/apps/api/stream.ts' does not exist. File '/tmp/project/apps/api/stream.tsx' does not exist. File '/tmp/project/apps/api/stream.d.ts' does not exist. Directory '/tmp/project/apps/api/stream' does not exist, skipping all lookups in it. Loading module 'stream' from 'node_modules' folder, target file type 'TypeScript'. Resolution for module 'stream' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name 'stream' was not resolved. ======== ======== Resolving module './commands/AbortMultipartUploadCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/AbortMultipartUploadCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/AbortMultipartUploadCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CompleteMultipartUploadCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/CompleteMultipartUploadCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/CompleteMultipartUploadCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CopyObjectCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/CopyObjectCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/CopyObjectCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CreateBucketCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/CreateBucketCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/CreateBucketCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CreateMultipartUploadCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/CreateMultipartUploadCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/CreateMultipartUploadCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteBucketAnalyticsConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/DeleteBucketAnalyticsConfigurationCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/DeleteBucketAnalyticsConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteBucketCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/DeleteBucketCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/DeleteBucketCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteBucketCorsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/DeleteBucketCorsCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/DeleteBucketCorsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteBucketEncryptionCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/DeleteBucketEncryptionCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/DeleteBucketEncryptionCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteBucketIntelligentTieringConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/DeleteBucketIntelligentTieringConfigurationCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/DeleteBucketIntelligentTieringConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteBucketInventoryConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/DeleteBucketInventoryConfigurationCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/DeleteBucketInventoryConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteBucketLifecycleCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/DeleteBucketLifecycleCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/DeleteBucketLifecycleCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteBucketMetricsConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/DeleteBucketMetricsConfigurationCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/DeleteBucketMetricsConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteBucketOwnershipControlsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/DeleteBucketOwnershipControlsCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/DeleteBucketOwnershipControlsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteBucketPolicyCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/DeleteBucketPolicyCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/DeleteBucketPolicyCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteBucketReplicationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/DeleteBucketReplicationCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/DeleteBucketReplicationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteBucketTaggingCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/DeleteBucketTaggingCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/DeleteBucketTaggingCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteBucketWebsiteCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/DeleteBucketWebsiteCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/DeleteBucketWebsiteCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteObjectCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/DeleteObjectCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/DeleteObjectCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteObjectsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/DeleteObjectsCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/DeleteObjectsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteObjectTaggingCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/DeleteObjectTaggingCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/DeleteObjectTaggingCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeletePublicAccessBlockCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/DeletePublicAccessBlockCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/DeletePublicAccessBlockCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketAccelerateConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetBucketAccelerateConfigurationCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetBucketAccelerateConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketAclCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetBucketAclCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetBucketAclCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketAnalyticsConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetBucketAnalyticsConfigurationCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetBucketAnalyticsConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketCorsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetBucketCorsCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetBucketCorsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketEncryptionCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetBucketEncryptionCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetBucketEncryptionCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketIntelligentTieringConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetBucketIntelligentTieringConfigurationCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetBucketIntelligentTieringConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketInventoryConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetBucketInventoryConfigurationCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetBucketInventoryConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketLifecycleConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetBucketLifecycleConfigurationCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetBucketLifecycleConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketLocationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetBucketLocationCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetBucketLocationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketLoggingCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetBucketLoggingCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetBucketLoggingCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketMetricsConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetBucketMetricsConfigurationCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetBucketMetricsConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketNotificationConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetBucketNotificationConfigurationCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetBucketNotificationConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketOwnershipControlsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetBucketOwnershipControlsCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetBucketOwnershipControlsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketPolicyCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetBucketPolicyCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetBucketPolicyCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketPolicyStatusCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetBucketPolicyStatusCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetBucketPolicyStatusCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketReplicationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetBucketReplicationCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetBucketReplicationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketRequestPaymentCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetBucketRequestPaymentCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetBucketRequestPaymentCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketTaggingCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetBucketTaggingCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetBucketTaggingCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketVersioningCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetBucketVersioningCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetBucketVersioningCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetBucketWebsiteCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetBucketWebsiteCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetBucketWebsiteCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetObjectAclCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetObjectAclCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetObjectAclCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetObjectAttributesCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetObjectAttributesCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetObjectAttributesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetObjectCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetObjectCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetObjectCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetObjectLegalHoldCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetObjectLegalHoldCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetObjectLegalHoldCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetObjectLockConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetObjectLockConfigurationCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetObjectLockConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetObjectRetentionCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetObjectRetentionCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetObjectRetentionCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetObjectTaggingCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetObjectTaggingCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetObjectTaggingCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetObjectTorrentCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetObjectTorrentCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetObjectTorrentCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/GetPublicAccessBlockCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/GetPublicAccessBlockCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/GetPublicAccessBlockCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/HeadBucketCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/HeadBucketCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/HeadBucketCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/HeadObjectCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/HeadObjectCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/HeadObjectCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListBucketAnalyticsConfigurationsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/ListBucketAnalyticsConfigurationsCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/ListBucketAnalyticsConfigurationsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListBucketIntelligentTieringConfigurationsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/ListBucketIntelligentTieringConfigurationsCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/ListBucketIntelligentTieringConfigurationsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListBucketInventoryConfigurationsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/ListBucketInventoryConfigurationsCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/ListBucketInventoryConfigurationsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListBucketMetricsConfigurationsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/ListBucketMetricsConfigurationsCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/ListBucketMetricsConfigurationsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListBucketsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/ListBucketsCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/ListBucketsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListMultipartUploadsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/ListMultipartUploadsCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/ListMultipartUploadsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListObjectsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/ListObjectsCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/ListObjectsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListObjectsV2Command' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/ListObjectsV2Command' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/ListObjectsV2Command' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListObjectVersionsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/ListObjectVersionsCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/ListObjectVersionsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListPartsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/ListPartsCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/ListPartsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketAccelerateConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/PutBucketAccelerateConfigurationCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/PutBucketAccelerateConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketAclCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/PutBucketAclCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/PutBucketAclCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketAnalyticsConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/PutBucketAnalyticsConfigurationCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/PutBucketAnalyticsConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketCorsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/PutBucketCorsCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/PutBucketCorsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketEncryptionCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/PutBucketEncryptionCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/PutBucketEncryptionCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketIntelligentTieringConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/PutBucketIntelligentTieringConfigurationCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/PutBucketIntelligentTieringConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketInventoryConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/PutBucketInventoryConfigurationCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/PutBucketInventoryConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketLifecycleConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/PutBucketLifecycleConfigurationCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/PutBucketLifecycleConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketLoggingCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/PutBucketLoggingCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/PutBucketLoggingCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketMetricsConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/PutBucketMetricsConfigurationCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/PutBucketMetricsConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketNotificationConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/PutBucketNotificationConfigurationCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/PutBucketNotificationConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketOwnershipControlsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/PutBucketOwnershipControlsCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/PutBucketOwnershipControlsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketPolicyCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/PutBucketPolicyCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/PutBucketPolicyCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketReplicationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/PutBucketReplicationCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/PutBucketReplicationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketRequestPaymentCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/PutBucketRequestPaymentCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/PutBucketRequestPaymentCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketTaggingCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/PutBucketTaggingCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/PutBucketTaggingCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketVersioningCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/PutBucketVersioningCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/PutBucketVersioningCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutBucketWebsiteCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/PutBucketWebsiteCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/PutBucketWebsiteCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutObjectAclCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/PutObjectAclCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/PutObjectAclCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutObjectCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/PutObjectCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/PutObjectCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutObjectLegalHoldCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/PutObjectLegalHoldCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/PutObjectLegalHoldCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutObjectLockConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/PutObjectLockConfigurationCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/PutObjectLockConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutObjectRetentionCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/PutObjectRetentionCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/PutObjectRetentionCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutObjectTaggingCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/PutObjectTaggingCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/PutObjectTaggingCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/PutPublicAccessBlockCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/PutPublicAccessBlockCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/PutPublicAccessBlockCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/RestoreObjectCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/RestoreObjectCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/RestoreObjectCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SelectObjectContentCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/SelectObjectContentCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/SelectObjectContentCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/UploadPartCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/UploadPartCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/UploadPartCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/UploadPartCopyCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/UploadPartCopyCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/UploadPartCopyCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/WriteGetObjectResponseCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Resolution for module './commands/WriteGetObjectResponseCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name './commands/WriteGetObjectResponseCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts@3.316.0'. ======== ======== Resolving module './endpoint/EndpointParameters' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './endpoint/EndpointParameters' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts@3.316.0'. ======== ======== Resolving module './EventStreamSerdeConfig' from '/tmp/project/node_modules/@aws-sdk/eventstream-serde-config-resolver/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/eventstream-serde-config-resolver/dist-types/EventStreamSerdeConfig', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/eventstream-serde-config-resolver/dist-types/EventStreamSerdeConfig.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/eventstream-serde-config-resolver/dist-types/EventStreamSerdeConfig.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/eventstream-serde-config-resolver/dist-types/EventStreamSerdeConfig.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/eventstream-serde-config-resolver/package.json' exists according to earlier cached lookups. ======== Module name './EventStreamSerdeConfig' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/eventstream-serde-config-resolver/dist-types/EventStreamSerdeConfig.d.ts' with Package ID '@aws-sdk/eventstream-serde-config-resolver/dist-types/EventStreamSerdeConfig.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/eventstream-serde-config-resolver/dist-types/EventStreamSerdeConfig.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/eventstream-serde-config-resolver/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Directory '/tmp/project/node_modules/@aws-sdk/eventstream-serde-config-resolver/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './check-content-length-header' from '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/package.json' exists according to earlier cached lookups. ======== Module name './check-content-length-header' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts' with Package ID '@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts@3.310.0'. ======== ======== Resolving module './configuration' from '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/configuration', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/configuration.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/configuration.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/configuration.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/package.json' exists according to earlier cached lookups. ======== Module name './configuration' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/configuration.d.ts' with Package ID '@aws-sdk/middleware-sdk-s3/dist-types/configuration.d.ts@3.310.0'. ======== ======== Resolving module './throw-200-exceptions' from '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/package.json' exists according to earlier cached lookups. ======== Module name './throw-200-exceptions' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts' with Package ID '@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts@3.310.0'. ======== ======== Resolving module './validate-bucket-name' from '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/package.json' exists according to earlier cached lookups. ======== Module name './validate-bucket-name' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.d.ts' with Package ID '@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Directory '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/middleware-sdk-s3/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_1' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_1', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name '../models/models_1' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_1.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module 'stream' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts'. ======== Resolution for module 'stream' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models'. ======== Module name 'stream' was not resolved. ======== ======== Resolving module './models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module './S3ServiceException' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts'. ======== Resolution for module './S3ServiceException' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models'. ======== Module name './S3ServiceException' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_1' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts'. ======== Resolution for module '../models/models_1' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_1' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_1.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_1' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts'. ======== Resolution for module '../models/models_1' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_1' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_1.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_1' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts'. ======== Resolution for module '../models/models_1' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_1' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_1.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_1' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts'. ======== Resolution for module '../models/models_1' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_1' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_1.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_1' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts'. ======== Resolution for module '../models/models_1' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_1' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_1.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_1' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts'. ======== Resolution for module '../models/models_1' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_1' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_1.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../models/models_1' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts'. ======== Resolution for module '../models/models_1' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../models/models_1' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_1.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/endpoint/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './AbortMultipartUploadCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './AbortMultipartUploadCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts@3.316.0'. ======== ======== Resolving module './CompleteMultipartUploadCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './CompleteMultipartUploadCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts@3.316.0'. ======== ======== Resolving module './CopyObjectCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './CopyObjectCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts@3.316.0'. ======== ======== Resolving module './CreateBucketCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './CreateBucketCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts@3.316.0'. ======== ======== Resolving module './CreateMultipartUploadCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './CreateMultipartUploadCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteBucketAnalyticsConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './DeleteBucketAnalyticsConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteBucketCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './DeleteBucketCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteBucketCorsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './DeleteBucketCorsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteBucketEncryptionCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './DeleteBucketEncryptionCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteBucketIntelligentTieringConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './DeleteBucketIntelligentTieringConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteBucketInventoryConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './DeleteBucketInventoryConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteBucketLifecycleCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './DeleteBucketLifecycleCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteBucketMetricsConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './DeleteBucketMetricsConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteBucketOwnershipControlsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './DeleteBucketOwnershipControlsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteBucketPolicyCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './DeleteBucketPolicyCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteBucketReplicationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './DeleteBucketReplicationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteBucketTaggingCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './DeleteBucketTaggingCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteBucketWebsiteCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './DeleteBucketWebsiteCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteObjectCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './DeleteObjectCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteObjectTaggingCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './DeleteObjectTaggingCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteObjectsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './DeleteObjectsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeletePublicAccessBlockCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './DeletePublicAccessBlockCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetBucketAccelerateConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetBucketAccelerateConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetBucketAclCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetBucketAclCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetBucketAnalyticsConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetBucketAnalyticsConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetBucketCorsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetBucketCorsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetBucketEncryptionCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetBucketEncryptionCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetBucketIntelligentTieringConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetBucketIntelligentTieringConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetBucketInventoryConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetBucketInventoryConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetBucketLifecycleConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetBucketLifecycleConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetBucketLocationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetBucketLocationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetBucketLoggingCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetBucketLoggingCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetBucketMetricsConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetBucketMetricsConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetBucketNotificationConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetBucketNotificationConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetBucketOwnershipControlsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetBucketOwnershipControlsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetBucketPolicyCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetBucketPolicyCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetBucketPolicyStatusCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetBucketPolicyStatusCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetBucketReplicationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetBucketReplicationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetBucketRequestPaymentCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetBucketRequestPaymentCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetBucketTaggingCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetBucketTaggingCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetBucketVersioningCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetBucketVersioningCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetBucketWebsiteCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetBucketWebsiteCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetObjectAclCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetObjectAclCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetObjectAttributesCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetObjectAttributesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetObjectCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetObjectCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetObjectLegalHoldCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetObjectLegalHoldCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetObjectLockConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetObjectLockConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetObjectRetentionCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetObjectRetentionCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetObjectTaggingCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetObjectTaggingCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetObjectTorrentCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetObjectTorrentCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts@3.316.0'. ======== ======== Resolving module './GetPublicAccessBlockCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './GetPublicAccessBlockCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts@3.316.0'. ======== ======== Resolving module './HeadBucketCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './HeadBucketCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts@3.316.0'. ======== ======== Resolving module './HeadObjectCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './HeadObjectCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts@3.316.0'. ======== ======== Resolving module './ListBucketAnalyticsConfigurationsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './ListBucketAnalyticsConfigurationsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts@3.316.0'. ======== ======== Resolving module './ListBucketIntelligentTieringConfigurationsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './ListBucketIntelligentTieringConfigurationsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts@3.316.0'. ======== ======== Resolving module './ListBucketInventoryConfigurationsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './ListBucketInventoryConfigurationsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts@3.316.0'. ======== ======== Resolving module './ListBucketMetricsConfigurationsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './ListBucketMetricsConfigurationsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts@3.316.0'. ======== ======== Resolving module './ListBucketsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './ListBucketsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts@3.316.0'. ======== ======== Resolving module './ListMultipartUploadsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './ListMultipartUploadsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts@3.316.0'. ======== ======== Resolving module './ListObjectVersionsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './ListObjectVersionsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts@3.316.0'. ======== ======== Resolving module './ListObjectsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './ListObjectsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts@3.316.0'. ======== ======== Resolving module './ListObjectsV2Command' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './ListObjectsV2Command' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts@3.316.0'. ======== ======== Resolving module './ListPartsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './ListPartsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts@3.316.0'. ======== ======== Resolving module './PutBucketAccelerateConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './PutBucketAccelerateConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './PutBucketAclCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './PutBucketAclCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts@3.316.0'. ======== ======== Resolving module './PutBucketAnalyticsConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './PutBucketAnalyticsConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './PutBucketCorsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './PutBucketCorsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts@3.316.0'. ======== ======== Resolving module './PutBucketEncryptionCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './PutBucketEncryptionCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts@3.316.0'. ======== ======== Resolving module './PutBucketIntelligentTieringConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './PutBucketIntelligentTieringConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './PutBucketInventoryConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './PutBucketInventoryConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './PutBucketLifecycleConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './PutBucketLifecycleConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './PutBucketLoggingCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './PutBucketLoggingCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts@3.316.0'. ======== ======== Resolving module './PutBucketMetricsConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './PutBucketMetricsConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './PutBucketNotificationConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './PutBucketNotificationConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './PutBucketOwnershipControlsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './PutBucketOwnershipControlsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts@3.316.0'. ======== ======== Resolving module './PutBucketPolicyCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './PutBucketPolicyCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts@3.316.0'. ======== ======== Resolving module './PutBucketReplicationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './PutBucketReplicationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts@3.316.0'. ======== ======== Resolving module './PutBucketRequestPaymentCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './PutBucketRequestPaymentCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts@3.316.0'. ======== ======== Resolving module './PutBucketTaggingCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './PutBucketTaggingCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts@3.316.0'. ======== ======== Resolving module './PutBucketVersioningCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './PutBucketVersioningCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts@3.316.0'. ======== ======== Resolving module './PutBucketWebsiteCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './PutBucketWebsiteCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts@3.316.0'. ======== ======== Resolving module './PutObjectAclCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './PutObjectAclCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts@3.316.0'. ======== ======== Resolving module './PutObjectCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './PutObjectCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts@3.316.0'. ======== ======== Resolving module './PutObjectLegalHoldCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './PutObjectLegalHoldCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts@3.316.0'. ======== ======== Resolving module './PutObjectLockConfigurationCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './PutObjectLockConfigurationCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts@3.316.0'. ======== ======== Resolving module './PutObjectRetentionCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './PutObjectRetentionCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts@3.316.0'. ======== ======== Resolving module './PutObjectTaggingCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './PutObjectTaggingCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts@3.316.0'. ======== ======== Resolving module './PutPublicAccessBlockCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './PutPublicAccessBlockCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts@3.316.0'. ======== ======== Resolving module './RestoreObjectCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './RestoreObjectCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts@3.316.0'. ======== ======== Resolving module './SelectObjectContentCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './SelectObjectContentCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts@3.316.0'. ======== ======== Resolving module './UploadPartCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './UploadPartCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts@3.316.0'. ======== ======== Resolving module './UploadPartCopyCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './UploadPartCopyCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts@3.316.0'. ======== ======== Resolving module './WriteGetObjectResponseCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './WriteGetObjectResponseCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts@3.316.0'. ======== ======== Resolving module './models_0' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/index.d.ts'. ======== Resolution for module './models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models'. ======== Module name './models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module './models_1' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_1', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './models_1' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/models/models_1.d.ts@3.316.0'. ======== ======== Resolving module './Interfaces' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/Interfaces', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/Interfaces.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/Interfaces.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/Interfaces.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './Interfaces' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/Interfaces.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/pagination/Interfaces.d.ts@3.316.0'. ======== ======== Resolving module './ListObjectsV2Paginator' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './ListObjectsV2Paginator' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts@3.316.0'. ======== ======== Resolving module './ListPartsPaginator' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './ListPartsPaginator' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/Interfaces.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/Interfaces.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../commands/ListObjectsV2Command' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ListObjectsV2Command' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts@3.316.0'. ======== ======== Resolving module './Interfaces' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts'. ======== Resolution for module './Interfaces' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination'. ======== Module name './Interfaces' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/Interfaces.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/pagination/Interfaces.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../commands/ListPartsCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ListPartsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts@3.316.0'. ======== ======== Resolving module './Interfaces' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts'. ======== Resolution for module './Interfaces' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination'. ======== Module name './Interfaces' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/pagination/Interfaces.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/pagination/Interfaces.d.ts@3.316.0'. ======== ======== Resolving module './waitForBucketExists' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketExists', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketExists.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketExists.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketExists.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './waitForBucketExists' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketExists.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/waiters/waitForBucketExists.d.ts@3.316.0'. ======== ======== Resolving module './waitForBucketNotExists' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketNotExists', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketNotExists.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketNotExists.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketNotExists.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './waitForBucketNotExists' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketNotExists.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/waiters/waitForBucketNotExists.d.ts@3.316.0'. ======== ======== Resolving module './waitForObjectExists' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectExists', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectExists.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectExists.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectExists.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './waitForObjectExists' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectExists.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/waiters/waitForObjectExists.d.ts@3.316.0'. ======== ======== Resolving module './waitForObjectNotExists' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectNotExists', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectNotExists.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectNotExists.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectNotExists.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name './waitForObjectNotExists' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectNotExists.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/waiters/waitForObjectNotExists.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/util-waiter' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketExists.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/util-waiter'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/util-waiter'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/util-waiter'. Resolving module name '@aws-sdk/util-waiter' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/util-waiter'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/util-waiter', target file type 'TypeScript'. Loading module '@aws-sdk/util-waiter' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__util-waiter' Directory '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__util-waiter' Directory '/tmp/project/node_modules/@aws-sdk/client-s3/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__util-waiter' Resolution for module '@aws-sdk/util-waiter' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/util-waiter' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/util-waiter/dist-types/index.d.ts' with Package ID '@aws-sdk/util-waiter/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../commands/HeadBucketCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketExists.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HeadBucketCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketExists.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/util-waiter' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketNotExists.d.ts'. ======== Resolution for module '@aws-sdk/util-waiter' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters'. ======== Module name '@aws-sdk/util-waiter' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/util-waiter/dist-types/index.d.ts' with Package ID '@aws-sdk/util-waiter/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../commands/HeadBucketCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketNotExists.d.ts'. ======== Resolution for module '../commands/HeadBucketCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters'. ======== Module name '../commands/HeadBucketCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketNotExists.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/util-waiter' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectExists.d.ts'. ======== Resolution for module '@aws-sdk/util-waiter' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters'. ======== Module name '@aws-sdk/util-waiter' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/util-waiter/dist-types/index.d.ts' with Package ID '@aws-sdk/util-waiter/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../commands/HeadObjectCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectExists.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-s3/package.json' exists according to earlier cached lookups. ======== Module name '../commands/HeadObjectCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectExists.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/util-waiter' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectNotExists.d.ts'. ======== Resolution for module '@aws-sdk/util-waiter' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters'. ======== Module name '@aws-sdk/util-waiter' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/util-waiter/dist-types/index.d.ts' with Package ID '@aws-sdk/util-waiter/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../commands/HeadObjectCommand' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectNotExists.d.ts'. ======== Resolution for module '../commands/HeadObjectCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters'. ======== Module name '../commands/HeadObjectCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts@3.316.0'. ======== ======== Resolving module '../S3Client' from '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectNotExists.d.ts'. ======== Resolution for module '../S3Client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/waiters'. ======== Module name '../S3Client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts' with Package ID '@aws-sdk/client-s3/dist-types/S3Client.d.ts@3.316.0'. ======== ======== Resolving module './getSignedUrl' from '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/dist-types/getSignedUrl', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/dist-types/getSignedUrl.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/dist-types/getSignedUrl.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/dist-types/getSignedUrl.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/package.json' exists according to earlier cached lookups. ======== Module name './getSignedUrl' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/dist-types/getSignedUrl.d.ts' with Package ID '@aws-sdk/s3-request-presigner/dist-types/getSignedUrl.d.ts@3.317.0'. ======== ======== Resolving module './presigner' from '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/dist-types/presigner', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/dist-types/presigner.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/dist-types/presigner.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/dist-types/presigner.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/package.json' exists according to earlier cached lookups. ======== Module name './presigner' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/dist-types/presigner.d.ts' with Package ID '@aws-sdk/s3-request-presigner/dist-types/presigner.d.ts@3.317.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/dist-types/getSignedUrl.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/smithy-client'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/smithy-client'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/smithy-client'. Resolving module name '@aws-sdk/smithy-client' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/smithy-client'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/smithy-client', target file type 'TypeScript'. Loading module '@aws-sdk/smithy-client' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__smithy-client' Directory '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__smithy-client' Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/dist-types/getSignedUrl.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Directory '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/signature-v4-multi-region' from '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/dist-types/presigner.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/signature-v4-multi-region'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/signature-v4-multi-region'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/signature-v4-multi-region'. Resolving module name '@aws-sdk/signature-v4-multi-region' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/signature-v4-multi-region'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/signature-v4-multi-region', target file type 'TypeScript'. Loading module '@aws-sdk/signature-v4-multi-region' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__signature-v4-multi-region' Directory '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__signature-v4-multi-region' Directory '/tmp/project/node_modules/@aws-sdk/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__signature-v4-multi-region' Found 'package.json' at '/tmp/project/node_modules/@aws-sdk/signature-v4-multi-region/package.json'. 'package.json' has a 'typesVersions' field with version-specific path mappings. 'package.json' does not have a 'typesVersions' entry that matches version '4.9'. File '/tmp/project/node_modules/@aws-sdk/signature-v4-multi-region.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/signature-v4-multi-region.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/signature-v4-multi-region.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist-types/index.d.ts' that references '/tmp/project/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/index.d.ts'. File '/tmp/project/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/index.d.ts', result '/tmp/project/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/index.d.ts'. ======== Module name '@aws-sdk/signature-v4-multi-region' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/index.d.ts' with Package ID '@aws-sdk/signature-v4-multi-region/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/dist-types/presigner.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/s3-request-presigner/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './SignatureV4MultiRegion' from '/tmp/project/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/signature-v4-multi-region/package.json' exists according to earlier cached lookups. ======== Module name './SignatureV4MultiRegion' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts' with Package ID '@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/signature-v4' from '/tmp/project/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/signature-v4'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/signature-v4'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/signature-v4'. Resolving module name '@aws-sdk/signature-v4' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/signature-v4'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/signature-v4', target file type 'TypeScript'. Loading module '@aws-sdk/signature-v4' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__signature-v4' Directory '/tmp/project/node_modules/@aws-sdk/signature-v4-multi-region/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__signature-v4' Resolution for module '@aws-sdk/signature-v4' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/signature-v4' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/signature-v4/dist-types/index.d.ts' with Package ID '@aws-sdk/signature-v4/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Directory '/tmp/project/node_modules/@aws-sdk/signature-v4-multi-region/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/campaign/campaign.service.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/campaign'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/apps/api/src/campaign/campaign.service.ts'. ======== Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/apps/api/src/campaign'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '@project/prisma' from '/tmp/project/apps/api/apps/api/src/campaign/campaign.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/prisma'. 'paths' option is specified, looking for a pattern to match module name '@project/prisma'. Module name '@project/prisma', matched pattern '@project/prisma'. Trying substitution 'libs/prisma/src', candidate module location: 'libs/prisma/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/prisma/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/prisma/src.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src.tsx' does not exist. File '/tmp/project/apps/api/libs/prisma/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/prisma/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/prisma' was successfully resolved to '/tmp/project/apps/api/libs/prisma/src/index.ts'. ======== ======== Resolving module '@project/meili' from '/tmp/project/apps/api/apps/api/src/campaign/campaign.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/meili'. 'paths' option is specified, looking for a pattern to match module name '@project/meili'. Module name '@project/meili', matched pattern '@project/meili'. Trying substitution 'libs/meili/src', candidate module location: 'libs/meili/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/meili/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/meili/src.ts' does not exist. File '/tmp/project/apps/api/libs/meili/src.tsx' does not exist. File '/tmp/project/apps/api/libs/meili/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/meili/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/meili/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/meili' was successfully resolved to '/tmp/project/apps/api/libs/meili/src/index.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/libs/video/src/video-creation.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/video/src/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Directory '/tmp/project/apps/api/libs/video/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/libs'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@project/prisma' from '/tmp/project/apps/api/libs/video/src/video-creation.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/prisma'. 'paths' option is specified, looking for a pattern to match module name '@project/prisma'. Module name '@project/prisma', matched pattern '@project/prisma'. Trying substitution 'libs/prisma/src', candidate module location: 'libs/prisma/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/prisma/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/prisma/src.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src.tsx' does not exist. File '/tmp/project/apps/api/libs/prisma/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/prisma/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/prisma' was successfully resolved to '/tmp/project/apps/api/libs/prisma/src/index.ts'. ======== ======== Resolving module 'video-sdk' from '/tmp/project/apps/api/libs/video/src/video-creation.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'video-sdk'. 'paths' option is specified, looking for a pattern to match module name 'video-sdk'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'video-sdk'. Resolving module name 'video-sdk' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/video-sdk'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/video-sdk', target file type 'TypeScript'. File '/tmp/project/apps/api/video-sdk.ts' does not exist. File '/tmp/project/apps/api/video-sdk.tsx' does not exist. File '/tmp/project/apps/api/video-sdk.d.ts' does not exist. Directory '/tmp/project/apps/api/video-sdk' does not exist, skipping all lookups in it. Loading module 'video-sdk' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/video/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/video/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/video-sdk.ts' does not exist. File '/tmp/project/apps/api/node_modules/video-sdk.tsx' does not exist. File '/tmp/project/apps/api/node_modules/video-sdk.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/video-sdk/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/video-sdk.ts' does not exist. File '/tmp/project/node_modules/video-sdk.tsx' does not exist. File '/tmp/project/node_modules/video-sdk.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'dist/index.d.ts' that references '/tmp/project/node_modules/video-sdk/dist/index.d.ts'. File '/tmp/project/node_modules/video-sdk/dist/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/video-sdk/dist/index.d.ts', result '/tmp/project/packages/video-sdk/dist/index.d.ts'. ======== Module name 'video-sdk' was successfully resolved to '/tmp/project/packages/video-sdk/dist/index.d.ts' with Package ID 'video-sdk/dist/index.d.ts@1.0.0'. ======== ======== Resolving module 'uuid' from '/tmp/project/apps/api/libs/video/src/video-creation.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'uuid'. 'paths' option is specified, looking for a pattern to match module name 'uuid'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'uuid'. Resolving module name 'uuid' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/uuid'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/uuid', target file type 'TypeScript'. File '/tmp/project/apps/api/uuid.ts' does not exist. File '/tmp/project/apps/api/uuid.tsx' does not exist. File '/tmp/project/apps/api/uuid.d.ts' does not exist. Directory '/tmp/project/apps/api/uuid' does not exist, skipping all lookups in it. Loading module 'uuid' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/video/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/video/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/uuid.ts' does not exist. File '/tmp/project/apps/api/node_modules/uuid.tsx' does not exist. File '/tmp/project/apps/api/node_modules/uuid.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/uuid/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/uuid.ts' does not exist. File '/tmp/project/node_modules/uuid.tsx' does not exist. File '/tmp/project/node_modules/uuid.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field './dist/index.js' that references '/tmp/project/node_modules/uuid/dist/index.js'. File '/tmp/project/node_modules/uuid/dist/index.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/uuid/dist/index.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/uuid/dist/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/uuid/dist/index.js.ts' does not exist. File '/tmp/project/node_modules/uuid/dist/index.js.tsx' does not exist. File '/tmp/project/node_modules/uuid/dist/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/uuid/dist/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/uuid/dist/index.ts' does not exist. File '/tmp/project/node_modules/uuid/dist/index.tsx' does not exist. File '/tmp/project/node_modules/uuid/dist/index.d.ts' does not exist. Directory '/tmp/project/node_modules/uuid/dist/index.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/uuid/index.ts' does not exist. File '/tmp/project/node_modules/uuid/index.tsx' does not exist. File '/tmp/project/node_modules/uuid/index.d.ts' does not exist. Found 'package.json' at '/tmp/project/node_modules/@types/uuid/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@types/uuid.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/uuid/index.d.ts'. File '/tmp/project/node_modules/@types/uuid/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/uuid/index.d.ts', result '/tmp/project/node_modules/@types/uuid/index.d.ts'. ======== Module name 'uuid' was successfully resolved to '/tmp/project/node_modules/@types/uuid/index.d.ts' with Package ID '@types/uuid/index.d.ts@9.0.1'. ======== ======== Resolving module 'private-environment' from '/tmp/project/apps/api/libs/video/src/video-creation.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'private-environment'. 'paths' option is specified, looking for a pattern to match module name 'private-environment'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'private-environment'. Resolving module name 'private-environment' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/private-environment'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/private-environment', target file type 'TypeScript'. File '/tmp/project/apps/api/private-environment.ts' does not exist. File '/tmp/project/apps/api/private-environment.tsx' does not exist. File '/tmp/project/apps/api/private-environment.d.ts' does not exist. Directory '/tmp/project/apps/api/private-environment' does not exist, skipping all lookups in it. Loading module 'private-environment' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/video/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/video/node_modules' does not exist, skipping all lookups in it. Resolution for module 'private-environment' was found in cache from location '/tmp/project/apps/api/libs'. ======== Module name 'private-environment' was successfully resolved to '/tmp/project/packages/private-environment/dist/index.d.ts' with Package ID 'private-environment/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'types' from '/tmp/project/apps/api/libs/video/src/video-creation.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'types'. 'paths' option is specified, looking for a pattern to match module name 'types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'types'. Resolving module name 'types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/types', target file type 'TypeScript'. File '/tmp/project/apps/api/types.ts' does not exist. File '/tmp/project/apps/api/types.tsx' does not exist. File '/tmp/project/apps/api/types.d.ts' does not exist. Directory '/tmp/project/apps/api/types' does not exist, skipping all lookups in it. Loading module 'types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/video/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/video/node_modules' does not exist, skipping all lookups in it. Resolution for module 'types' was found in cache from location '/tmp/project/apps/api/libs'. ======== Module name 'types' was successfully resolved to '/tmp/project/packages/types/dist/index.d.ts' with Package ID 'types/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/libs/video/src/video-creation.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. 'paths' option is specified, looking for a pattern to match module name 'prismas'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. Resolving module name 'prismas' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/prismas'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/prismas', target file type 'TypeScript'. File '/tmp/project/apps/api/prismas.ts' does not exist. File '/tmp/project/apps/api/prismas.tsx' does not exist. File '/tmp/project/apps/api/prismas.d.ts' does not exist. Directory '/tmp/project/apps/api/prismas' does not exist, skipping all lookups in it. Loading module 'prismas' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/video/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/video/node_modules' does not exist, skipping all lookups in it. Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/libs'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'apps/api/src/config/include.defaults' from '/tmp/project/apps/api/libs/video/src/video-creation.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'apps/api/src/config/include.defaults'. 'paths' option is specified, looking for a pattern to match module name 'apps/api/src/config/include.defaults'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'apps/api/src/config/include.defaults'. Resolving module name 'apps/api/src/config/include.defaults' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/apps/api/src/config/include.defaults'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/config/include.defaults', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/config/include.defaults.ts' exist - use it as a name resolution result. ======== Module name 'apps/api/src/config/include.defaults' was successfully resolved to '/tmp/project/apps/api/apps/api/src/config/include.defaults.ts'. ======== ======== Resolving module './types/video' from '/tmp/project/packages/video-sdk/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/video-sdk/dist/types/video', target file type 'TypeScript'. File '/tmp/project/packages/video-sdk/dist/types/video.ts' does not exist. File '/tmp/project/packages/video-sdk/dist/types/video.tsx' does not exist. File '/tmp/project/packages/video-sdk/dist/types/video.d.ts' exist - use it as a name resolution result. ======== Module name './types/video' was successfully resolved to '/tmp/project/packages/video-sdk/dist/types/video.d.ts'. ======== ======== Resolving module './src/base' from '/tmp/project/packages/video-sdk/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/video-sdk/dist/src/base', target file type 'TypeScript'. File '/tmp/project/packages/video-sdk/dist/src/base.ts' does not exist. File '/tmp/project/packages/video-sdk/dist/src/base.tsx' does not exist. File '/tmp/project/packages/video-sdk/dist/src/base.d.ts' exist - use it as a name resolution result. ======== Module name './src/base' was successfully resolved to '/tmp/project/packages/video-sdk/dist/src/base.d.ts'. ======== ======== Resolving module './src/transcode' from '/tmp/project/packages/video-sdk/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/video-sdk/dist/src/transcode', target file type 'TypeScript'. File '/tmp/project/packages/video-sdk/dist/src/transcode.ts' does not exist. File '/tmp/project/packages/video-sdk/dist/src/transcode.tsx' does not exist. File '/tmp/project/packages/video-sdk/dist/src/transcode.d.ts' exist - use it as a name resolution result. ======== Module name './src/transcode' was successfully resolved to '/tmp/project/packages/video-sdk/dist/src/transcode.d.ts'. ======== ======== Resolving module './src/ingest' from '/tmp/project/packages/video-sdk/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/video-sdk/dist/src/ingest', target file type 'TypeScript'. File '/tmp/project/packages/video-sdk/dist/src/ingest.ts' does not exist. File '/tmp/project/packages/video-sdk/dist/src/ingest.tsx' does not exist. File '/tmp/project/packages/video-sdk/dist/src/ingest.d.ts' exist - use it as a name resolution result. ======== Module name './src/ingest' was successfully resolved to '/tmp/project/packages/video-sdk/dist/src/ingest.d.ts'. ======== ======== Resolving module './src/audio_ingest' from '/tmp/project/packages/video-sdk/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/video-sdk/dist/src/audio_ingest', target file type 'TypeScript'. File '/tmp/project/packages/video-sdk/dist/src/audio_ingest.ts' does not exist. File '/tmp/project/packages/video-sdk/dist/src/audio_ingest.tsx' does not exist. File '/tmp/project/packages/video-sdk/dist/src/audio_ingest.d.ts' exist - use it as a name resolution result. ======== Module name './src/audio_ingest' was successfully resolved to '/tmp/project/packages/video-sdk/dist/src/audio_ingest.d.ts'. ======== ======== Resolving module './src/probe' from '/tmp/project/packages/video-sdk/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/video-sdk/dist/src/probe', target file type 'TypeScript'. File '/tmp/project/packages/video-sdk/dist/src/probe.ts' does not exist. File '/tmp/project/packages/video-sdk/dist/src/probe.tsx' does not exist. File '/tmp/project/packages/video-sdk/dist/src/probe.d.ts' exist - use it as a name resolution result. ======== Module name './src/probe' was successfully resolved to '/tmp/project/packages/video-sdk/dist/src/probe.d.ts'. ======== ======== Resolving module './src/operations' from '/tmp/project/packages/video-sdk/dist/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/video-sdk/dist/src/operations', target file type 'TypeScript'. File '/tmp/project/packages/video-sdk/dist/src/operations.ts' does not exist. File '/tmp/project/packages/video-sdk/dist/src/operations.tsx' does not exist. File '/tmp/project/packages/video-sdk/dist/src/operations.d.ts' exist - use it as a name resolution result. ======== Module name './src/operations' was successfully resolved to '/tmp/project/packages/video-sdk/dist/src/operations.d.ts'. ======== ======== Resolving module '../src/base' from '/tmp/project/packages/video-sdk/dist/types/video.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/video-sdk/dist/src/base', target file type 'TypeScript'. File '/tmp/project/packages/video-sdk/dist/src/base.ts' does not exist. File '/tmp/project/packages/video-sdk/dist/src/base.tsx' does not exist. File '/tmp/project/packages/video-sdk/dist/src/base.d.ts' exist - use it as a name resolution result. ======== Module name '../src/base' was successfully resolved to '/tmp/project/packages/video-sdk/dist/src/base.d.ts'. ======== ======== Resolving module '../src/operations' from '/tmp/project/packages/video-sdk/dist/types/video.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/video-sdk/dist/src/operations', target file type 'TypeScript'. File '/tmp/project/packages/video-sdk/dist/src/operations.ts' does not exist. File '/tmp/project/packages/video-sdk/dist/src/operations.tsx' does not exist. File '/tmp/project/packages/video-sdk/dist/src/operations.d.ts' exist - use it as a name resolution result. ======== Module name '../src/operations' was successfully resolved to '/tmp/project/packages/video-sdk/dist/src/operations.d.ts'. ======== ======== Resolving module '../types/video' from '/tmp/project/packages/video-sdk/dist/src/base.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/video-sdk/dist/types/video', target file type 'TypeScript'. File '/tmp/project/packages/video-sdk/dist/types/video.ts' does not exist. File '/tmp/project/packages/video-sdk/dist/types/video.tsx' does not exist. File '/tmp/project/packages/video-sdk/dist/types/video.d.ts' exist - use it as a name resolution result. ======== Module name '../types/video' was successfully resolved to '/tmp/project/packages/video-sdk/dist/types/video.d.ts'. ======== ======== Resolving module './operations' from '/tmp/project/packages/video-sdk/dist/src/base.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/video-sdk/dist/src/operations', target file type 'TypeScript'. File '/tmp/project/packages/video-sdk/dist/src/operations.ts' does not exist. File '/tmp/project/packages/video-sdk/dist/src/operations.tsx' does not exist. File '/tmp/project/packages/video-sdk/dist/src/operations.d.ts' exist - use it as a name resolution result. ======== Module name './operations' was successfully resolved to '/tmp/project/packages/video-sdk/dist/src/operations.d.ts'. ======== ======== Resolving module '../types/video' from '/tmp/project/packages/video-sdk/dist/src/transcode.d.ts'. ======== Resolution for module '../types/video' was found in cache from location '/tmp/project/packages/video-sdk/dist/src'. ======== Module name '../types/video' was successfully resolved to '/tmp/project/packages/video-sdk/dist/types/video.d.ts'. ======== ======== Resolving module './base' from '/tmp/project/packages/video-sdk/dist/src/transcode.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/video-sdk/dist/src/base', target file type 'TypeScript'. File '/tmp/project/packages/video-sdk/dist/src/base.ts' does not exist. File '/tmp/project/packages/video-sdk/dist/src/base.tsx' does not exist. File '/tmp/project/packages/video-sdk/dist/src/base.d.ts' exist - use it as a name resolution result. ======== Module name './base' was successfully resolved to '/tmp/project/packages/video-sdk/dist/src/base.d.ts'. ======== ======== Resolving module '../types/video' from '/tmp/project/packages/video-sdk/dist/src/ingest.d.ts'. ======== Resolution for module '../types/video' was found in cache from location '/tmp/project/packages/video-sdk/dist/src'. ======== Module name '../types/video' was successfully resolved to '/tmp/project/packages/video-sdk/dist/types/video.d.ts'. ======== ======== Resolving module './base' from '/tmp/project/packages/video-sdk/dist/src/ingest.d.ts'. ======== Resolution for module './base' was found in cache from location '/tmp/project/packages/video-sdk/dist/src'. ======== Module name './base' was successfully resolved to '/tmp/project/packages/video-sdk/dist/src/base.d.ts'. ======== ======== Resolving module './transcode' from '/tmp/project/packages/video-sdk/dist/src/ingest.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/packages/video-sdk/dist/src/transcode', target file type 'TypeScript'. File '/tmp/project/packages/video-sdk/dist/src/transcode.ts' does not exist. File '/tmp/project/packages/video-sdk/dist/src/transcode.tsx' does not exist. File '/tmp/project/packages/video-sdk/dist/src/transcode.d.ts' exist - use it as a name resolution result. ======== Module name './transcode' was successfully resolved to '/tmp/project/packages/video-sdk/dist/src/transcode.d.ts'. ======== ======== Resolving module './base' from '/tmp/project/packages/video-sdk/dist/src/audio_ingest.d.ts'. ======== Resolution for module './base' was found in cache from location '/tmp/project/packages/video-sdk/dist/src'. ======== Module name './base' was successfully resolved to '/tmp/project/packages/video-sdk/dist/src/base.d.ts'. ======== ======== Resolving module '../types/video' from '/tmp/project/packages/video-sdk/dist/src/audio_ingest.d.ts'. ======== Resolution for module '../types/video' was found in cache from location '/tmp/project/packages/video-sdk/dist/src'. ======== Module name '../types/video' was successfully resolved to '/tmp/project/packages/video-sdk/dist/types/video.d.ts'. ======== ======== Resolving module '../types/video' from '/tmp/project/packages/video-sdk/dist/src/probe.d.ts'. ======== Resolution for module '../types/video' was found in cache from location '/tmp/project/packages/video-sdk/dist/src'. ======== Module name '../types/video' was successfully resolved to '/tmp/project/packages/video-sdk/dist/types/video.d.ts'. ======== ======== Resolving module './base' from '/tmp/project/packages/video-sdk/dist/src/probe.d.ts'. ======== Resolution for module './base' was found in cache from location '/tmp/project/packages/video-sdk/dist/src'. ======== Module name './base' was successfully resolved to '/tmp/project/packages/video-sdk/dist/src/base.d.ts'. ======== ======== Resolving module './video.module' from '/tmp/project/apps/api/libs/video/src/index.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/video/src/video.module', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/video/src/video.module.ts' exist - use it as a name resolution result. ======== Module name './video.module' was successfully resolved to '/tmp/project/apps/api/libs/video/src/video.module.ts'. ======== ======== Resolving module './video.service' from '/tmp/project/apps/api/libs/video/src/index.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/video/src/video.service', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/video/src/video.service.ts' exist - use it as a name resolution result. ======== Module name './video.service' was successfully resolved to '/tmp/project/apps/api/libs/video/src/video.service.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/libs/video/src/video.module.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/libs/video/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@project/batch' from '/tmp/project/apps/api/libs/video/src/video.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/batch'. 'paths' option is specified, looking for a pattern to match module name '@project/batch'. Module name '@project/batch', matched pattern '@project/batch'. Trying substitution 'libs/batch/src', candidate module location: 'libs/batch/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/batch/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/batch/src.ts' does not exist. File '/tmp/project/apps/api/libs/batch/src.tsx' does not exist. File '/tmp/project/apps/api/libs/batch/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/batch/src/package.json' does not exist. File '/tmp/project/apps/api/libs/batch/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/batch' was successfully resolved to '/tmp/project/apps/api/libs/batch/src/index.ts'. ======== ======== Resolving module './video.service' from '/tmp/project/apps/api/libs/video/src/video.module.ts'. ======== Resolution for module './video.service' was found in cache from location '/tmp/project/apps/api/libs/video/src'. ======== Module name './video.service' was successfully resolved to '/tmp/project/apps/api/libs/video/src/video.service.ts'. ======== ======== Resolving module './video-creation.service' from '/tmp/project/apps/api/libs/video/src/video.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/video/src/video-creation.service', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/video/src/video-creation.service.ts' exist - use it as a name resolution result. ======== Module name './video-creation.service' was successfully resolved to '/tmp/project/apps/api/libs/video/src/video-creation.service.ts'. ======== ======== Resolving module './batch.module' from '/tmp/project/apps/api/libs/batch/src/index.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/batch/src/batch.module', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/batch/src/batch.module.ts' exist - use it as a name resolution result. ======== Module name './batch.module' was successfully resolved to '/tmp/project/apps/api/libs/batch/src/batch.module.ts'. ======== ======== Resolving module './batch.service' from '/tmp/project/apps/api/libs/batch/src/index.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/batch/src/batch.service', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/batch/src/batch.service.ts' exist - use it as a name resolution result. ======== Module name './batch.service' was successfully resolved to '/tmp/project/apps/api/libs/batch/src/batch.service.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/libs/batch/src/batch.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/batch/src/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Directory '/tmp/project/apps/api/libs/batch/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/libs'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './batch.service' from '/tmp/project/apps/api/libs/batch/src/batch.module.ts'. ======== Resolution for module './batch.service' was found in cache from location '/tmp/project/apps/api/libs/batch/src'. ======== Module name './batch.service' was successfully resolved to '/tmp/project/apps/api/libs/batch/src/batch.service.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/libs/batch/src/batch.service.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/libs/batch/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@aws-sdk/client-batch' from '/tmp/project/apps/api/libs/batch/src/batch.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/client-batch'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/client-batch'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/client-batch'. Resolving module name '@aws-sdk/client-batch' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/client-batch'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/client-batch', target file type 'TypeScript'. Loading module '@aws-sdk/client-batch' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/batch/src/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__client-batch' Directory '/tmp/project/apps/api/libs/batch/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__client-batch' Directory '/tmp/project/apps/api/libs/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__client-batch' Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__client-batch' Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__client-batch' Found 'package.json' at '/tmp/project/node_modules/@aws-sdk/client-batch/package.json'. 'package.json' has a 'typesVersions' field with version-specific path mappings. 'package.json' does not have a 'typesVersions' entry that matches version '4.9'. File '/tmp/project/node_modules/@aws-sdk/client-batch.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist-types/index.d.ts' that references '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/index.d.ts'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/index.d.ts', result '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/index.d.ts'. ======== Module name '@aws-sdk/client-batch' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/index.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module 'private-environment' from '/tmp/project/apps/api/libs/batch/src/batch.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'private-environment'. 'paths' option is specified, looking for a pattern to match module name 'private-environment'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'private-environment'. Resolving module name 'private-environment' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/private-environment'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/private-environment', target file type 'TypeScript'. File '/tmp/project/apps/api/private-environment.ts' does not exist. File '/tmp/project/apps/api/private-environment.tsx' does not exist. File '/tmp/project/apps/api/private-environment.d.ts' does not exist. Directory '/tmp/project/apps/api/private-environment' does not exist, skipping all lookups in it. Loading module 'private-environment' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/batch/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/batch/node_modules' does not exist, skipping all lookups in it. Resolution for module 'private-environment' was found in cache from location '/tmp/project/apps/api/libs'. ======== Module name 'private-environment' was successfully resolved to '/tmp/project/packages/private-environment/dist/index.d.ts' with Package ID 'private-environment/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '@project/fetch' from '/tmp/project/apps/api/libs/batch/src/batch.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/fetch'. 'paths' option is specified, looking for a pattern to match module name '@project/fetch'. Module name '@project/fetch', matched pattern '@project/fetch'. Trying substitution 'libs/fetch/src', candidate module location: 'libs/fetch/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/fetch/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/fetch/src.ts' does not exist. File '/tmp/project/apps/api/libs/fetch/src.tsx' does not exist. File '/tmp/project/apps/api/libs/fetch/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/fetch/src/package.json' does not exist. File '/tmp/project/apps/api/libs/fetch/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/fetch' was successfully resolved to '/tmp/project/apps/api/libs/fetch/src/index.ts'. ======== ======== Resolving module './Batch' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './Batch' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/Batch.d.ts@3.316.0'. ======== ======== Resolving module './BatchClient' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './BatchClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/BatchClient.d.ts@3.316.0'. ======== ======== Resolving module './commands' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands.d.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/package.json' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/index.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/index.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/index.d.ts' exist - use it as a name resolution result. ======== Module name './commands' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/index.d.ts'. ======== ======== Resolving module './models' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models.d.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/package.json' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/index.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/index.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/index.d.ts' exist - use it as a name resolution result. ======== Module name './models' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/index.d.ts'. ======== ======== Resolving module './pagination' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination.d.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/package.json' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/index.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/index.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/index.d.ts' exist - use it as a name resolution result. ======== Module name './pagination' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/index.d.ts'. ======== ======== Resolving module './models/BatchServiceException' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/BatchServiceException', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/BatchServiceException.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/BatchServiceException.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/BatchServiceException.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './models/BatchServiceException' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/BatchServiceException.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/models/BatchServiceException.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Directory '/tmp/project/node_modules/@aws-sdk/client-batch/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './BatchClient' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.d.ts'. ======== Resolution for module './BatchClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name './BatchClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/BatchClient.d.ts@3.316.0'. ======== ======== Resolving module './commands/CancelJobCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CancelJobCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CancelJobCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CancelJobCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CancelJobCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './commands/CancelJobCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CancelJobCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/CancelJobCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CreateComputeEnvironmentCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateComputeEnvironmentCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateComputeEnvironmentCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateComputeEnvironmentCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateComputeEnvironmentCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './commands/CreateComputeEnvironmentCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateComputeEnvironmentCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/CreateComputeEnvironmentCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CreateJobQueueCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateJobQueueCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateJobQueueCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateJobQueueCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateJobQueueCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './commands/CreateJobQueueCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateJobQueueCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/CreateJobQueueCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CreateSchedulingPolicyCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateSchedulingPolicyCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateSchedulingPolicyCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateSchedulingPolicyCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateSchedulingPolicyCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './commands/CreateSchedulingPolicyCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateSchedulingPolicyCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/CreateSchedulingPolicyCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteComputeEnvironmentCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteComputeEnvironmentCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteComputeEnvironmentCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteComputeEnvironmentCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteComputeEnvironmentCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteJobQueueCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteJobQueueCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteJobQueueCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteJobQueueCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteJobQueueCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteJobQueueCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteJobQueueCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DeleteJobQueueCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteSchedulingPolicyCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteSchedulingPolicyCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteSchedulingPolicyCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteSchedulingPolicyCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeleteSchedulingPolicyCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeregisterJobDefinitionCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeregisterJobDefinitionCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeregisterJobDefinitionCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeregisterJobDefinitionCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeregisterJobDefinitionCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './commands/DeregisterJobDefinitionCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeregisterJobDefinitionCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DeregisterJobDefinitionCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DescribeComputeEnvironmentsCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeComputeEnvironmentsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeComputeEnvironmentsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeComputeEnvironmentsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './commands/DescribeComputeEnvironmentsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DescribeJobDefinitionsCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobDefinitionsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobDefinitionsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobDefinitionsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobDefinitionsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './commands/DescribeJobDefinitionsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobDefinitionsCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DescribeJobDefinitionsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DescribeJobQueuesCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobQueuesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobQueuesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobQueuesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobQueuesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './commands/DescribeJobQueuesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobQueuesCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DescribeJobQueuesCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DescribeJobsCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './commands/DescribeJobsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobsCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DescribeJobsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DescribeSchedulingPoliciesCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeSchedulingPoliciesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeSchedulingPoliciesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeSchedulingPoliciesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './commands/DescribeSchedulingPoliciesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListJobsCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListJobsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListJobsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListJobsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListJobsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './commands/ListJobsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListJobsCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/ListJobsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListSchedulingPoliciesCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListSchedulingPoliciesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListSchedulingPoliciesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListSchedulingPoliciesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListSchedulingPoliciesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './commands/ListSchedulingPoliciesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListSchedulingPoliciesCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/ListSchedulingPoliciesCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListTagsForResourceCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListTagsForResourceCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListTagsForResourceCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListTagsForResourceCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListTagsForResourceCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './commands/ListTagsForResourceCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListTagsForResourceCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/ListTagsForResourceCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/RegisterJobDefinitionCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/RegisterJobDefinitionCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/RegisterJobDefinitionCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/RegisterJobDefinitionCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/RegisterJobDefinitionCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './commands/RegisterJobDefinitionCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/RegisterJobDefinitionCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/RegisterJobDefinitionCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SubmitJobCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/SubmitJobCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/SubmitJobCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/SubmitJobCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/SubmitJobCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './commands/SubmitJobCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/SubmitJobCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/SubmitJobCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/TagResourceCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TagResourceCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TagResourceCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TagResourceCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TagResourceCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './commands/TagResourceCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TagResourceCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/TagResourceCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/TerminateJobCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TerminateJobCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TerminateJobCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TerminateJobCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TerminateJobCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './commands/TerminateJobCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TerminateJobCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/TerminateJobCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/UntagResourceCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UntagResourceCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UntagResourceCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UntagResourceCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UntagResourceCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './commands/UntagResourceCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UntagResourceCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/UntagResourceCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/UpdateComputeEnvironmentCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateComputeEnvironmentCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateComputeEnvironmentCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateComputeEnvironmentCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './commands/UpdateComputeEnvironmentCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/UpdateJobQueueCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateJobQueueCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateJobQueueCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateJobQueueCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateJobQueueCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './commands/UpdateJobQueueCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateJobQueueCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/UpdateJobQueueCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/UpdateSchedulingPolicyCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/Batch.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateSchedulingPolicyCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateSchedulingPolicyCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateSchedulingPolicyCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './commands/UpdateSchedulingPolicyCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/config-resolver' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/config-resolver'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/config-resolver'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/config-resolver'. Resolving module name '@aws-sdk/config-resolver' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/config-resolver'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/config-resolver', target file type 'TypeScript'. Loading module '@aws-sdk/config-resolver' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__config-resolver' Directory '/tmp/project/node_modules/@aws-sdk/client-batch/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__config-resolver' Resolution for module '@aws-sdk/config-resolver' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/config-resolver' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts' with Package ID '@aws-sdk/config-resolver/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-endpoint'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/middleware-endpoint'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-endpoint'. Resolving module name '@aws-sdk/middleware-endpoint' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/middleware-endpoint'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/middleware-endpoint', target file type 'TypeScript'. Loading module '@aws-sdk/middleware-endpoint' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-endpoint' Directory '/tmp/project/node_modules/@aws-sdk/client-batch/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-endpoint' Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/middleware-host-header' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-host-header'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/middleware-host-header'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-host-header'. Resolving module name '@aws-sdk/middleware-host-header' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/middleware-host-header'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/middleware-host-header', target file type 'TypeScript'. Loading module '@aws-sdk/middleware-host-header' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-host-header' Directory '/tmp/project/node_modules/@aws-sdk/client-batch/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-host-header' Resolution for module '@aws-sdk/middleware-host-header' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/middleware-host-header' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-host-header/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/middleware-retry' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-retry'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/middleware-retry'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-retry'. Resolving module name '@aws-sdk/middleware-retry' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/middleware-retry'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/middleware-retry', target file type 'TypeScript'. Loading module '@aws-sdk/middleware-retry' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-retry' Directory '/tmp/project/node_modules/@aws-sdk/client-batch/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-retry' Resolution for module '@aws-sdk/middleware-retry' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/middleware-retry' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-retry/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-retry/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/middleware-signing' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-signing'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/middleware-signing'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-signing'. Resolving module name '@aws-sdk/middleware-signing' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/middleware-signing'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/middleware-signing', target file type 'TypeScript'. Loading module '@aws-sdk/middleware-signing' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-signing' Directory '/tmp/project/node_modules/@aws-sdk/client-batch/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-signing' Resolution for module '@aws-sdk/middleware-signing' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/middleware-signing' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-signing/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-signing/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/middleware-user-agent' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-user-agent'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/middleware-user-agent'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-user-agent'. Resolving module name '@aws-sdk/middleware-user-agent' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/middleware-user-agent'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/middleware-user-agent', target file type 'TypeScript'. Loading module '@aws-sdk/middleware-user-agent' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-user-agent' Directory '/tmp/project/node_modules/@aws-sdk/client-batch/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-user-agent' Resolution for module '@aws-sdk/middleware-user-agent' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/middleware-user-agent' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-user-agent/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/protocol-http' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/protocol-http'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/protocol-http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/protocol-http'. Resolving module name '@aws-sdk/protocol-http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/protocol-http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/protocol-http', target file type 'TypeScript'. Loading module '@aws-sdk/protocol-http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__protocol-http' Directory '/tmp/project/node_modules/@aws-sdk/client-batch/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__protocol-http' Resolution for module '@aws-sdk/protocol-http' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/protocol-http' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/protocol-http/dist-types/index.d.ts' with Package ID '@aws-sdk/protocol-http/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/smithy-client'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/smithy-client'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/smithy-client'. Resolving module name '@aws-sdk/smithy-client' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/smithy-client'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/smithy-client', target file type 'TypeScript'. Loading module '@aws-sdk/smithy-client' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__smithy-client' Directory '/tmp/project/node_modules/@aws-sdk/client-batch/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__smithy-client' Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './commands/CancelJobCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Resolution for module './commands/CancelJobCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name './commands/CancelJobCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CancelJobCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/CancelJobCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CreateComputeEnvironmentCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Resolution for module './commands/CreateComputeEnvironmentCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name './commands/CreateComputeEnvironmentCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateComputeEnvironmentCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/CreateComputeEnvironmentCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CreateJobQueueCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Resolution for module './commands/CreateJobQueueCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name './commands/CreateJobQueueCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateJobQueueCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/CreateJobQueueCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/CreateSchedulingPolicyCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Resolution for module './commands/CreateSchedulingPolicyCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name './commands/CreateSchedulingPolicyCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateSchedulingPolicyCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/CreateSchedulingPolicyCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteComputeEnvironmentCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Resolution for module './commands/DeleteComputeEnvironmentCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name './commands/DeleteComputeEnvironmentCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteJobQueueCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Resolution for module './commands/DeleteJobQueueCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name './commands/DeleteJobQueueCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteJobQueueCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DeleteJobQueueCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeleteSchedulingPolicyCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Resolution for module './commands/DeleteSchedulingPolicyCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name './commands/DeleteSchedulingPolicyCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DeregisterJobDefinitionCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Resolution for module './commands/DeregisterJobDefinitionCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name './commands/DeregisterJobDefinitionCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeregisterJobDefinitionCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DeregisterJobDefinitionCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DescribeComputeEnvironmentsCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Resolution for module './commands/DescribeComputeEnvironmentsCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name './commands/DescribeComputeEnvironmentsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DescribeJobDefinitionsCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Resolution for module './commands/DescribeJobDefinitionsCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name './commands/DescribeJobDefinitionsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobDefinitionsCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DescribeJobDefinitionsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DescribeJobQueuesCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Resolution for module './commands/DescribeJobQueuesCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name './commands/DescribeJobQueuesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobQueuesCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DescribeJobQueuesCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DescribeJobsCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Resolution for module './commands/DescribeJobsCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name './commands/DescribeJobsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobsCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DescribeJobsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/DescribeSchedulingPoliciesCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Resolution for module './commands/DescribeSchedulingPoliciesCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name './commands/DescribeSchedulingPoliciesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListJobsCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Resolution for module './commands/ListJobsCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name './commands/ListJobsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListJobsCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/ListJobsCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListSchedulingPoliciesCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Resolution for module './commands/ListSchedulingPoliciesCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name './commands/ListSchedulingPoliciesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListSchedulingPoliciesCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/ListSchedulingPoliciesCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/ListTagsForResourceCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Resolution for module './commands/ListTagsForResourceCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name './commands/ListTagsForResourceCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListTagsForResourceCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/ListTagsForResourceCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/RegisterJobDefinitionCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Resolution for module './commands/RegisterJobDefinitionCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name './commands/RegisterJobDefinitionCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/RegisterJobDefinitionCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/RegisterJobDefinitionCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/SubmitJobCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Resolution for module './commands/SubmitJobCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name './commands/SubmitJobCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/SubmitJobCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/SubmitJobCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/TagResourceCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Resolution for module './commands/TagResourceCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name './commands/TagResourceCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TagResourceCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/TagResourceCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/TerminateJobCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Resolution for module './commands/TerminateJobCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name './commands/TerminateJobCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TerminateJobCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/TerminateJobCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/UntagResourceCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Resolution for module './commands/UntagResourceCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name './commands/UntagResourceCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UntagResourceCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/UntagResourceCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/UpdateComputeEnvironmentCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Resolution for module './commands/UpdateComputeEnvironmentCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name './commands/UpdateComputeEnvironmentCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/UpdateJobQueueCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Resolution for module './commands/UpdateJobQueueCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name './commands/UpdateJobQueueCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateJobQueueCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/UpdateJobQueueCommand.d.ts@3.316.0'. ======== ======== Resolving module './commands/UpdateSchedulingPolicyCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Resolution for module './commands/UpdateSchedulingPolicyCommand' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name './commands/UpdateSchedulingPolicyCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts@3.316.0'. ======== ======== Resolving module './endpoint/EndpointParameters' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/endpoint/EndpointParameters', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/endpoint/EndpointParameters.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/endpoint/EndpointParameters.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/endpoint/EndpointParameters.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './endpoint/EndpointParameters' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/endpoint/EndpointParameters.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/endpoint/EndpointParameters.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CancelJobCommand.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-endpoint'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/middleware-endpoint'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/middleware-endpoint'. Resolving module name '@aws-sdk/middleware-endpoint' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/middleware-endpoint'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/middleware-endpoint', target file type 'TypeScript'. Loading module '@aws-sdk/middleware-endpoint' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__middleware-endpoint' Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CancelJobCommand.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/smithy-client'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/smithy-client'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/smithy-client'. Resolving module name '@aws-sdk/smithy-client' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/smithy-client'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/smithy-client', target file type 'TypeScript'. Loading module '@aws-sdk/smithy-client' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__smithy-client' Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CancelJobCommand.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../BatchClient' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CancelJobCommand.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name '../BatchClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/BatchClient.d.ts@3.316.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CancelJobCommand.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/smithy-client'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/smithy-client'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/smithy-client'. Resolving module name '@aws-sdk/smithy-client' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/smithy-client'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/smithy-client', target file type 'TypeScript'. Loading module '@aws-sdk/smithy-client' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__smithy-client' Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module './BatchServiceException' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/BatchServiceException', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/BatchServiceException.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/BatchServiceException.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/BatchServiceException.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './BatchServiceException' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/BatchServiceException.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/models/BatchServiceException.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/BatchServiceException.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateComputeEnvironmentCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateComputeEnvironmentCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateComputeEnvironmentCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../BatchClient' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateComputeEnvironmentCommand.d.ts'. ======== Resolution for module '../BatchClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../BatchClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/BatchClient.d.ts@3.316.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateComputeEnvironmentCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateJobQueueCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateJobQueueCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateJobQueueCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../BatchClient' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateJobQueueCommand.d.ts'. ======== Resolution for module '../BatchClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../BatchClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/BatchClient.d.ts@3.316.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateJobQueueCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateSchedulingPolicyCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateSchedulingPolicyCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateSchedulingPolicyCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../BatchClient' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateSchedulingPolicyCommand.d.ts'. ======== Resolution for module '../BatchClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../BatchClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/BatchClient.d.ts@3.316.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateSchedulingPolicyCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../BatchClient' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts'. ======== Resolution for module '../BatchClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../BatchClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/BatchClient.d.ts@3.316.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteJobQueueCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteJobQueueCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteJobQueueCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../BatchClient' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteJobQueueCommand.d.ts'. ======== Resolution for module '../BatchClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../BatchClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/BatchClient.d.ts@3.316.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteJobQueueCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../BatchClient' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts'. ======== Resolution for module '../BatchClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../BatchClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/BatchClient.d.ts@3.316.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeregisterJobDefinitionCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeregisterJobDefinitionCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeregisterJobDefinitionCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../BatchClient' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeregisterJobDefinitionCommand.d.ts'. ======== Resolution for module '../BatchClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../BatchClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/BatchClient.d.ts@3.316.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeregisterJobDefinitionCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../BatchClient' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts'. ======== Resolution for module '../BatchClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../BatchClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/BatchClient.d.ts@3.316.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobDefinitionsCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobDefinitionsCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobDefinitionsCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../BatchClient' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobDefinitionsCommand.d.ts'. ======== Resolution for module '../BatchClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../BatchClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/BatchClient.d.ts@3.316.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobDefinitionsCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobQueuesCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobQueuesCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobQueuesCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../BatchClient' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobQueuesCommand.d.ts'. ======== Resolution for module '../BatchClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../BatchClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/BatchClient.d.ts@3.316.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobQueuesCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobsCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobsCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobsCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../BatchClient' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobsCommand.d.ts'. ======== Resolution for module '../BatchClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../BatchClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/BatchClient.d.ts@3.316.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobsCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../BatchClient' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts'. ======== Resolution for module '../BatchClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../BatchClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/BatchClient.d.ts@3.316.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListJobsCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListJobsCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListJobsCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../BatchClient' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListJobsCommand.d.ts'. ======== Resolution for module '../BatchClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../BatchClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/BatchClient.d.ts@3.316.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListJobsCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListSchedulingPoliciesCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListSchedulingPoliciesCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListSchedulingPoliciesCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../BatchClient' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListSchedulingPoliciesCommand.d.ts'. ======== Resolution for module '../BatchClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../BatchClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/BatchClient.d.ts@3.316.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListSchedulingPoliciesCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListTagsForResourceCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListTagsForResourceCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListTagsForResourceCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../BatchClient' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListTagsForResourceCommand.d.ts'. ======== Resolution for module '../BatchClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../BatchClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/BatchClient.d.ts@3.316.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListTagsForResourceCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/RegisterJobDefinitionCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/RegisterJobDefinitionCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/RegisterJobDefinitionCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../BatchClient' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/RegisterJobDefinitionCommand.d.ts'. ======== Resolution for module '../BatchClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../BatchClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/BatchClient.d.ts@3.316.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/RegisterJobDefinitionCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/SubmitJobCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/SubmitJobCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/SubmitJobCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../BatchClient' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/SubmitJobCommand.d.ts'. ======== Resolution for module '../BatchClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../BatchClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/BatchClient.d.ts@3.316.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/SubmitJobCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TagResourceCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TagResourceCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TagResourceCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../BatchClient' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TagResourceCommand.d.ts'. ======== Resolution for module '../BatchClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../BatchClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/BatchClient.d.ts@3.316.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TagResourceCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TerminateJobCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TerminateJobCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TerminateJobCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../BatchClient' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TerminateJobCommand.d.ts'. ======== Resolution for module '../BatchClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../BatchClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/BatchClient.d.ts@3.316.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TerminateJobCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UntagResourceCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UntagResourceCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UntagResourceCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../BatchClient' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UntagResourceCommand.d.ts'. ======== Resolution for module '../BatchClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../BatchClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/BatchClient.d.ts@3.316.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UntagResourceCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../BatchClient' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts'. ======== Resolution for module '../BatchClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../BatchClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/BatchClient.d.ts@3.316.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateJobQueueCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateJobQueueCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateJobQueueCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../BatchClient' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateJobQueueCommand.d.ts'. ======== Resolution for module '../BatchClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../BatchClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/BatchClient.d.ts@3.316.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateJobQueueCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/middleware-endpoint' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts'. ======== Resolution for module '@aws-sdk/middleware-endpoint' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/middleware-endpoint' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts' with Package ID '@aws-sdk/middleware-endpoint/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '@aws-sdk/smithy-client' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts'. ======== Resolution for module '@aws-sdk/smithy-client' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/smithy-client' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/smithy-client/dist-types/index.d.ts' with Package ID '@aws-sdk/smithy-client/dist-types/index.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../BatchClient' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts'. ======== Resolution for module '../BatchClient' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../BatchClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/BatchClient.d.ts@3.316.0'. ======== ======== Resolving module '../models/models_0' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts'. ======== Resolution for module '../models/models_0' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands'. ======== Module name '../models/models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/endpoint/EndpointParameters.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/endpoint/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module './CancelJobCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CancelJobCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CancelJobCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CancelJobCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CancelJobCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './CancelJobCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CancelJobCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/CancelJobCommand.d.ts@3.316.0'. ======== ======== Resolving module './CreateComputeEnvironmentCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateComputeEnvironmentCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateComputeEnvironmentCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateComputeEnvironmentCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateComputeEnvironmentCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './CreateComputeEnvironmentCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateComputeEnvironmentCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/CreateComputeEnvironmentCommand.d.ts@3.316.0'. ======== ======== Resolving module './CreateJobQueueCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateJobQueueCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateJobQueueCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateJobQueueCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateJobQueueCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './CreateJobQueueCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateJobQueueCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/CreateJobQueueCommand.d.ts@3.316.0'. ======== ======== Resolving module './CreateSchedulingPolicyCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateSchedulingPolicyCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateSchedulingPolicyCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateSchedulingPolicyCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateSchedulingPolicyCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './CreateSchedulingPolicyCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/CreateSchedulingPolicyCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/CreateSchedulingPolicyCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteComputeEnvironmentCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteComputeEnvironmentCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteComputeEnvironmentCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteComputeEnvironmentCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './DeleteComputeEnvironmentCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DeleteComputeEnvironmentCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteJobQueueCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteJobQueueCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteJobQueueCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteJobQueueCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteJobQueueCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './DeleteJobQueueCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteJobQueueCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DeleteJobQueueCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeleteSchedulingPolicyCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteSchedulingPolicyCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteSchedulingPolicyCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteSchedulingPolicyCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './DeleteSchedulingPolicyCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DeleteSchedulingPolicyCommand.d.ts@3.316.0'. ======== ======== Resolving module './DeregisterJobDefinitionCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeregisterJobDefinitionCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeregisterJobDefinitionCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeregisterJobDefinitionCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeregisterJobDefinitionCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './DeregisterJobDefinitionCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DeregisterJobDefinitionCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DeregisterJobDefinitionCommand.d.ts@3.316.0'. ======== ======== Resolving module './DescribeComputeEnvironmentsCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeComputeEnvironmentsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeComputeEnvironmentsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeComputeEnvironmentsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './DescribeComputeEnvironmentsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts@3.316.0'. ======== ======== Resolving module './DescribeJobDefinitionsCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobDefinitionsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobDefinitionsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobDefinitionsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobDefinitionsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './DescribeJobDefinitionsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobDefinitionsCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DescribeJobDefinitionsCommand.d.ts@3.316.0'. ======== ======== Resolving module './DescribeJobQueuesCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobQueuesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobQueuesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobQueuesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobQueuesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './DescribeJobQueuesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobQueuesCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DescribeJobQueuesCommand.d.ts@3.316.0'. ======== ======== Resolving module './DescribeJobsCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './DescribeJobsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobsCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DescribeJobsCommand.d.ts@3.316.0'. ======== ======== Resolving module './DescribeSchedulingPoliciesCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeSchedulingPoliciesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeSchedulingPoliciesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeSchedulingPoliciesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './DescribeSchedulingPoliciesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DescribeSchedulingPoliciesCommand.d.ts@3.316.0'. ======== ======== Resolving module './ListJobsCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListJobsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListJobsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListJobsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListJobsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './ListJobsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListJobsCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/ListJobsCommand.d.ts@3.316.0'. ======== ======== Resolving module './ListSchedulingPoliciesCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListSchedulingPoliciesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListSchedulingPoliciesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListSchedulingPoliciesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListSchedulingPoliciesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './ListSchedulingPoliciesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListSchedulingPoliciesCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/ListSchedulingPoliciesCommand.d.ts@3.316.0'. ======== ======== Resolving module './ListTagsForResourceCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListTagsForResourceCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListTagsForResourceCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListTagsForResourceCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListTagsForResourceCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './ListTagsForResourceCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListTagsForResourceCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/ListTagsForResourceCommand.d.ts@3.316.0'. ======== ======== Resolving module './RegisterJobDefinitionCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/RegisterJobDefinitionCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/RegisterJobDefinitionCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/RegisterJobDefinitionCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/RegisterJobDefinitionCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './RegisterJobDefinitionCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/RegisterJobDefinitionCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/RegisterJobDefinitionCommand.d.ts@3.316.0'. ======== ======== Resolving module './SubmitJobCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/SubmitJobCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/SubmitJobCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/SubmitJobCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/SubmitJobCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './SubmitJobCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/SubmitJobCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/SubmitJobCommand.d.ts@3.316.0'. ======== ======== Resolving module './TagResourceCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TagResourceCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TagResourceCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TagResourceCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TagResourceCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './TagResourceCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TagResourceCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/TagResourceCommand.d.ts@3.316.0'. ======== ======== Resolving module './TerminateJobCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TerminateJobCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TerminateJobCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TerminateJobCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TerminateJobCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './TerminateJobCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/TerminateJobCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/TerminateJobCommand.d.ts@3.316.0'. ======== ======== Resolving module './UntagResourceCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UntagResourceCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UntagResourceCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UntagResourceCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UntagResourceCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './UntagResourceCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UntagResourceCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/UntagResourceCommand.d.ts@3.316.0'. ======== ======== Resolving module './UpdateComputeEnvironmentCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateComputeEnvironmentCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateComputeEnvironmentCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateComputeEnvironmentCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './UpdateComputeEnvironmentCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/UpdateComputeEnvironmentCommand.d.ts@3.316.0'. ======== ======== Resolving module './UpdateJobQueueCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateJobQueueCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateJobQueueCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateJobQueueCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateJobQueueCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './UpdateJobQueueCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateJobQueueCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/UpdateJobQueueCommand.d.ts@3.316.0'. ======== ======== Resolving module './UpdateSchedulingPolicyCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateSchedulingPolicyCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateSchedulingPolicyCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateSchedulingPolicyCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './UpdateSchedulingPolicyCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/UpdateSchedulingPolicyCommand.d.ts@3.316.0'. ======== ======== Resolving module './models_0' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './models_0' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/models/models_0.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/models/models_0.d.ts@3.316.0'. ======== ======== Resolving module './DescribeComputeEnvironmentsPaginator' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/DescribeComputeEnvironmentsPaginator', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/DescribeComputeEnvironmentsPaginator.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/DescribeComputeEnvironmentsPaginator.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/DescribeComputeEnvironmentsPaginator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './DescribeComputeEnvironmentsPaginator' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/DescribeComputeEnvironmentsPaginator.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/pagination/DescribeComputeEnvironmentsPaginator.d.ts@3.316.0'. ======== ======== Resolving module './DescribeJobDefinitionsPaginator' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/DescribeJobDefinitionsPaginator', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/DescribeJobDefinitionsPaginator.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/DescribeJobDefinitionsPaginator.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/DescribeJobDefinitionsPaginator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './DescribeJobDefinitionsPaginator' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/DescribeJobDefinitionsPaginator.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/pagination/DescribeJobDefinitionsPaginator.d.ts@3.316.0'. ======== ======== Resolving module './DescribeJobQueuesPaginator' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/DescribeJobQueuesPaginator', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/DescribeJobQueuesPaginator.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/DescribeJobQueuesPaginator.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/DescribeJobQueuesPaginator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './DescribeJobQueuesPaginator' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/DescribeJobQueuesPaginator.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/pagination/DescribeJobQueuesPaginator.d.ts@3.316.0'. ======== ======== Resolving module './Interfaces' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/Interfaces', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/Interfaces.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/Interfaces.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/Interfaces.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './Interfaces' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/Interfaces.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/pagination/Interfaces.d.ts@3.316.0'. ======== ======== Resolving module './ListJobsPaginator' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/ListJobsPaginator', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/ListJobsPaginator.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/ListJobsPaginator.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/ListJobsPaginator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './ListJobsPaginator' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/ListJobsPaginator.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/pagination/ListJobsPaginator.d.ts@3.316.0'. ======== ======== Resolving module './ListSchedulingPoliciesPaginator' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/ListSchedulingPoliciesPaginator', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/ListSchedulingPoliciesPaginator.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/ListSchedulingPoliciesPaginator.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/ListSchedulingPoliciesPaginator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name './ListSchedulingPoliciesPaginator' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/ListSchedulingPoliciesPaginator.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/pagination/ListSchedulingPoliciesPaginator.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/DescribeComputeEnvironmentsPaginator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. 'paths' option is specified, looking for a pattern to match module name '@aws-sdk/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@aws-sdk/types'. Resolving module name '@aws-sdk/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@aws-sdk/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@aws-sdk/types', target file type 'TypeScript'. Loading module '@aws-sdk/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'aws-sdk__types' Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../commands/DescribeComputeEnvironmentsCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/DescribeComputeEnvironmentsPaginator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeComputeEnvironmentsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeComputeEnvironmentsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeComputeEnvironmentsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name '../commands/DescribeComputeEnvironmentsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DescribeComputeEnvironmentsCommand.d.ts@3.316.0'. ======== ======== Resolving module './Interfaces' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/DescribeComputeEnvironmentsPaginator.d.ts'. ======== Resolution for module './Interfaces' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination'. ======== Module name './Interfaces' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/Interfaces.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/pagination/Interfaces.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/Interfaces.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../BatchClient' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/Interfaces.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name '../BatchClient' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/BatchClient.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/BatchClient.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/DescribeJobDefinitionsPaginator.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../commands/DescribeJobDefinitionsCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/DescribeJobDefinitionsPaginator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobDefinitionsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobDefinitionsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobDefinitionsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobDefinitionsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name '../commands/DescribeJobDefinitionsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobDefinitionsCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DescribeJobDefinitionsCommand.d.ts@3.316.0'. ======== ======== Resolving module './Interfaces' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/DescribeJobDefinitionsPaginator.d.ts'. ======== Resolution for module './Interfaces' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination'. ======== Module name './Interfaces' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/Interfaces.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/pagination/Interfaces.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/DescribeJobQueuesPaginator.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../commands/DescribeJobQueuesCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/DescribeJobQueuesPaginator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobQueuesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobQueuesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobQueuesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobQueuesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name '../commands/DescribeJobQueuesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/DescribeJobQueuesCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/DescribeJobQueuesCommand.d.ts@3.316.0'. ======== ======== Resolving module './Interfaces' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/DescribeJobQueuesPaginator.d.ts'. ======== Resolution for module './Interfaces' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination'. ======== Module name './Interfaces' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/Interfaces.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/pagination/Interfaces.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/ListJobsPaginator.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../commands/ListJobsCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/ListJobsPaginator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListJobsCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListJobsCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListJobsCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListJobsCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ListJobsCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListJobsCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/ListJobsCommand.d.ts@3.316.0'. ======== ======== Resolving module './Interfaces' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/ListJobsPaginator.d.ts'. ======== Resolution for module './Interfaces' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination'. ======== Module name './Interfaces' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/Interfaces.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/pagination/Interfaces.d.ts@3.316.0'. ======== ======== Resolving module '@aws-sdk/types' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/ListSchedulingPoliciesPaginator.d.ts'. ======== Resolution for module '@aws-sdk/types' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination'. ======== Module name '@aws-sdk/types' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/types/dist-types/index.d.ts' with Package ID '@aws-sdk/types/dist-types/index.d.ts@3.310.0'. ======== ======== Resolving module '../commands/ListSchedulingPoliciesCommand' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/ListSchedulingPoliciesPaginator.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListSchedulingPoliciesCommand', target file type 'TypeScript'. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListSchedulingPoliciesCommand.ts' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListSchedulingPoliciesCommand.tsx' does not exist. File '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListSchedulingPoliciesCommand.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@aws-sdk/client-batch/package.json' exists according to earlier cached lookups. ======== Module name '../commands/ListSchedulingPoliciesCommand' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/commands/ListSchedulingPoliciesCommand.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/commands/ListSchedulingPoliciesCommand.d.ts@3.316.0'. ======== ======== Resolving module './Interfaces' from '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/ListSchedulingPoliciesPaginator.d.ts'. ======== Resolution for module './Interfaces' was found in cache from location '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination'. ======== Module name './Interfaces' was successfully resolved to '/tmp/project/node_modules/@aws-sdk/client-batch/dist-types/pagination/Interfaces.d.ts' with Package ID '@aws-sdk/client-batch/dist-types/pagination/Interfaces.d.ts@3.316.0'. ======== ======== Resolving module './fetch.service' from '/tmp/project/apps/api/libs/fetch/src/index.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/fetch/src/fetch.service', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/fetch/src/fetch.service.ts' exist - use it as a name resolution result. ======== Module name './fetch.service' was successfully resolved to '/tmp/project/apps/api/libs/fetch/src/fetch.service.ts'. ======== ======== Resolving module 'shared' from '/tmp/project/apps/api/libs/fetch/src/fetch.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'shared'. 'paths' option is specified, looking for a pattern to match module name 'shared'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'shared'. Resolving module name 'shared' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/shared'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/shared', target file type 'TypeScript'. File '/tmp/project/apps/api/shared.ts' does not exist. File '/tmp/project/apps/api/shared.tsx' does not exist. File '/tmp/project/apps/api/shared.d.ts' does not exist. Directory '/tmp/project/apps/api/shared' does not exist, skipping all lookups in it. Loading module 'shared' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/fetch/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/fetch/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/node_modules' does not exist, skipping all lookups in it. Resolution for module 'shared' was found in cache from location '/tmp/project/apps/api'. ======== Module name 'shared' was successfully resolved to '/tmp/project/packages/shared/dist/index.d.ts' with Package ID 'shared/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/libs/video/src/video.service.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/libs/video/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@project/batch' from '/tmp/project/apps/api/libs/video/src/video.service.ts'. ======== Resolution for module '@project/batch' was found in cache from location '/tmp/project/apps/api/libs/video/src'. ======== Module name '@project/batch' was successfully resolved to '/tmp/project/apps/api/libs/batch/src/index.ts'. ======== ======== Resolving module '@project/prisma' from '/tmp/project/apps/api/libs/video/src/video.service.ts'. ======== Resolution for module '@project/prisma' was found in cache from location '/tmp/project/apps/api/libs/video/src'. ======== Module name '@project/prisma' was successfully resolved to '/tmp/project/apps/api/libs/prisma/src/index.ts'. ======== ======== Resolving module '@project/redis' from '/tmp/project/apps/api/libs/video/src/video.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/redis'. 'paths' option is specified, looking for a pattern to match module name '@project/redis'. Module name '@project/redis', matched pattern '@project/redis'. Trying substitution 'libs/redis/src', candidate module location: 'libs/redis/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/redis/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/redis/src.ts' does not exist. File '/tmp/project/apps/api/libs/redis/src.tsx' does not exist. File '/tmp/project/apps/api/libs/redis/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/redis/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/redis/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/redis' was successfully resolved to '/tmp/project/apps/api/libs/redis/src/index.ts'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/libs/video/src/video.service.ts'. ======== Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/libs/video/src'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'private-environment' from '/tmp/project/apps/api/libs/video/src/video.service.ts'. ======== Resolution for module 'private-environment' was found in cache from location '/tmp/project/apps/api/libs/video/src'. ======== Module name 'private-environment' was successfully resolved to '/tmp/project/packages/private-environment/dist/index.d.ts' with Package ID 'private-environment/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'shared' from '/tmp/project/apps/api/libs/video/src/video.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'shared'. 'paths' option is specified, looking for a pattern to match module name 'shared'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'shared'. Resolving module name 'shared' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/shared'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/shared', target file type 'TypeScript'. File '/tmp/project/apps/api/shared.ts' does not exist. File '/tmp/project/apps/api/shared.tsx' does not exist. File '/tmp/project/apps/api/shared.d.ts' does not exist. Directory '/tmp/project/apps/api/shared' does not exist, skipping all lookups in it. Loading module 'shared' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/video/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/video/node_modules' does not exist, skipping all lookups in it. Resolution for module 'shared' was found in cache from location '/tmp/project/apps/api/libs'. ======== Module name 'shared' was successfully resolved to '/tmp/project/packages/shared/dist/index.d.ts' with Package ID 'shared/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'video-sdk' from '/tmp/project/apps/api/libs/video/src/video.service.ts'. ======== Resolution for module 'video-sdk' was found in cache from location '/tmp/project/apps/api/libs/video/src'. ======== Module name 'video-sdk' was successfully resolved to '/tmp/project/packages/video-sdk/dist/index.d.ts' with Package ID 'video-sdk/dist/index.d.ts@1.0.0'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/framework/framework.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/framework/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './framework.controller' from '/tmp/project/apps/api/apps/api/src/framework/framework.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/framework/framework.controller', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/framework/framework.controller.ts' exist - use it as a name resolution result. ======== Module name './framework.controller' was successfully resolved to '/tmp/project/apps/api/apps/api/src/framework/framework.controller.ts'. ======== ======== Resolving module './framework.service' from '/tmp/project/apps/api/apps/api/src/framework/framework.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/framework/framework.service', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/framework/framework.service.ts' exist - use it as a name resolution result. ======== Module name './framework.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/framework/framework.service.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/framework/framework.controller.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/framework'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/apps/api/src/framework/framework.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. 'paths' option is specified, looking for a pattern to match module name 'prismas'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. Resolving module name 'prismas' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/prismas'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/prismas', target file type 'TypeScript'. File '/tmp/project/apps/api/prismas.ts' does not exist. File '/tmp/project/apps/api/prismas.tsx' does not exist. File '/tmp/project/apps/api/prismas.d.ts' does not exist. Directory '/tmp/project/apps/api/prismas' does not exist, skipping all lookups in it. Loading module 'prismas' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/framework/node_modules' does not exist, skipping all lookups in it. Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'shared' from '/tmp/project/apps/api/apps/api/src/framework/framework.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'shared'. 'paths' option is specified, looking for a pattern to match module name 'shared'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'shared'. Resolving module name 'shared' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/shared'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/shared', target file type 'TypeScript'. File '/tmp/project/apps/api/shared.ts' does not exist. File '/tmp/project/apps/api/shared.tsx' does not exist. File '/tmp/project/apps/api/shared.d.ts' does not exist. Directory '/tmp/project/apps/api/shared' does not exist, skipping all lookups in it. Loading module 'shared' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/framework/node_modules' does not exist, skipping all lookups in it. Resolution for module 'shared' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'shared' was successfully resolved to '/tmp/project/packages/shared/dist/index.d.ts' with Package ID 'shared/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'types' from '/tmp/project/apps/api/apps/api/src/framework/framework.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'types'. 'paths' option is specified, looking for a pattern to match module name 'types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'types'. Resolving module name 'types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/types', target file type 'TypeScript'. File '/tmp/project/apps/api/types.ts' does not exist. File '/tmp/project/apps/api/types.tsx' does not exist. File '/tmp/project/apps/api/types.d.ts' does not exist. Directory '/tmp/project/apps/api/types' does not exist, skipping all lookups in it. Loading module 'types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/framework/node_modules' does not exist, skipping all lookups in it. Resolution for module 'types' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'types' was successfully resolved to '/tmp/project/packages/types/dist/index.d.ts' with Package ID 'types/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '../auth/admin.guard' from '/tmp/project/apps/api/apps/api/src/framework/framework.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/auth/admin.guard', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/auth/admin.guard.ts' exist - use it as a name resolution result. ======== Module name '../auth/admin.guard' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/admin.guard.ts'. ======== ======== Resolving module '../auth/auth.decorator' from '/tmp/project/apps/api/apps/api/src/framework/framework.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/auth/auth.decorator', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts' exist - use it as a name resolution result. ======== Module name '../auth/auth.decorator' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts'. ======== ======== Resolving module '../config/include.defaults' from '/tmp/project/apps/api/apps/api/src/framework/framework.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/config/include.defaults', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/config/include.defaults.ts' exist - use it as a name resolution result. ======== Module name '../config/include.defaults' was successfully resolved to '/tmp/project/apps/api/apps/api/src/config/include.defaults.ts'. ======== ======== Resolving module './framework.service' from '/tmp/project/apps/api/apps/api/src/framework/framework.controller.ts'. ======== Resolution for module './framework.service' was found in cache from location '/tmp/project/apps/api/apps/api/src/framework'. ======== Module name './framework.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/framework/framework.service.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/framework/framework.service.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/framework'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/apps/api/src/framework/framework.service.ts'. ======== Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/apps/api/src/framework'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '@project/prisma' from '/tmp/project/apps/api/apps/api/src/framework/framework.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/prisma'. 'paths' option is specified, looking for a pattern to match module name '@project/prisma'. Module name '@project/prisma', matched pattern '@project/prisma'. Trying substitution 'libs/prisma/src', candidate module location: 'libs/prisma/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/prisma/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/prisma/src.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src.tsx' does not exist. File '/tmp/project/apps/api/libs/prisma/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/prisma/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/prisma' was successfully resolved to '/tmp/project/apps/api/libs/prisma/src/index.ts'. ======== ======== Resolving module '@project/meili' from '/tmp/project/apps/api/apps/api/src/framework/framework.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/meili'. 'paths' option is specified, looking for a pattern to match module name '@project/meili'. Module name '@project/meili', matched pattern '@project/meili'. Trying substitution 'libs/meili/src', candidate module location: 'libs/meili/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/meili/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/meili/src.ts' does not exist. File '/tmp/project/apps/api/libs/meili/src.tsx' does not exist. File '/tmp/project/apps/api/libs/meili/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/meili/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/meili/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/meili' was successfully resolved to '/tmp/project/apps/api/libs/meili/src/index.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/media-library/media-library.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/media-library/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './directory.service' from '/tmp/project/apps/api/apps/api/src/media-library/media-library.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/media-library/directory.service', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/media-library/directory.service.ts' exist - use it as a name resolution result. ======== Module name './directory.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/media-library/directory.service.ts'. ======== ======== Resolving module './file.service' from '/tmp/project/apps/api/apps/api/src/media-library/media-library.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/media-library/file.service', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/media-library/file.service.ts' exist - use it as a name resolution result. ======== Module name './file.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/media-library/file.service.ts'. ======== ======== Resolving module './media-library.controller' from '/tmp/project/apps/api/apps/api/src/media-library/media-library.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/media-library/media-library.controller', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/media-library/media-library.controller.ts' exist - use it as a name resolution result. ======== Module name './media-library.controller' was successfully resolved to '/tmp/project/apps/api/apps/api/src/media-library/media-library.controller.ts'. ======== ======== Resolving module './media-library.service' from '/tmp/project/apps/api/apps/api/src/media-library/media-library.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/media-library/media-library.service', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/media-library/media-library.service.ts' exist - use it as a name resolution result. ======== Module name './media-library.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/media-library/media-library.service.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/media-library/directory.service.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/media-library'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/apps/api/src/media-library/directory.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. 'paths' option is specified, looking for a pattern to match module name 'prismas'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. Resolving module name 'prismas' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/prismas'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/prismas', target file type 'TypeScript'. File '/tmp/project/apps/api/prismas.ts' does not exist. File '/tmp/project/apps/api/prismas.tsx' does not exist. File '/tmp/project/apps/api/prismas.d.ts' does not exist. Directory '/tmp/project/apps/api/prismas' does not exist, skipping all lookups in it. Loading module 'prismas' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/media-library/node_modules' does not exist, skipping all lookups in it. Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '@project/prisma' from '/tmp/project/apps/api/apps/api/src/media-library/directory.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/prisma'. 'paths' option is specified, looking for a pattern to match module name '@project/prisma'. Module name '@project/prisma', matched pattern '@project/prisma'. Trying substitution 'libs/prisma/src', candidate module location: 'libs/prisma/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/prisma/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/prisma/src.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src.tsx' does not exist. File '/tmp/project/apps/api/libs/prisma/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/prisma/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/prisma' was successfully resolved to '/tmp/project/apps/api/libs/prisma/src/index.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/media-library/file.service.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/media-library'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/apps/api/src/media-library/file.service.ts'. ======== Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/apps/api/src/media-library'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '@project/prisma' from '/tmp/project/apps/api/apps/api/src/media-library/file.service.ts'. ======== Resolution for module '@project/prisma' was found in cache from location '/tmp/project/apps/api/apps/api/src/media-library'. ======== Module name '@project/prisma' was successfully resolved to '/tmp/project/apps/api/libs/prisma/src/index.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/media-library/media-library.controller.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/media-library'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/apps/api/src/media-library/media-library.controller.ts'. ======== Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/apps/api/src/media-library'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'shared' from '/tmp/project/apps/api/apps/api/src/media-library/media-library.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'shared'. 'paths' option is specified, looking for a pattern to match module name 'shared'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'shared'. Resolving module name 'shared' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/shared'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/shared', target file type 'TypeScript'. File '/tmp/project/apps/api/shared.ts' does not exist. File '/tmp/project/apps/api/shared.tsx' does not exist. File '/tmp/project/apps/api/shared.d.ts' does not exist. Directory '/tmp/project/apps/api/shared' does not exist, skipping all lookups in it. Loading module 'shared' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/media-library/node_modules' does not exist, skipping all lookups in it. Resolution for module 'shared' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'shared' was successfully resolved to '/tmp/project/packages/shared/dist/index.d.ts' with Package ID 'shared/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'types' from '/tmp/project/apps/api/apps/api/src/media-library/media-library.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'types'. 'paths' option is specified, looking for a pattern to match module name 'types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'types'. Resolving module name 'types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/types', target file type 'TypeScript'. File '/tmp/project/apps/api/types.ts' does not exist. File '/tmp/project/apps/api/types.tsx' does not exist. File '/tmp/project/apps/api/types.d.ts' does not exist. Directory '/tmp/project/apps/api/types' does not exist, skipping all lookups in it. Loading module 'types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/media-library/node_modules' does not exist, skipping all lookups in it. Resolution for module 'types' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'types' was successfully resolved to '/tmp/project/packages/types/dist/index.d.ts' with Package ID 'types/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '../auth/auth.decorator' from '/tmp/project/apps/api/apps/api/src/media-library/media-library.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/auth/auth.decorator', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts' exist - use it as a name resolution result. ======== Module name '../auth/auth.decorator' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts'. ======== ======== Resolving module '../config/include.defaults' from '/tmp/project/apps/api/apps/api/src/media-library/media-library.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/config/include.defaults', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/config/include.defaults.ts' exist - use it as a name resolution result. ======== Module name '../config/include.defaults' was successfully resolved to '/tmp/project/apps/api/apps/api/src/config/include.defaults.ts'. ======== ======== Resolving module './directory.service' from '/tmp/project/apps/api/apps/api/src/media-library/media-library.controller.ts'. ======== Resolution for module './directory.service' was found in cache from location '/tmp/project/apps/api/apps/api/src/media-library'. ======== Module name './directory.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/media-library/directory.service.ts'. ======== ======== Resolving module './file.service' from '/tmp/project/apps/api/apps/api/src/media-library/media-library.controller.ts'. ======== Resolution for module './file.service' was found in cache from location '/tmp/project/apps/api/apps/api/src/media-library'. ======== Module name './file.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/media-library/file.service.ts'. ======== ======== Resolving module './media-library.service' from '/tmp/project/apps/api/apps/api/src/media-library/media-library.controller.ts'. ======== Resolution for module './media-library.service' was found in cache from location '/tmp/project/apps/api/apps/api/src/media-library'. ======== Module name './media-library.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/media-library/media-library.service.ts'. ======== ======== Resolving module '@project/file' from '/tmp/project/apps/api/apps/api/src/media-library/media-library.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/file'. 'paths' option is specified, looking for a pattern to match module name '@project/file'. Module name '@project/file', matched pattern '@project/file'. Trying substitution 'libs/file/src', candidate module location: 'libs/file/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/file/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/file/src.ts' does not exist. File '/tmp/project/apps/api/libs/file/src.tsx' does not exist. File '/tmp/project/apps/api/libs/file/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/file/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/file/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/file' was successfully resolved to '/tmp/project/apps/api/libs/file/src/index.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/media-library/media-library.service.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/media-library'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/apps/api/src/media-library/media-library.service.ts'. ======== Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/apps/api/src/media-library'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '@project/prisma' from '/tmp/project/apps/api/apps/api/src/media-library/media-library.service.ts'. ======== Resolution for module '@project/prisma' was found in cache from location '/tmp/project/apps/api/apps/api/src/media-library'. ======== Module name '@project/prisma' was successfully resolved to '/tmp/project/apps/api/libs/prisma/src/index.ts'. ======== ======== Resolving module 'types' from '/tmp/project/apps/api/apps/api/src/media-library/media-library.service.ts'. ======== Resolution for module 'types' was found in cache from location '/tmp/project/apps/api/apps/api/src/media-library'. ======== Module name 'types' was successfully resolved to '/tmp/project/packages/types/dist/index.d.ts' with Package ID 'types/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '@project/file' from '/tmp/project/apps/api/apps/api/src/media-library/media-library.service.ts'. ======== Resolution for module '@project/file' was found in cache from location '/tmp/project/apps/api/apps/api/src/media-library'. ======== Module name '@project/file' was successfully resolved to '/tmp/project/apps/api/libs/file/src/index.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/shortlink/shortlink.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/shortlink/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './shortlink.controller' from '/tmp/project/apps/api/apps/api/src/shortlink/shortlink.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/shortlink/shortlink.controller', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/shortlink/shortlink.controller.ts' exist - use it as a name resolution result. ======== Module name './shortlink.controller' was successfully resolved to '/tmp/project/apps/api/apps/api/src/shortlink/shortlink.controller.ts'. ======== ======== Resolving module './shortlink.service' from '/tmp/project/apps/api/apps/api/src/shortlink/shortlink.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/shortlink/shortlink.service', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/shortlink/shortlink.service.ts' exist - use it as a name resolution result. ======== Module name './shortlink.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/shortlink/shortlink.service.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/shortlink/shortlink.controller.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/shortlink'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'shared' from '/tmp/project/apps/api/apps/api/src/shortlink/shortlink.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'shared'. 'paths' option is specified, looking for a pattern to match module name 'shared'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'shared'. Resolving module name 'shared' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/shared'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/shared', target file type 'TypeScript'. File '/tmp/project/apps/api/shared.ts' does not exist. File '/tmp/project/apps/api/shared.tsx' does not exist. File '/tmp/project/apps/api/shared.d.ts' does not exist. Directory '/tmp/project/apps/api/shared' does not exist, skipping all lookups in it. Loading module 'shared' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/shortlink/node_modules' does not exist, skipping all lookups in it. Resolution for module 'shared' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'shared' was successfully resolved to '/tmp/project/packages/shared/dist/index.d.ts' with Package ID 'shared/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'types' from '/tmp/project/apps/api/apps/api/src/shortlink/shortlink.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'types'. 'paths' option is specified, looking for a pattern to match module name 'types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'types'. Resolving module name 'types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/types', target file type 'TypeScript'. File '/tmp/project/apps/api/types.ts' does not exist. File '/tmp/project/apps/api/types.tsx' does not exist. File '/tmp/project/apps/api/types.d.ts' does not exist. Directory '/tmp/project/apps/api/types' does not exist, skipping all lookups in it. Loading module 'types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/shortlink/node_modules' does not exist, skipping all lookups in it. Resolution for module 'types' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'types' was successfully resolved to '/tmp/project/packages/types/dist/index.d.ts' with Package ID 'types/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '../auth/auth.decorator' from '/tmp/project/apps/api/apps/api/src/shortlink/shortlink.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/auth/auth.decorator', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts' exist - use it as a name resolution result. ======== Module name '../auth/auth.decorator' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts'. ======== ======== Resolving module '../config/include.defaults' from '/tmp/project/apps/api/apps/api/src/shortlink/shortlink.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/config/include.defaults', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/config/include.defaults.ts' exist - use it as a name resolution result. ======== Module name '../config/include.defaults' was successfully resolved to '/tmp/project/apps/api/apps/api/src/config/include.defaults.ts'. ======== ======== Resolving module './shortlink.service' from '/tmp/project/apps/api/apps/api/src/shortlink/shortlink.controller.ts'. ======== Resolution for module './shortlink.service' was found in cache from location '/tmp/project/apps/api/apps/api/src/shortlink'. ======== Module name './shortlink.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/shortlink/shortlink.service.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/shortlink/shortlink.service.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/shortlink'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/apps/api/src/shortlink/shortlink.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. 'paths' option is specified, looking for a pattern to match module name 'prismas'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. Resolving module name 'prismas' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/prismas'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/prismas', target file type 'TypeScript'. File '/tmp/project/apps/api/prismas.ts' does not exist. File '/tmp/project/apps/api/prismas.tsx' does not exist. File '/tmp/project/apps/api/prismas.d.ts' does not exist. Directory '/tmp/project/apps/api/prismas' does not exist, skipping all lookups in it. Loading module 'prismas' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/shortlink/node_modules' does not exist, skipping all lookups in it. Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '../auth/randomString' from '/tmp/project/apps/api/apps/api/src/shortlink/shortlink.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/auth/randomString', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/auth/randomString.ts' exist - use it as a name resolution result. ======== Module name '../auth/randomString' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/randomString.ts'. ======== ======== Resolving module '@project/prisma' from '/tmp/project/apps/api/apps/api/src/shortlink/shortlink.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/prisma'. 'paths' option is specified, looking for a pattern to match module name '@project/prisma'. Module name '@project/prisma', matched pattern '@project/prisma'. Trying substitution 'libs/prisma/src', candidate module location: 'libs/prisma/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/prisma/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/prisma/src.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src.tsx' does not exist. File '/tmp/project/apps/api/libs/prisma/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/prisma/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/prisma' was successfully resolved to '/tmp/project/apps/api/libs/prisma/src/index.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/upload/upload.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/upload/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './upload.controller' from '/tmp/project/apps/api/apps/api/src/upload/upload.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/upload/upload.controller', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/upload/upload.controller.ts' exist - use it as a name resolution result. ======== Module name './upload.controller' was successfully resolved to '/tmp/project/apps/api/apps/api/src/upload/upload.controller.ts'. ======== ======== Resolving module './upload.service' from '/tmp/project/apps/api/apps/api/src/upload/upload.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/upload/upload.service', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/upload/upload.service.ts' exist - use it as a name resolution result. ======== Module name './upload.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/upload/upload.service.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/upload/upload.controller.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/upload'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'shared' from '/tmp/project/apps/api/apps/api/src/upload/upload.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'shared'. 'paths' option is specified, looking for a pattern to match module name 'shared'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'shared'. Resolving module name 'shared' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/shared'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/shared', target file type 'TypeScript'. File '/tmp/project/apps/api/shared.ts' does not exist. File '/tmp/project/apps/api/shared.tsx' does not exist. File '/tmp/project/apps/api/shared.d.ts' does not exist. Directory '/tmp/project/apps/api/shared' does not exist, skipping all lookups in it. Loading module 'shared' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/upload/node_modules' does not exist, skipping all lookups in it. Resolution for module 'shared' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'shared' was successfully resolved to '/tmp/project/packages/shared/dist/index.d.ts' with Package ID 'shared/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'types' from '/tmp/project/apps/api/apps/api/src/upload/upload.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'types'. 'paths' option is specified, looking for a pattern to match module name 'types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'types'. Resolving module name 'types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/types', target file type 'TypeScript'. File '/tmp/project/apps/api/types.ts' does not exist. File '/tmp/project/apps/api/types.tsx' does not exist. File '/tmp/project/apps/api/types.d.ts' does not exist. Directory '/tmp/project/apps/api/types' does not exist, skipping all lookups in it. Loading module 'types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/upload/node_modules' does not exist, skipping all lookups in it. Resolution for module 'types' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'types' was successfully resolved to '/tmp/project/packages/types/dist/index.d.ts' with Package ID 'types/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '../auth/auth.decorator' from '/tmp/project/apps/api/apps/api/src/upload/upload.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/auth/auth.decorator', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts' exist - use it as a name resolution result. ======== Module name '../auth/auth.decorator' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts'. ======== ======== Resolving module './upload.service' from '/tmp/project/apps/api/apps/api/src/upload/upload.controller.ts'. ======== Resolution for module './upload.service' was found in cache from location '/tmp/project/apps/api/apps/api/src/upload'. ======== Module name './upload.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/upload/upload.service.ts'. ======== ======== Resolving module '@project/video' from '/tmp/project/apps/api/apps/api/src/upload/upload.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/video'. 'paths' option is specified, looking for a pattern to match module name '@project/video'. Module name '@project/video', matched pattern '@project/video'. Trying substitution 'libs/video/src', candidate module location: 'libs/video/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/video/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/video/src.ts' does not exist. File '/tmp/project/apps/api/libs/video/src.tsx' does not exist. File '/tmp/project/apps/api/libs/video/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/video/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/video/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/video' was successfully resolved to '/tmp/project/apps/api/libs/video/src/index.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/upload/upload.service.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/upload'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/apps/api/src/upload/upload.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. 'paths' option is specified, looking for a pattern to match module name 'prismas'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. Resolving module name 'prismas' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/prismas'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/prismas', target file type 'TypeScript'. File '/tmp/project/apps/api/prismas.ts' does not exist. File '/tmp/project/apps/api/prismas.tsx' does not exist. File '/tmp/project/apps/api/prismas.d.ts' does not exist. Directory '/tmp/project/apps/api/prismas' does not exist, skipping all lookups in it. Loading module 'prismas' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/upload/node_modules' does not exist, skipping all lookups in it. Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '@project/prisma' from '/tmp/project/apps/api/apps/api/src/upload/upload.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/prisma'. 'paths' option is specified, looking for a pattern to match module name '@project/prisma'. Module name '@project/prisma', matched pattern '@project/prisma'. Trying substitution 'libs/prisma/src', candidate module location: 'libs/prisma/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/prisma/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/prisma/src.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src.tsx' does not exist. File '/tmp/project/apps/api/libs/prisma/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/prisma/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/prisma' was successfully resolved to '/tmp/project/apps/api/libs/prisma/src/index.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/render/render.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/render/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './render.service' from '/tmp/project/apps/api/apps/api/src/render/render.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/render/render.service', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/render/render.service.ts' exist - use it as a name resolution result. ======== Module name './render.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/render/render.service.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/render/render.service.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/render'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/apps/api/src/render/render.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. 'paths' option is specified, looking for a pattern to match module name 'prismas'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. Resolving module name 'prismas' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/prismas'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/prismas', target file type 'TypeScript'. File '/tmp/project/apps/api/prismas.ts' does not exist. File '/tmp/project/apps/api/prismas.tsx' does not exist. File '/tmp/project/apps/api/prismas.d.ts' does not exist. Directory '/tmp/project/apps/api/prismas' does not exist, skipping all lookups in it. Loading module 'prismas' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/render/node_modules' does not exist, skipping all lookups in it. Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '@project/prisma' from '/tmp/project/apps/api/apps/api/src/render/render.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/prisma'. 'paths' option is specified, looking for a pattern to match module name '@project/prisma'. Module name '@project/prisma', matched pattern '@project/prisma'. Trying substitution 'libs/prisma/src', candidate module location: 'libs/prisma/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/prisma/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/prisma/src.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src.tsx' does not exist. File '/tmp/project/apps/api/libs/prisma/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/prisma/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/prisma' was successfully resolved to '/tmp/project/apps/api/libs/prisma/src/index.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/soundtrack/soundtrack.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/soundtrack/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './soundtrack.service' from '/tmp/project/apps/api/apps/api/src/soundtrack/soundtrack.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/soundtrack/soundtrack.service', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/soundtrack/soundtrack.service.ts' exist - use it as a name resolution result. ======== Module name './soundtrack.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/soundtrack/soundtrack.service.ts'. ======== ======== Resolving module './soundtrack.controller' from '/tmp/project/apps/api/apps/api/src/soundtrack/soundtrack.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/soundtrack/soundtrack.controller', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/soundtrack/soundtrack.controller.ts' exist - use it as a name resolution result. ======== Module name './soundtrack.controller' was successfully resolved to '/tmp/project/apps/api/apps/api/src/soundtrack/soundtrack.controller.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/soundtrack/soundtrack.service.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/soundtrack'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/apps/api/src/soundtrack/soundtrack.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. 'paths' option is specified, looking for a pattern to match module name 'prismas'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. Resolving module name 'prismas' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/prismas'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/prismas', target file type 'TypeScript'. File '/tmp/project/apps/api/prismas.ts' does not exist. File '/tmp/project/apps/api/prismas.tsx' does not exist. File '/tmp/project/apps/api/prismas.d.ts' does not exist. Directory '/tmp/project/apps/api/prismas' does not exist, skipping all lookups in it. Loading module 'prismas' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/soundtrack/node_modules' does not exist, skipping all lookups in it. Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '@project/prisma' from '/tmp/project/apps/api/apps/api/src/soundtrack/soundtrack.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/prisma'. 'paths' option is specified, looking for a pattern to match module name '@project/prisma'. Module name '@project/prisma', matched pattern '@project/prisma'. Trying substitution 'libs/prisma/src', candidate module location: 'libs/prisma/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/prisma/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/prisma/src.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src.tsx' does not exist. File '/tmp/project/apps/api/libs/prisma/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/prisma/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/prisma' was successfully resolved to '/tmp/project/apps/api/libs/prisma/src/index.ts'. ======== ======== Resolving module '@project/meili' from '/tmp/project/apps/api/apps/api/src/soundtrack/soundtrack.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/meili'. 'paths' option is specified, looking for a pattern to match module name '@project/meili'. Module name '@project/meili', matched pattern '@project/meili'. Trying substitution 'libs/meili/src', candidate module location: 'libs/meili/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/meili/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/meili/src.ts' does not exist. File '/tmp/project/apps/api/libs/meili/src.tsx' does not exist. File '/tmp/project/apps/api/libs/meili/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/meili/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/meili/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/meili' was successfully resolved to '/tmp/project/apps/api/libs/meili/src/index.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/soundtrack/soundtrack.controller.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/soundtrack'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/apps/api/src/soundtrack/soundtrack.controller.ts'. ======== Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/apps/api/src/soundtrack'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '../auth/admin.guard' from '/tmp/project/apps/api/apps/api/src/soundtrack/soundtrack.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/auth/admin.guard', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/auth/admin.guard.ts' exist - use it as a name resolution result. ======== Module name '../auth/admin.guard' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/admin.guard.ts'. ======== ======== Resolving module '../auth/auth.decorator' from '/tmp/project/apps/api/apps/api/src/soundtrack/soundtrack.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/auth/auth.decorator', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts' exist - use it as a name resolution result. ======== Module name '../auth/auth.decorator' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts'. ======== ======== Resolving module '../config/include.defaults' from '/tmp/project/apps/api/apps/api/src/soundtrack/soundtrack.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/config/include.defaults', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/config/include.defaults.ts' exist - use it as a name resolution result. ======== Module name '../config/include.defaults' was successfully resolved to '/tmp/project/apps/api/apps/api/src/config/include.defaults.ts'. ======== ======== Resolving module './soundtrack.service' from '/tmp/project/apps/api/apps/api/src/soundtrack/soundtrack.controller.ts'. ======== Resolution for module './soundtrack.service' was found in cache from location '/tmp/project/apps/api/apps/api/src/soundtrack'. ======== Module name './soundtrack.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/soundtrack/soundtrack.service.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/video/video.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/video/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@project/video' from '/tmp/project/apps/api/apps/api/src/video/video.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/video'. 'paths' option is specified, looking for a pattern to match module name '@project/video'. Module name '@project/video', matched pattern '@project/video'. Trying substitution 'libs/video/src', candidate module location: 'libs/video/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/video/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/video/src.ts' does not exist. File '/tmp/project/apps/api/libs/video/src.tsx' does not exist. File '/tmp/project/apps/api/libs/video/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/video/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/video/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/video' was successfully resolved to '/tmp/project/apps/api/libs/video/src/index.ts'. ======== ======== Resolving module 'private-environment' from '/tmp/project/apps/api/apps/api/src/video/video.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'private-environment'. 'paths' option is specified, looking for a pattern to match module name 'private-environment'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'private-environment'. Resolving module name 'private-environment' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/private-environment'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/private-environment', target file type 'TypeScript'. File '/tmp/project/apps/api/private-environment.ts' does not exist. File '/tmp/project/apps/api/private-environment.tsx' does not exist. File '/tmp/project/apps/api/private-environment.d.ts' does not exist. Directory '/tmp/project/apps/api/private-environment' does not exist, skipping all lookups in it. Loading module 'private-environment' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/video/node_modules' does not exist, skipping all lookups in it. Resolution for module 'private-environment' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'private-environment' was successfully resolved to '/tmp/project/packages/private-environment/dist/index.d.ts' with Package ID 'private-environment/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '../auth/auth.decorator' from '/tmp/project/apps/api/apps/api/src/video/video.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/auth/auth.decorator', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts' exist - use it as a name resolution result. ======== Module name '../auth/auth.decorator' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts'. ======== ======== Resolving module './stripe.module' from '/tmp/project/apps/api/libs/stripe/src/index.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/stripe/src/stripe.module', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/stripe/src/stripe.module.ts' exist - use it as a name resolution result. ======== Module name './stripe.module' was successfully resolved to '/tmp/project/apps/api/libs/stripe/src/stripe.module.ts'. ======== ======== Resolving module './stripe.service' from '/tmp/project/apps/api/libs/stripe/src/index.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/stripe/src/stripe.service', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/stripe/src/stripe.service.ts' exist - use it as a name resolution result. ======== Module name './stripe.service' was successfully resolved to '/tmp/project/apps/api/libs/stripe/src/stripe.service.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/libs/stripe/src/stripe.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/stripe/src/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Directory '/tmp/project/apps/api/libs/stripe/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/libs'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './stripe.service' from '/tmp/project/apps/api/libs/stripe/src/stripe.module.ts'. ======== Resolution for module './stripe.service' was found in cache from location '/tmp/project/apps/api/libs/stripe/src'. ======== Module name './stripe.service' was successfully resolved to '/tmp/project/apps/api/libs/stripe/src/stripe.service.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/libs/stripe/src/stripe.service.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/libs/stripe/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@project/prisma' from '/tmp/project/apps/api/libs/stripe/src/stripe.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/prisma'. 'paths' option is specified, looking for a pattern to match module name '@project/prisma'. Module name '@project/prisma', matched pattern '@project/prisma'. Trying substitution 'libs/prisma/src', candidate module location: 'libs/prisma/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/prisma/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/prisma/src.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src.tsx' does not exist. File '/tmp/project/apps/api/libs/prisma/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/prisma/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/prisma' was successfully resolved to '/tmp/project/apps/api/libs/prisma/src/index.ts'. ======== ======== Resolving module 'private-environment' from '/tmp/project/apps/api/libs/stripe/src/stripe.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'private-environment'. 'paths' option is specified, looking for a pattern to match module name 'private-environment'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'private-environment'. Resolving module name 'private-environment' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/private-environment'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/private-environment', target file type 'TypeScript'. File '/tmp/project/apps/api/private-environment.ts' does not exist. File '/tmp/project/apps/api/private-environment.tsx' does not exist. File '/tmp/project/apps/api/private-environment.d.ts' does not exist. Directory '/tmp/project/apps/api/private-environment' does not exist, skipping all lookups in it. Loading module 'private-environment' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/stripe/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/stripe/node_modules' does not exist, skipping all lookups in it. Resolution for module 'private-environment' was found in cache from location '/tmp/project/apps/api/libs'. ======== Module name 'private-environment' was successfully resolved to '/tmp/project/packages/private-environment/dist/index.d.ts' with Package ID 'private-environment/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'stripe' from '/tmp/project/apps/api/libs/stripe/src/stripe.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stripe'. 'paths' option is specified, looking for a pattern to match module name 'stripe'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stripe'. Resolving module name 'stripe' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/stripe'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/stripe', target file type 'TypeScript'. File '/tmp/project/apps/api/stripe.ts' does not exist. File '/tmp/project/apps/api/stripe.tsx' does not exist. File '/tmp/project/apps/api/stripe.d.ts' does not exist. Directory '/tmp/project/apps/api/stripe' does not exist, skipping all lookups in it. Loading module 'stripe' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/stripe/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/stripe/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/stripe.ts' does not exist. File '/tmp/project/apps/api/node_modules/stripe.tsx' does not exist. File '/tmp/project/apps/api/node_modules/stripe.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/stripe/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/stripe.ts' does not exist. File '/tmp/project/node_modules/stripe.tsx' does not exist. File '/tmp/project/node_modules/stripe.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'types/index.d.ts' that references '/tmp/project/node_modules/stripe/types/index.d.ts'. File '/tmp/project/node_modules/stripe/types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/stripe/types/index.d.ts', result '/tmp/project/node_modules/stripe/types/index.d.ts'. ======== Module name 'stripe' was successfully resolved to '/tmp/project/node_modules/stripe/types/index.d.ts' with Package ID 'stripe/types/index.d.ts@11.15.0'. ======== ======== Resolving module 'types' from '/tmp/project/apps/api/libs/stripe/src/stripe.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'types'. 'paths' option is specified, looking for a pattern to match module name 'types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'types'. Resolving module name 'types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/types', target file type 'TypeScript'. File '/tmp/project/apps/api/types.ts' does not exist. File '/tmp/project/apps/api/types.tsx' does not exist. File '/tmp/project/apps/api/types.d.ts' does not exist. Directory '/tmp/project/apps/api/types' does not exist, skipping all lookups in it. Loading module 'types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/stripe/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/stripe/node_modules' does not exist, skipping all lookups in it. Resolution for module 'types' was found in cache from location '/tmp/project/apps/api/libs'. ======== Module name 'types' was successfully resolved to '/tmp/project/packages/types/dist/index.d.ts' with Package ID 'types/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'shared' from '/tmp/project/apps/api/libs/stripe/src/stripe.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'shared'. 'paths' option is specified, looking for a pattern to match module name 'shared'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'shared'. Resolving module name 'shared' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/shared'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/shared', target file type 'TypeScript'. File '/tmp/project/apps/api/shared.ts' does not exist. File '/tmp/project/apps/api/shared.tsx' does not exist. File '/tmp/project/apps/api/shared.d.ts' does not exist. Directory '/tmp/project/apps/api/shared' does not exist, skipping all lookups in it. Loading module 'shared' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/stripe/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/stripe/node_modules' does not exist, skipping all lookups in it. Resolution for module 'shared' was found in cache from location '/tmp/project/apps/api/libs'. ======== Module name 'shared' was successfully resolved to '/tmp/project/packages/shared/dist/index.d.ts' with Package ID 'shared/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/libs/stripe/src/stripe.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. 'paths' option is specified, looking for a pattern to match module name 'prismas'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. Resolving module name 'prismas' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/prismas'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/prismas', target file type 'TypeScript'. File '/tmp/project/apps/api/prismas.ts' does not exist. File '/tmp/project/apps/api/prismas.tsx' does not exist. File '/tmp/project/apps/api/prismas.d.ts' does not exist. Directory '/tmp/project/apps/api/prismas' does not exist, skipping all lookups in it. Loading module 'prismas' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/stripe/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/stripe/node_modules' does not exist, skipping all lookups in it. Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/libs'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '@project/noti' from '/tmp/project/apps/api/libs/stripe/src/stripe.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/noti'. 'paths' option is specified, looking for a pattern to match module name '@project/noti'. Module name '@project/noti', matched pattern '@project/noti'. Trying substitution 'libs/noti/src', candidate module location: 'libs/noti/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/noti/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/noti/src.ts' does not exist. File '/tmp/project/apps/api/libs/noti/src.tsx' does not exist. File '/tmp/project/apps/api/libs/noti/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/noti/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/noti/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/noti' was successfully resolved to '/tmp/project/apps/api/libs/noti/src/index.ts'. ======== ======== Resolving module 'luxon' from '/tmp/project/apps/api/libs/stripe/src/stripe.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'luxon'. 'paths' option is specified, looking for a pattern to match module name 'luxon'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'luxon'. Resolving module name 'luxon' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/luxon'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/luxon', target file type 'TypeScript'. File '/tmp/project/apps/api/luxon.ts' does not exist. File '/tmp/project/apps/api/luxon.tsx' does not exist. File '/tmp/project/apps/api/luxon.d.ts' does not exist. Directory '/tmp/project/apps/api/luxon' does not exist, skipping all lookups in it. Loading module 'luxon' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/stripe/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/stripe/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/luxon.ts' does not exist. File '/tmp/project/apps/api/node_modules/luxon.tsx' does not exist. File '/tmp/project/apps/api/node_modules/luxon.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/luxon/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/luxon.ts' does not exist. File '/tmp/project/node_modules/luxon.tsx' does not exist. File '/tmp/project/node_modules/luxon.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'build/node/luxon.js' that references '/tmp/project/node_modules/luxon/build/node/luxon.js'. File '/tmp/project/node_modules/luxon/build/node/luxon.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/luxon/build/node/luxon.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/luxon/build/node/luxon.js', target file type 'TypeScript'. File '/tmp/project/node_modules/luxon/build/node/luxon.js.ts' does not exist. File '/tmp/project/node_modules/luxon/build/node/luxon.js.tsx' does not exist. File '/tmp/project/node_modules/luxon/build/node/luxon.js.d.ts' does not exist. File name '/tmp/project/node_modules/luxon/build/node/luxon.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/luxon/build/node/luxon.ts' does not exist. File '/tmp/project/node_modules/luxon/build/node/luxon.tsx' does not exist. File '/tmp/project/node_modules/luxon/build/node/luxon.d.ts' does not exist. Directory '/tmp/project/node_modules/luxon/build/node/luxon.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/luxon/index.ts' does not exist. File '/tmp/project/node_modules/luxon/index.tsx' does not exist. File '/tmp/project/node_modules/luxon/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/luxon/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/luxon.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/luxon/index.d.ts'. File '/tmp/project/node_modules/@types/luxon/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/luxon/index.d.ts', result '/tmp/project/node_modules/@types/luxon/index.d.ts'. ======== Module name 'luxon' was successfully resolved to '/tmp/project/node_modules/@types/luxon/index.d.ts' with Package ID '@types/luxon/index.d.ts@3.2.0'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/stripe/types/lib.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/stripe/types/lib.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/stripe/types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/stripe/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project'. ======== Module name 'http' was not resolved. ======== ======== Resolving module 'stripe' from '/tmp/project/node_modules/stripe/types/lib.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stripe'. 'paths' option is specified, looking for a pattern to match module name 'stripe'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stripe'. Resolving module name 'stripe' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/stripe'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/stripe', target file type 'TypeScript'. File '/tmp/project/apps/api/stripe.ts' does not exist. File '/tmp/project/apps/api/stripe.tsx' does not exist. File '/tmp/project/apps/api/stripe.d.ts' does not exist. Directory '/tmp/project/apps/api/stripe' does not exist, skipping all lookups in it. Loading module 'stripe' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/stripe/types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/stripe/node_modules' does not exist, skipping all lookups in it. Resolution for module 'stripe' was found in cache from location '/tmp/project'. ======== Module name 'stripe' was successfully resolved to '/tmp/project/node_modules/stripe/types/index.d.ts' with Package ID 'stripe/types/index.d.ts@11.15.0'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/stripe/types/net/net.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/stripe/types/net/net.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/stripe/types/net/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/stripe/types'. ======== Module name 'http' was not resolved. ======== ======== Resolving module 'stripe' from '/tmp/project/node_modules/stripe/types/net/net.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stripe'. 'paths' option is specified, looking for a pattern to match module name 'stripe'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stripe'. Resolving module name 'stripe' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/stripe'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/stripe', target file type 'TypeScript'. File '/tmp/project/apps/api/stripe.ts' does not exist. File '/tmp/project/apps/api/stripe.tsx' does not exist. File '/tmp/project/apps/api/stripe.d.ts' does not exist. Directory '/tmp/project/apps/api/stripe' does not exist, skipping all lookups in it. Loading module 'stripe' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/stripe/types/net/node_modules' does not exist, skipping all lookups in it. Resolution for module 'stripe' was found in cache from location '/tmp/project/node_modules/stripe/types'. ======== Module name 'stripe' was successfully resolved to '/tmp/project/node_modules/stripe/types/index.d.ts' with Package ID 'stripe/types/index.d.ts@11.15.0'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/stripe/types/Webhooks.d.ts'. ======== Resolution for type reference directive 'node' was found in cache from location '/tmp/project/node_modules/stripe/types'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/stripe/stripe.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/stripe/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@project/stripe' from '/tmp/project/apps/api/apps/api/src/stripe/stripe.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/stripe'. 'paths' option is specified, looking for a pattern to match module name '@project/stripe'. Module name '@project/stripe', matched pattern '@project/stripe'. Trying substitution 'libs/stripe/src', candidate module location: 'libs/stripe/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/stripe/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/stripe/src.ts' does not exist. File '/tmp/project/apps/api/libs/stripe/src.tsx' does not exist. File '/tmp/project/apps/api/libs/stripe/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/stripe/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/stripe/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/stripe' was successfully resolved to '/tmp/project/apps/api/libs/stripe/src/index.ts'. ======== ======== Resolving module 'express' from '/tmp/project/apps/api/apps/api/src/stripe/stripe.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'express'. 'paths' option is specified, looking for a pattern to match module name 'express'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'express'. Resolving module name 'express' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/express'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/express', target file type 'TypeScript'. File '/tmp/project/apps/api/express.ts' does not exist. File '/tmp/project/apps/api/express.tsx' does not exist. File '/tmp/project/apps/api/express.d.ts' does not exist. Directory '/tmp/project/apps/api/express' does not exist, skipping all lookups in it. Loading module 'express' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/stripe/node_modules' does not exist, skipping all lookups in it. Resolution for module 'express' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'express' was successfully resolved to '/tmp/project/node_modules/@types/express/index.d.ts' with Package ID '@types/express/index.d.ts@4.17.17'. ======== ======== Resolving module 'private-environment' from '/tmp/project/apps/api/apps/api/src/stripe/stripe.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'private-environment'. 'paths' option is specified, looking for a pattern to match module name 'private-environment'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'private-environment'. Resolving module name 'private-environment' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/private-environment'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/private-environment', target file type 'TypeScript'. File '/tmp/project/apps/api/private-environment.ts' does not exist. File '/tmp/project/apps/api/private-environment.tsx' does not exist. File '/tmp/project/apps/api/private-environment.d.ts' does not exist. Directory '/tmp/project/apps/api/private-environment' does not exist, skipping all lookups in it. Loading module 'private-environment' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/stripe/node_modules' does not exist, skipping all lookups in it. Resolution for module 'private-environment' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'private-environment' was successfully resolved to '/tmp/project/packages/private-environment/dist/index.d.ts' with Package ID 'private-environment/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'stripe' from '/tmp/project/apps/api/apps/api/src/stripe/stripe.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stripe'. 'paths' option is specified, looking for a pattern to match module name 'stripe'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stripe'. Resolving module name 'stripe' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/stripe'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/stripe', target file type 'TypeScript'. File '/tmp/project/apps/api/stripe.ts' does not exist. File '/tmp/project/apps/api/stripe.tsx' does not exist. File '/tmp/project/apps/api/stripe.d.ts' does not exist. Directory '/tmp/project/apps/api/stripe' does not exist, skipping all lookups in it. Loading module 'stripe' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/stripe/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. Resolution for module 'stripe' was found in cache from location '/tmp/project/apps/api'. ======== Module name 'stripe' was successfully resolved to '/tmp/project/node_modules/stripe/types/index.d.ts' with Package ID 'stripe/types/index.d.ts@11.15.0'. ======== ======== Resolving module 'types' from '/tmp/project/apps/api/apps/api/src/stripe/stripe.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'types'. 'paths' option is specified, looking for a pattern to match module name 'types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'types'. Resolving module name 'types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/types', target file type 'TypeScript'. File '/tmp/project/apps/api/types.ts' does not exist. File '/tmp/project/apps/api/types.tsx' does not exist. File '/tmp/project/apps/api/types.d.ts' does not exist. Directory '/tmp/project/apps/api/types' does not exist, skipping all lookups in it. Loading module 'types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/stripe/node_modules' does not exist, skipping all lookups in it. Resolution for module 'types' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'types' was successfully resolved to '/tmp/project/packages/types/dist/index.d.ts' with Package ID 'types/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '../auth/auth.decorator' from '/tmp/project/apps/api/apps/api/src/stripe/stripe.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/auth/auth.decorator', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts' exist - use it as a name resolution result. ======== Module name '../auth/auth.decorator' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/file/file.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/file/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@project/file' from '/tmp/project/apps/api/apps/api/src/file/file.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/file'. 'paths' option is specified, looking for a pattern to match module name '@project/file'. Module name '@project/file', matched pattern '@project/file'. Trying substitution 'libs/file/src', candidate module location: 'libs/file/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/file/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/file/src.ts' does not exist. File '/tmp/project/apps/api/libs/file/src.tsx' does not exist. File '/tmp/project/apps/api/libs/file/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/file/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/file/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/file' was successfully resolved to '/tmp/project/apps/api/libs/file/src/index.ts'. ======== ======== Resolving module '../auth/auth.decorator' from '/tmp/project/apps/api/apps/api/src/file/file.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/auth/auth.decorator', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts' exist - use it as a name resolution result. ======== Module name '../auth/auth.decorator' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts'. ======== ======== Resolving module 'shared' from '/tmp/project/apps/api/apps/api/src/file/file.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'shared'. 'paths' option is specified, looking for a pattern to match module name 'shared'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'shared'. Resolving module name 'shared' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/shared'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/shared', target file type 'TypeScript'. File '/tmp/project/apps/api/shared.ts' does not exist. File '/tmp/project/apps/api/shared.tsx' does not exist. File '/tmp/project/apps/api/shared.d.ts' does not exist. Directory '/tmp/project/apps/api/shared' does not exist, skipping all lookups in it. Loading module 'shared' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/file/node_modules' does not exist, skipping all lookups in it. Resolution for module 'shared' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'shared' was successfully resolved to '/tmp/project/packages/shared/dist/index.d.ts' with Package ID 'shared/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'types' from '/tmp/project/apps/api/apps/api/src/file/file.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'types'. 'paths' option is specified, looking for a pattern to match module name 'types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'types'. Resolving module name 'types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/types', target file type 'TypeScript'. File '/tmp/project/apps/api/types.ts' does not exist. File '/tmp/project/apps/api/types.tsx' does not exist. File '/tmp/project/apps/api/types.d.ts' does not exist. Directory '/tmp/project/apps/api/types' does not exist, skipping all lookups in it. Loading module 'types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/file/node_modules' does not exist, skipping all lookups in it. Resolution for module 'types' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'types' was successfully resolved to '/tmp/project/packages/types/dist/index.d.ts' with Package ID 'types/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'uuid' from '/tmp/project/apps/api/apps/api/src/file/file.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'uuid'. 'paths' option is specified, looking for a pattern to match module name 'uuid'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'uuid'. Resolving module name 'uuid' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/uuid'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/uuid', target file type 'TypeScript'. File '/tmp/project/apps/api/uuid.ts' does not exist. File '/tmp/project/apps/api/uuid.tsx' does not exist. File '/tmp/project/apps/api/uuid.d.ts' does not exist. Directory '/tmp/project/apps/api/uuid' does not exist, skipping all lookups in it. Loading module 'uuid' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/file/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. Resolution for module 'uuid' was found in cache from location '/tmp/project/apps/api'. ======== Module name 'uuid' was successfully resolved to '/tmp/project/node_modules/@types/uuid/index.d.ts' with Package ID '@types/uuid/index.d.ts@9.0.1'. ======== ======== Resolving module '../auth/admin.guard' from '/tmp/project/apps/api/apps/api/src/file/file.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/auth/admin.guard', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/auth/admin.guard.ts' exist - use it as a name resolution result. ======== Module name '../auth/admin.guard' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/admin.guard.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/product/product.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/product/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './product.controller' from '/tmp/project/apps/api/apps/api/src/product/product.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/product/product.controller', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/product/product.controller.ts' exist - use it as a name resolution result. ======== Module name './product.controller' was successfully resolved to '/tmp/project/apps/api/apps/api/src/product/product.controller.ts'. ======== ======== Resolving module './product.service' from '/tmp/project/apps/api/apps/api/src/product/product.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/product/product.service', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/product/product.service.ts' exist - use it as a name resolution result. ======== Module name './product.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/product/product.service.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/product/product.controller.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/product'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/apps/api/src/product/product.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. 'paths' option is specified, looking for a pattern to match module name 'prismas'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'prismas'. Resolving module name 'prismas' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/prismas'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/prismas', target file type 'TypeScript'. File '/tmp/project/apps/api/prismas.ts' does not exist. File '/tmp/project/apps/api/prismas.tsx' does not exist. File '/tmp/project/apps/api/prismas.d.ts' does not exist. Directory '/tmp/project/apps/api/prismas' does not exist, skipping all lookups in it. Loading module 'prismas' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/product/node_modules' does not exist, skipping all lookups in it. Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'types' from '/tmp/project/apps/api/apps/api/src/product/product.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'types'. 'paths' option is specified, looking for a pattern to match module name 'types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'types'. Resolving module name 'types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/types', target file type 'TypeScript'. File '/tmp/project/apps/api/types.ts' does not exist. File '/tmp/project/apps/api/types.tsx' does not exist. File '/tmp/project/apps/api/types.d.ts' does not exist. Directory '/tmp/project/apps/api/types' does not exist, skipping all lookups in it. Loading module 'types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/product/node_modules' does not exist, skipping all lookups in it. Resolution for module 'types' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'types' was successfully resolved to '/tmp/project/packages/types/dist/index.d.ts' with Package ID 'types/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '../auth/auth.decorator' from '/tmp/project/apps/api/apps/api/src/product/product.controller.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/auth/auth.decorator', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts' exist - use it as a name resolution result. ======== Module name '../auth/auth.decorator' was successfully resolved to '/tmp/project/apps/api/apps/api/src/auth/auth.decorator.ts'. ======== ======== Resolving module './product.service' from '/tmp/project/apps/api/apps/api/src/product/product.controller.ts'. ======== Resolution for module './product.service' was found in cache from location '/tmp/project/apps/api/apps/api/src/product'. ======== Module name './product.service' was successfully resolved to '/tmp/project/apps/api/apps/api/src/product/product.service.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/product/product.service.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/product'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@project/prisma' from '/tmp/project/apps/api/apps/api/src/product/product.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/prisma'. 'paths' option is specified, looking for a pattern to match module name '@project/prisma'. Module name '@project/prisma', matched pattern '@project/prisma'. Trying substitution 'libs/prisma/src', candidate module location: 'libs/prisma/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/prisma/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/prisma/src.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src.tsx' does not exist. File '/tmp/project/apps/api/libs/prisma/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/prisma/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/prisma' was successfully resolved to '/tmp/project/apps/api/libs/prisma/src/index.ts'. ======== ======== Resolving module 'prismas' from '/tmp/project/apps/api/apps/api/src/product/product.service.ts'. ======== Resolution for module 'prismas' was found in cache from location '/tmp/project/apps/api/apps/api/src/product'. ======== Module name 'prismas' was successfully resolved to '/tmp/project/packages/prismas/dist/index.d.ts' with Package ID 'prismas/dist/index.d.ts@0.0.1'. ======== ======== Resolving module './meta.module' from '/tmp/project/apps/api/libs/meta/src/index.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/meta/src/meta.module', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/meta/src/meta.module.ts' exist - use it as a name resolution result. ======== Module name './meta.module' was successfully resolved to '/tmp/project/apps/api/libs/meta/src/meta.module.ts'. ======== ======== Resolving module './meta.service' from '/tmp/project/apps/api/libs/meta/src/index.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/meta/src/meta.service', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/meta/src/meta.service.ts' exist - use it as a name resolution result. ======== Module name './meta.service' was successfully resolved to '/tmp/project/apps/api/libs/meta/src/meta.service.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/libs/meta/src/meta.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/meta/src/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Directory '/tmp/project/apps/api/libs/meta/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/libs'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './meta.service' from '/tmp/project/apps/api/libs/meta/src/meta.module.ts'. ======== Resolution for module './meta.service' was found in cache from location '/tmp/project/apps/api/libs/meta/src'. ======== Module name './meta.service' was successfully resolved to '/tmp/project/apps/api/libs/meta/src/meta.service.ts'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/libs/meta/src/meta.service.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/libs/meta/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@project/meili' from '/tmp/project/apps/api/libs/meta/src/meta.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/meili'. 'paths' option is specified, looking for a pattern to match module name '@project/meili'. Module name '@project/meili', matched pattern '@project/meili'. Trying substitution 'libs/meili/src', candidate module location: 'libs/meili/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/meili/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/meili/src.ts' does not exist. File '/tmp/project/apps/api/libs/meili/src.tsx' does not exist. File '/tmp/project/apps/api/libs/meili/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/meili/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/meili/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/meili' was successfully resolved to '/tmp/project/apps/api/libs/meili/src/index.ts'. ======== ======== Resolving module '@project/prisma' from '/tmp/project/apps/api/libs/meta/src/meta.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@project/prisma'. 'paths' option is specified, looking for a pattern to match module name '@project/prisma'. Module name '@project/prisma', matched pattern '@project/prisma'. Trying substitution 'libs/prisma/src', candidate module location: 'libs/prisma/src'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/libs/prisma/src', target file type 'TypeScript'. File '/tmp/project/apps/api/libs/prisma/src.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src.tsx' does not exist. File '/tmp/project/apps/api/libs/prisma/src.d.ts' does not exist. File '/tmp/project/apps/api/libs/prisma/src/package.json' does not exist according to earlier cached lookups. File '/tmp/project/apps/api/libs/prisma/src/index.ts' exist - use it as a name resolution result. ======== Module name '@project/prisma' was successfully resolved to '/tmp/project/apps/api/libs/prisma/src/index.ts'. ======== ======== Resolving module 'private-environment' from '/tmp/project/apps/api/libs/meta/src/meta.service.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'private-environment'. 'paths' option is specified, looking for a pattern to match module name 'private-environment'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'private-environment'. Resolving module name 'private-environment' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/private-environment'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/private-environment', target file type 'TypeScript'. File '/tmp/project/apps/api/private-environment.ts' does not exist. File '/tmp/project/apps/api/private-environment.tsx' does not exist. File '/tmp/project/apps/api/private-environment.d.ts' does not exist. Directory '/tmp/project/apps/api/private-environment' does not exist, skipping all lookups in it. Loading module 'private-environment' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/libs/meta/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/libs/meta/node_modules' does not exist, skipping all lookups in it. Resolution for module 'private-environment' was found in cache from location '/tmp/project/apps/api/libs'. ======== Module name 'private-environment' was successfully resolved to '/tmp/project/packages/private-environment/dist/index.d.ts' with Package ID 'private-environment/dist/index.d.ts@0.0.1'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/exceptions.filter.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module 'express' from '/tmp/project/apps/api/apps/api/src/exceptions.filter.ts'. ======== Resolution for module 'express' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'express' was successfully resolved to '/tmp/project/node_modules/@types/express/index.d.ts' with Package ID '@types/express/index.d.ts@4.17.17'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/main.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/core' from '/tmp/project/apps/api/apps/api/src/main.ts'. ======== Resolution for module '@nestjs/core' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name '@nestjs/core' was successfully resolved to '/tmp/project/node_modules/@nestjs/core/index.d.ts' with Package ID '@nestjs/core/index.d.ts@9.3.10'. ======== ======== Resolving module 'helmet' from '/tmp/project/apps/api/apps/api/src/main.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'helmet'. 'paths' option is specified, looking for a pattern to match module name 'helmet'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'helmet'. Resolving module name 'helmet' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/helmet'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/helmet', target file type 'TypeScript'. File '/tmp/project/apps/api/helmet.ts' does not exist. File '/tmp/project/apps/api/helmet.tsx' does not exist. File '/tmp/project/apps/api/helmet.d.ts' does not exist. Directory '/tmp/project/apps/api/helmet' does not exist, skipping all lookups in it. Loading module 'helmet' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/helmet.ts' does not exist. File '/tmp/project/apps/api/node_modules/helmet.tsx' does not exist. File '/tmp/project/apps/api/node_modules/helmet.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/helmet/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/helmet.ts' does not exist. File '/tmp/project/node_modules/helmet.tsx' does not exist. File '/tmp/project/node_modules/helmet.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './dist/types/index.d.ts' that references '/tmp/project/node_modules/helmet/dist/types/index.d.ts'. File '/tmp/project/node_modules/helmet/dist/types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/helmet/dist/types/index.d.ts', result '/tmp/project/node_modules/helmet/dist/types/index.d.ts'. ======== Module name 'helmet' was successfully resolved to '/tmp/project/node_modules/helmet/dist/types/index.d.ts' with Package ID 'helmet/dist/types/index.d.ts@5.1.1'. ======== ======== Resolving module './app.module' from '/tmp/project/apps/api/apps/api/src/main.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/app.module', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/app.module.ts' exist - use it as a name resolution result. ======== Module name './app.module' was successfully resolved to '/tmp/project/apps/api/apps/api/src/app.module.ts'. ======== ======== Resolving module 'private-environment' from '/tmp/project/apps/api/apps/api/src/main.ts'. ======== Resolution for module 'private-environment' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'private-environment' was successfully resolved to '/tmp/project/packages/private-environment/dist/index.d.ts' with Package ID 'private-environment/dist/index.d.ts@0.0.1'. ======== ======== Resolving module 'cookie-parser' from '/tmp/project/apps/api/apps/api/src/main.ts'. ======== Resolution for module 'cookie-parser' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'cookie-parser' was successfully resolved to '/tmp/project/node_modules/@types/cookie-parser/index.d.ts' with Package ID '@types/cookie-parser/index.d.ts@1.4.3'. ======== ======== Resolving module './winston' from '/tmp/project/apps/api/apps/api/src/main.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/winston', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/winston.ts' does not exist. File '/tmp/project/apps/api/apps/api/src/winston.tsx' does not exist. File '/tmp/project/apps/api/apps/api/src/winston.d.ts' does not exist. File '/tmp/project/apps/api/apps/api/src/winston/package.json' does not exist. File '/tmp/project/apps/api/apps/api/src/winston/index.ts' exist - use it as a name resolution result. ======== Module name './winston' was successfully resolved to '/tmp/project/apps/api/apps/api/src/winston/index.ts'. ======== ======== Resolving module 'winston' from '/tmp/project/apps/api/apps/api/src/main.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'winston'. 'paths' option is specified, looking for a pattern to match module name 'winston'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'winston'. Resolving module name 'winston' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/winston'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/winston', target file type 'TypeScript'. File '/tmp/project/apps/api/winston.ts' does not exist. File '/tmp/project/apps/api/winston.tsx' does not exist. File '/tmp/project/apps/api/winston.d.ts' does not exist. Directory '/tmp/project/apps/api/winston' does not exist, skipping all lookups in it. Loading module 'winston' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/winston.ts' does not exist. File '/tmp/project/apps/api/node_modules/winston.tsx' does not exist. File '/tmp/project/apps/api/node_modules/winston.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/winston/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/winston.ts' does not exist. File '/tmp/project/node_modules/winston.tsx' does not exist. File '/tmp/project/node_modules/winston.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './index.d.ts' that references '/tmp/project/node_modules/winston/index.d.ts'. File '/tmp/project/node_modules/winston/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/winston/index.d.ts', result '/tmp/project/node_modules/winston/index.d.ts'. ======== Module name 'winston' was successfully resolved to '/tmp/project/node_modules/winston/index.d.ts' with Package ID 'winston/index.d.ts@3.8.2'. ======== ======== Resolving module 'winston-loki' from '/tmp/project/apps/api/apps/api/src/main.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'winston-loki'. 'paths' option is specified, looking for a pattern to match module name 'winston-loki'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'winston-loki'. Resolving module name 'winston-loki' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/winston-loki'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/winston-loki', target file type 'TypeScript'. File '/tmp/project/apps/api/winston-loki.ts' does not exist. File '/tmp/project/apps/api/winston-loki.tsx' does not exist. File '/tmp/project/apps/api/winston-loki.d.ts' does not exist. Directory '/tmp/project/apps/api/winston-loki' does not exist, skipping all lookups in it. Loading module 'winston-loki' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/winston-loki.ts' does not exist. File '/tmp/project/apps/api/node_modules/winston-loki.tsx' does not exist. File '/tmp/project/apps/api/node_modules/winston-loki.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/winston-loki/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/winston-loki.ts' does not exist. File '/tmp/project/node_modules/winston-loki.tsx' does not exist. File '/tmp/project/node_modules/winston-loki.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/winston-loki/index.d.ts'. File '/tmp/project/node_modules/winston-loki/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/winston-loki/index.d.ts', result '/tmp/project/node_modules/winston-loki/index.d.ts'. ======== Module name 'winston-loki' was successfully resolved to '/tmp/project/node_modules/winston-loki/index.d.ts' with Package ID 'winston-loki/index.d.ts@6.0.6'. ======== ======== Resolving module './logging.middleware' from '/tmp/project/apps/api/apps/api/src/main.ts'. ======== Resolution for module './logging.middleware' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name './logging.middleware' was successfully resolved to '/tmp/project/apps/api/apps/api/src/logging.middleware.ts'. ======== ======== Resolving module 'express' from '/tmp/project/apps/api/apps/api/src/main.ts'. ======== Resolution for module 'express' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'express' was successfully resolved to '/tmp/project/node_modules/@types/express/index.d.ts' with Package ID '@types/express/index.d.ts@4.17.17'. ======== ======== Resolving module './redis.adapter' from '/tmp/project/apps/api/apps/api/src/main.ts'. ======== Resolution for module './redis.adapter' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name './redis.adapter' was successfully resolved to '/tmp/project/apps/api/apps/api/src/redis.adapter.ts'. ======== ======== Resolving module './exceptions.filter' from '/tmp/project/apps/api/apps/api/src/main.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/exceptions.filter', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/exceptions.filter.ts' exist - use it as a name resolution result. ======== Module name './exceptions.filter' was successfully resolved to '/tmp/project/apps/api/apps/api/src/exceptions.filter.ts'. ======== ======== Resolving module 'segfault-handler' from '/tmp/project/apps/api/apps/api/src/main.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'segfault-handler'. 'paths' option is specified, looking for a pattern to match module name 'segfault-handler'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'segfault-handler'. Resolving module name 'segfault-handler' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/segfault-handler'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/segfault-handler', target file type 'TypeScript'. File '/tmp/project/apps/api/segfault-handler.ts' does not exist. File '/tmp/project/apps/api/segfault-handler.tsx' does not exist. File '/tmp/project/apps/api/segfault-handler.d.ts' does not exist. Directory '/tmp/project/apps/api/segfault-handler' does not exist, skipping all lookups in it. Loading module 'segfault-handler' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/segfault-handler.ts' does not exist. File '/tmp/project/apps/api/node_modules/segfault-handler.tsx' does not exist. File '/tmp/project/apps/api/node_modules/segfault-handler.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/segfault-handler/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/segfault-handler.ts' does not exist. File '/tmp/project/node_modules/segfault-handler.tsx' does not exist. File '/tmp/project/node_modules/segfault-handler.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/segfault-handler/index.d.ts'. File '/tmp/project/node_modules/segfault-handler/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/segfault-handler/index.d.ts', result '/tmp/project/node_modules/segfault-handler/index.d.ts'. ======== Module name 'segfault-handler' was successfully resolved to '/tmp/project/node_modules/segfault-handler/index.d.ts' with Package ID 'segfault-handler/index.d.ts@1.3.0'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/helmet/dist/types/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/helmet/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/helmet/dist/types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/helmet/dist/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/helmet/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project'. ======== Module name 'http' was not resolved. ======== ======== Resolving module './middlewares/content-security-policy/index.js' from '/tmp/project/node_modules/helmet/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/helmet/dist/types/middlewares/content-security-policy/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/helmet/dist/types/middlewares/content-security-policy/index.js.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/content-security-policy/index.js.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/content-security-policy/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/helmet/dist/types/middlewares/content-security-policy/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/helmet/dist/types/middlewares/content-security-policy/index.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/content-security-policy/index.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/content-security-policy/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/helmet/package.json' exists according to earlier cached lookups. ======== Module name './middlewares/content-security-policy/index.js' was successfully resolved to '/tmp/project/node_modules/helmet/dist/types/middlewares/content-security-policy/index.d.ts' with Package ID 'helmet/dist/types/middlewares/content-security-policy/index.d.ts@5.1.1'. ======== ======== Resolving module './middlewares/cross-origin-embedder-policy/index.js' from '/tmp/project/node_modules/helmet/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-embedder-policy/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-embedder-policy/index.js.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-embedder-policy/index.js.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-embedder-policy/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-embedder-policy/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-embedder-policy/index.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-embedder-policy/index.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-embedder-policy/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/helmet/package.json' exists according to earlier cached lookups. ======== Module name './middlewares/cross-origin-embedder-policy/index.js' was successfully resolved to '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-embedder-policy/index.d.ts' with Package ID 'helmet/dist/types/middlewares/cross-origin-embedder-policy/index.d.ts@5.1.1'. ======== ======== Resolving module './middlewares/cross-origin-opener-policy/index.js' from '/tmp/project/node_modules/helmet/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-opener-policy/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-opener-policy/index.js.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-opener-policy/index.js.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-opener-policy/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-opener-policy/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-opener-policy/index.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-opener-policy/index.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-opener-policy/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/helmet/package.json' exists according to earlier cached lookups. ======== Module name './middlewares/cross-origin-opener-policy/index.js' was successfully resolved to '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-opener-policy/index.d.ts' with Package ID 'helmet/dist/types/middlewares/cross-origin-opener-policy/index.d.ts@5.1.1'. ======== ======== Resolving module './middlewares/cross-origin-resource-policy/index.js' from '/tmp/project/node_modules/helmet/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-resource-policy/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-resource-policy/index.js.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-resource-policy/index.js.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-resource-policy/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-resource-policy/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-resource-policy/index.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-resource-policy/index.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-resource-policy/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/helmet/package.json' exists according to earlier cached lookups. ======== Module name './middlewares/cross-origin-resource-policy/index.js' was successfully resolved to '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-resource-policy/index.d.ts' with Package ID 'helmet/dist/types/middlewares/cross-origin-resource-policy/index.d.ts@5.1.1'. ======== ======== Resolving module './middlewares/expect-ct/index.js' from '/tmp/project/node_modules/helmet/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/helmet/dist/types/middlewares/expect-ct/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/helmet/dist/types/middlewares/expect-ct/index.js.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/expect-ct/index.js.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/expect-ct/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/helmet/dist/types/middlewares/expect-ct/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/helmet/dist/types/middlewares/expect-ct/index.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/expect-ct/index.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/expect-ct/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/helmet/package.json' exists according to earlier cached lookups. ======== Module name './middlewares/expect-ct/index.js' was successfully resolved to '/tmp/project/node_modules/helmet/dist/types/middlewares/expect-ct/index.d.ts' with Package ID 'helmet/dist/types/middlewares/expect-ct/index.d.ts@5.1.1'. ======== ======== Resolving module './middlewares/origin-agent-cluster/index.js' from '/tmp/project/node_modules/helmet/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/helmet/dist/types/middlewares/origin-agent-cluster/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/helmet/dist/types/middlewares/origin-agent-cluster/index.js.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/origin-agent-cluster/index.js.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/origin-agent-cluster/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/helmet/dist/types/middlewares/origin-agent-cluster/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/helmet/dist/types/middlewares/origin-agent-cluster/index.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/origin-agent-cluster/index.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/origin-agent-cluster/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/helmet/package.json' exists according to earlier cached lookups. ======== Module name './middlewares/origin-agent-cluster/index.js' was successfully resolved to '/tmp/project/node_modules/helmet/dist/types/middlewares/origin-agent-cluster/index.d.ts' with Package ID 'helmet/dist/types/middlewares/origin-agent-cluster/index.d.ts@5.1.1'. ======== ======== Resolving module './middlewares/referrer-policy/index.js' from '/tmp/project/node_modules/helmet/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/helmet/dist/types/middlewares/referrer-policy/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/helmet/dist/types/middlewares/referrer-policy/index.js.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/referrer-policy/index.js.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/referrer-policy/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/helmet/dist/types/middlewares/referrer-policy/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/helmet/dist/types/middlewares/referrer-policy/index.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/referrer-policy/index.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/referrer-policy/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/helmet/package.json' exists according to earlier cached lookups. ======== Module name './middlewares/referrer-policy/index.js' was successfully resolved to '/tmp/project/node_modules/helmet/dist/types/middlewares/referrer-policy/index.d.ts' with Package ID 'helmet/dist/types/middlewares/referrer-policy/index.d.ts@5.1.1'. ======== ======== Resolving module './middlewares/strict-transport-security/index.js' from '/tmp/project/node_modules/helmet/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/helmet/dist/types/middlewares/strict-transport-security/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/helmet/dist/types/middlewares/strict-transport-security/index.js.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/strict-transport-security/index.js.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/strict-transport-security/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/helmet/dist/types/middlewares/strict-transport-security/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/helmet/dist/types/middlewares/strict-transport-security/index.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/strict-transport-security/index.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/strict-transport-security/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/helmet/package.json' exists according to earlier cached lookups. ======== Module name './middlewares/strict-transport-security/index.js' was successfully resolved to '/tmp/project/node_modules/helmet/dist/types/middlewares/strict-transport-security/index.d.ts' with Package ID 'helmet/dist/types/middlewares/strict-transport-security/index.d.ts@5.1.1'. ======== ======== Resolving module './middlewares/x-content-type-options/index.js' from '/tmp/project/node_modules/helmet/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/helmet/dist/types/middlewares/x-content-type-options/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-content-type-options/index.js.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-content-type-options/index.js.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-content-type-options/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/helmet/dist/types/middlewares/x-content-type-options/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-content-type-options/index.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-content-type-options/index.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-content-type-options/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/helmet/package.json' exists according to earlier cached lookups. ======== Module name './middlewares/x-content-type-options/index.js' was successfully resolved to '/tmp/project/node_modules/helmet/dist/types/middlewares/x-content-type-options/index.d.ts' with Package ID 'helmet/dist/types/middlewares/x-content-type-options/index.d.ts@5.1.1'. ======== ======== Resolving module './middlewares/x-dns-prefetch-control/index.js' from '/tmp/project/node_modules/helmet/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/helmet/dist/types/middlewares/x-dns-prefetch-control/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-dns-prefetch-control/index.js.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-dns-prefetch-control/index.js.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-dns-prefetch-control/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/helmet/dist/types/middlewares/x-dns-prefetch-control/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-dns-prefetch-control/index.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-dns-prefetch-control/index.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-dns-prefetch-control/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/helmet/package.json' exists according to earlier cached lookups. ======== Module name './middlewares/x-dns-prefetch-control/index.js' was successfully resolved to '/tmp/project/node_modules/helmet/dist/types/middlewares/x-dns-prefetch-control/index.d.ts' with Package ID 'helmet/dist/types/middlewares/x-dns-prefetch-control/index.d.ts@5.1.1'. ======== ======== Resolving module './middlewares/x-download-options/index.js' from '/tmp/project/node_modules/helmet/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/helmet/dist/types/middlewares/x-download-options/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-download-options/index.js.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-download-options/index.js.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-download-options/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/helmet/dist/types/middlewares/x-download-options/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-download-options/index.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-download-options/index.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-download-options/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/helmet/package.json' exists according to earlier cached lookups. ======== Module name './middlewares/x-download-options/index.js' was successfully resolved to '/tmp/project/node_modules/helmet/dist/types/middlewares/x-download-options/index.d.ts' with Package ID 'helmet/dist/types/middlewares/x-download-options/index.d.ts@5.1.1'. ======== ======== Resolving module './middlewares/x-frame-options/index.js' from '/tmp/project/node_modules/helmet/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/helmet/dist/types/middlewares/x-frame-options/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-frame-options/index.js.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-frame-options/index.js.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-frame-options/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/helmet/dist/types/middlewares/x-frame-options/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-frame-options/index.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-frame-options/index.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-frame-options/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/helmet/package.json' exists according to earlier cached lookups. ======== Module name './middlewares/x-frame-options/index.js' was successfully resolved to '/tmp/project/node_modules/helmet/dist/types/middlewares/x-frame-options/index.d.ts' with Package ID 'helmet/dist/types/middlewares/x-frame-options/index.d.ts@5.1.1'. ======== ======== Resolving module './middlewares/x-permitted-cross-domain-policies/index.js' from '/tmp/project/node_modules/helmet/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/helmet/dist/types/middlewares/x-permitted-cross-domain-policies/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-permitted-cross-domain-policies/index.js.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-permitted-cross-domain-policies/index.js.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-permitted-cross-domain-policies/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/helmet/dist/types/middlewares/x-permitted-cross-domain-policies/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-permitted-cross-domain-policies/index.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-permitted-cross-domain-policies/index.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-permitted-cross-domain-policies/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/helmet/package.json' exists according to earlier cached lookups. ======== Module name './middlewares/x-permitted-cross-domain-policies/index.js' was successfully resolved to '/tmp/project/node_modules/helmet/dist/types/middlewares/x-permitted-cross-domain-policies/index.d.ts' with Package ID 'helmet/dist/types/middlewares/x-permitted-cross-domain-policies/index.d.ts@5.1.1'. ======== ======== Resolving module './middlewares/x-powered-by/index.js' from '/tmp/project/node_modules/helmet/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/helmet/dist/types/middlewares/x-powered-by/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-powered-by/index.js.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-powered-by/index.js.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-powered-by/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/helmet/dist/types/middlewares/x-powered-by/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-powered-by/index.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-powered-by/index.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-powered-by/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/helmet/package.json' exists according to earlier cached lookups. ======== Module name './middlewares/x-powered-by/index.js' was successfully resolved to '/tmp/project/node_modules/helmet/dist/types/middlewares/x-powered-by/index.d.ts' with Package ID 'helmet/dist/types/middlewares/x-powered-by/index.d.ts@5.1.1'. ======== ======== Resolving module './middlewares/x-xss-protection/index.js' from '/tmp/project/node_modules/helmet/dist/types/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/helmet/dist/types/middlewares/x-xss-protection/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-xss-protection/index.js.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-xss-protection/index.js.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-xss-protection/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/helmet/dist/types/middlewares/x-xss-protection/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-xss-protection/index.ts' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-xss-protection/index.tsx' does not exist. File '/tmp/project/node_modules/helmet/dist/types/middlewares/x-xss-protection/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/helmet/package.json' exists according to earlier cached lookups. ======== Module name './middlewares/x-xss-protection/index.js' was successfully resolved to '/tmp/project/node_modules/helmet/dist/types/middlewares/x-xss-protection/index.d.ts' with Package ID 'helmet/dist/types/middlewares/x-xss-protection/index.d.ts@5.1.1'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/helmet/dist/types/middlewares/content-security-policy/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/helmet/dist/types/middlewares/content-security-policy/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/helmet/dist/types/middlewares/content-security-policy/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/helmet/dist/types/middlewares/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/helmet/dist/types'. ======== Module name 'http' was not resolved. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-embedder-policy/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-embedder-policy/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/helmet/dist/types/middlewares'. ======== Module name 'http' was not resolved. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-opener-policy/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-opener-policy/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/helmet/dist/types/middlewares'. ======== Module name 'http' was not resolved. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-resource-policy/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/helmet/dist/types/middlewares/cross-origin-resource-policy/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/helmet/dist/types/middlewares'. ======== Module name 'http' was not resolved. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/helmet/dist/types/middlewares/expect-ct/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/helmet/dist/types/middlewares/expect-ct/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/helmet/dist/types/middlewares'. ======== Module name 'http' was not resolved. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/helmet/dist/types/middlewares/origin-agent-cluster/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/helmet/dist/types/middlewares/origin-agent-cluster/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/helmet/dist/types/middlewares'. ======== Module name 'http' was not resolved. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/helmet/dist/types/middlewares/referrer-policy/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/helmet/dist/types/middlewares/referrer-policy/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/helmet/dist/types/middlewares'. ======== Module name 'http' was not resolved. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/helmet/dist/types/middlewares/strict-transport-security/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/helmet/dist/types/middlewares/strict-transport-security/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/helmet/dist/types/middlewares'. ======== Module name 'http' was not resolved. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/helmet/dist/types/middlewares/x-content-type-options/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/helmet/dist/types/middlewares/x-content-type-options/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/helmet/dist/types/middlewares'. ======== Module name 'http' was not resolved. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/helmet/dist/types/middlewares/x-dns-prefetch-control/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/helmet/dist/types/middlewares/x-dns-prefetch-control/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/helmet/dist/types/middlewares'. ======== Module name 'http' was not resolved. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/helmet/dist/types/middlewares/x-download-options/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/helmet/dist/types/middlewares/x-download-options/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/helmet/dist/types/middlewares'. ======== Module name 'http' was not resolved. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/helmet/dist/types/middlewares/x-frame-options/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/helmet/dist/types/middlewares/x-frame-options/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/helmet/dist/types/middlewares'. ======== Module name 'http' was not resolved. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/helmet/dist/types/middlewares/x-permitted-cross-domain-policies/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/helmet/dist/types/middlewares/x-permitted-cross-domain-policies/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/helmet/dist/types/middlewares'. ======== Module name 'http' was not resolved. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/helmet/dist/types/middlewares/x-powered-by/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/helmet/dist/types/middlewares/x-powered-by/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/helmet/dist/types/middlewares'. ======== Module name 'http' was not resolved. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/helmet/dist/types/middlewares/x-xss-protection/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/helmet/dist/types/middlewares/x-xss-protection/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/helmet/dist/types/middlewares'. ======== Module name 'http' was not resolved. ======== ======== Resolving module './winston.classes' from '/tmp/project/apps/api/apps/api/src/winston/index.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/winston/winston.classes', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/winston/winston.classes.ts' exist - use it as a name resolution result. ======== Module name './winston.classes' was successfully resolved to '/tmp/project/apps/api/apps/api/src/winston/winston.classes.ts'. ======== ======== Resolving module './winston.constants' from '/tmp/project/apps/api/apps/api/src/winston/index.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/winston/winston.constants', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/winston/winston.constants.ts' exist - use it as a name resolution result. ======== Module name './winston.constants' was successfully resolved to '/tmp/project/apps/api/apps/api/src/winston/winston.constants.ts'. ======== ======== Resolving module './winston.interfaces' from '/tmp/project/apps/api/apps/api/src/winston/index.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/winston/winston.interfaces', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/winston/winston.interfaces.ts' exist - use it as a name resolution result. ======== Module name './winston.interfaces' was successfully resolved to '/tmp/project/apps/api/apps/api/src/winston/winston.interfaces.ts'. ======== ======== Resolving module './winston.module' from '/tmp/project/apps/api/apps/api/src/winston/index.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/winston/winston.module', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/winston/winston.module.ts' exist - use it as a name resolution result. ======== Module name './winston.module' was successfully resolved to '/tmp/project/apps/api/apps/api/src/winston/winston.module.ts'. ======== ======== Resolving module './winston.utilities' from '/tmp/project/apps/api/apps/api/src/winston/index.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/winston/winston.utilities', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/winston/winston.utilities.ts' exist - use it as a name resolution result. ======== Module name './winston.utilities' was successfully resolved to '/tmp/project/apps/api/apps/api/src/winston/winston.utilities.ts'. ======== ======== Resolving module 'winston' from '/tmp/project/apps/api/apps/api/src/winston/winston.classes.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'winston'. 'paths' option is specified, looking for a pattern to match module name 'winston'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'winston'. Resolving module name 'winston' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/winston'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/winston', target file type 'TypeScript'. File '/tmp/project/apps/api/winston.ts' does not exist. File '/tmp/project/apps/api/winston.tsx' does not exist. File '/tmp/project/apps/api/winston.d.ts' does not exist. Directory '/tmp/project/apps/api/winston' does not exist, skipping all lookups in it. Loading module 'winston' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/winston/node_modules' does not exist, skipping all lookups in it. Resolution for module 'winston' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name 'winston' was successfully resolved to '/tmp/project/node_modules/winston/index.d.ts' with Package ID 'winston/index.d.ts@3.8.2'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/winston/winston.classes.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common'. Resolving module name '@nestjs/common' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common', target file type 'TypeScript'. Loading module '@nestjs/common' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/winston/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common' Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/winston/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'stream' from '/tmp/project/node_modules/winston/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. 'paths' option is specified, looking for a pattern to match module name 'stream'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. Resolving module name 'stream' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/stream'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/stream', target file type 'TypeScript'. File '/tmp/project/apps/api/stream.ts' does not exist. File '/tmp/project/apps/api/stream.tsx' does not exist. File '/tmp/project/apps/api/stream.d.ts' does not exist. Directory '/tmp/project/apps/api/stream' does not exist, skipping all lookups in it. Loading module 'stream' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/winston/node_modules' does not exist, skipping all lookups in it. Resolution for module 'stream' was found in cache from location '/tmp/project'. ======== Module name 'stream' was not resolved. ======== ======== Resolving module 'logform' from '/tmp/project/node_modules/winston/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'logform'. 'paths' option is specified, looking for a pattern to match module name 'logform'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'logform'. Resolving module name 'logform' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/logform'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/logform', target file type 'TypeScript'. File '/tmp/project/apps/api/logform.ts' does not exist. File '/tmp/project/apps/api/logform.tsx' does not exist. File '/tmp/project/apps/api/logform.d.ts' does not exist. Directory '/tmp/project/apps/api/logform' does not exist, skipping all lookups in it. Loading module 'logform' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/winston/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/logform/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/logform.ts' does not exist. File '/tmp/project/node_modules/logform.tsx' does not exist. File '/tmp/project/node_modules/logform.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './index.d.ts' that references '/tmp/project/node_modules/logform/index.d.ts'. File '/tmp/project/node_modules/logform/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/logform/index.d.ts', result '/tmp/project/node_modules/logform/index.d.ts'. ======== Module name 'logform' was successfully resolved to '/tmp/project/node_modules/logform/index.d.ts' with Package ID 'logform/index.d.ts@2.5.1'. ======== ======== Resolving module 'winston-transport' from '/tmp/project/node_modules/winston/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'winston-transport'. 'paths' option is specified, looking for a pattern to match module name 'winston-transport'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'winston-transport'. Resolving module name 'winston-transport' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/winston-transport'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/winston-transport', target file type 'TypeScript'. File '/tmp/project/apps/api/winston-transport.ts' does not exist. File '/tmp/project/apps/api/winston-transport.tsx' does not exist. File '/tmp/project/apps/api/winston-transport.d.ts' does not exist. Directory '/tmp/project/apps/api/winston-transport' does not exist, skipping all lookups in it. Loading module 'winston-transport' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/winston/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/winston-transport/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/winston-transport.ts' does not exist. File '/tmp/project/node_modules/winston-transport.tsx' does not exist. File '/tmp/project/node_modules/winston-transport.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'index.js' that references '/tmp/project/node_modules/winston-transport/index.js'. File '/tmp/project/node_modules/winston-transport/index.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/winston-transport/index.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/winston-transport/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/winston-transport/index.js.ts' does not exist. File '/tmp/project/node_modules/winston-transport/index.js.tsx' does not exist. File '/tmp/project/node_modules/winston-transport/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/winston-transport/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/winston-transport/index.ts' does not exist. File '/tmp/project/node_modules/winston-transport/index.tsx' does not exist. File '/tmp/project/node_modules/winston-transport/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/winston-transport/index.d.ts', result '/tmp/project/node_modules/winston-transport/index.d.ts'. ======== Module name 'winston-transport' was successfully resolved to '/tmp/project/node_modules/winston-transport/index.d.ts' with Package ID 'winston-transport/index.d.ts@4.5.0'. ======== ======== Resolving module './lib/winston/config/index' from '/tmp/project/node_modules/winston/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/winston/lib/winston/config/index', target file type 'TypeScript'. File '/tmp/project/node_modules/winston/lib/winston/config/index.ts' does not exist. File '/tmp/project/node_modules/winston/lib/winston/config/index.tsx' does not exist. File '/tmp/project/node_modules/winston/lib/winston/config/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/winston/package.json' exists according to earlier cached lookups. ======== Module name './lib/winston/config/index' was successfully resolved to '/tmp/project/node_modules/winston/lib/winston/config/index.d.ts' with Package ID 'winston/lib/winston/config/index.d.ts@3.8.2'. ======== ======== Resolving module './lib/winston/transports/index' from '/tmp/project/node_modules/winston/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/winston/lib/winston/transports/index', target file type 'TypeScript'. File '/tmp/project/node_modules/winston/lib/winston/transports/index.ts' does not exist. File '/tmp/project/node_modules/winston/lib/winston/transports/index.tsx' does not exist. File '/tmp/project/node_modules/winston/lib/winston/transports/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/winston/package.json' exists according to earlier cached lookups. ======== Module name './lib/winston/transports/index' was successfully resolved to '/tmp/project/node_modules/winston/lib/winston/transports/index.d.ts' with Package ID 'winston/lib/winston/transports/index.d.ts@3.8.2'. ======== ======== Resolving module 'triple-beam' from '/tmp/project/node_modules/logform/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'triple-beam'. 'paths' option is specified, looking for a pattern to match module name 'triple-beam'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'triple-beam'. Resolving module name 'triple-beam' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/triple-beam'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/triple-beam', target file type 'TypeScript'. File '/tmp/project/apps/api/triple-beam.ts' does not exist. File '/tmp/project/apps/api/triple-beam.tsx' does not exist. File '/tmp/project/apps/api/triple-beam.d.ts' does not exist. Directory '/tmp/project/apps/api/triple-beam' does not exist, skipping all lookups in it. Loading module 'triple-beam' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/logform/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/triple-beam/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/triple-beam.ts' does not exist. File '/tmp/project/node_modules/triple-beam.tsx' does not exist. File '/tmp/project/node_modules/triple-beam.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'index.js' that references '/tmp/project/node_modules/triple-beam/index.js'. File '/tmp/project/node_modules/triple-beam/index.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/triple-beam/index.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/triple-beam/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/triple-beam/index.js.ts' does not exist. File '/tmp/project/node_modules/triple-beam/index.js.tsx' does not exist. File '/tmp/project/node_modules/triple-beam/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/triple-beam/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/triple-beam/index.ts' does not exist. File '/tmp/project/node_modules/triple-beam/index.tsx' does not exist. File '/tmp/project/node_modules/triple-beam/index.d.ts' does not exist. Directory '/tmp/project/node_modules/triple-beam/index.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/triple-beam/index.ts' does not exist. File '/tmp/project/node_modules/triple-beam/index.tsx' does not exist. File '/tmp/project/node_modules/triple-beam/index.d.ts' does not exist. Found 'package.json' at '/tmp/project/node_modules/@types/triple-beam/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@types/triple-beam.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/triple-beam/index.d.ts'. File '/tmp/project/node_modules/@types/triple-beam/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/triple-beam/index.d.ts', result '/tmp/project/node_modules/@types/triple-beam/index.d.ts'. ======== Module name 'triple-beam' was successfully resolved to '/tmp/project/node_modules/@types/triple-beam/index.d.ts' with Package ID '@types/triple-beam/index.d.ts@1.3.2'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/winston-transport/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'stream' from '/tmp/project/node_modules/winston-transport/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. 'paths' option is specified, looking for a pattern to match module name 'stream'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. Resolving module name 'stream' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/stream'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/stream', target file type 'TypeScript'. File '/tmp/project/apps/api/stream.ts' does not exist. File '/tmp/project/apps/api/stream.tsx' does not exist. File '/tmp/project/apps/api/stream.d.ts' does not exist. Directory '/tmp/project/apps/api/stream' does not exist, skipping all lookups in it. Loading module 'stream' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/winston-transport/node_modules' does not exist, skipping all lookups in it. Resolution for module 'stream' was found in cache from location '/tmp/project'. ======== Module name 'stream' was not resolved. ======== ======== Resolving module 'logform' from '/tmp/project/node_modules/winston-transport/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'logform'. 'paths' option is specified, looking for a pattern to match module name 'logform'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'logform'. Resolving module name 'logform' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/logform'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/logform', target file type 'TypeScript'. File '/tmp/project/apps/api/logform.ts' does not exist. File '/tmp/project/apps/api/logform.tsx' does not exist. File '/tmp/project/apps/api/logform.d.ts' does not exist. Directory '/tmp/project/apps/api/logform' does not exist, skipping all lookups in it. Loading module 'logform' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/winston-transport/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/logform/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/logform.ts' does not exist. File '/tmp/project/node_modules/logform.tsx' does not exist. File '/tmp/project/node_modules/logform.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './index.d.ts' that references '/tmp/project/node_modules/logform/index.d.ts'. File '/tmp/project/node_modules/logform/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/logform/index.d.ts', result '/tmp/project/node_modules/logform/index.d.ts'. ======== Module name 'logform' was successfully resolved to '/tmp/project/node_modules/logform/index.d.ts' with Package ID 'logform/index.d.ts@2.5.1'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/winston/lib/winston/config/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/winston/lib/winston/transports/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/winston/lib/winston/transports/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/winston/lib/winston/transports/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/winston/lib/winston/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/winston/lib/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/winston/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project'. ======== Module name 'http' was not resolved. ======== ======== Resolving module 'winston-transport' from '/tmp/project/node_modules/winston/lib/winston/transports/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'winston-transport'. 'paths' option is specified, looking for a pattern to match module name 'winston-transport'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'winston-transport'. Resolving module name 'winston-transport' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/winston-transport'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/winston-transport', target file type 'TypeScript'. File '/tmp/project/apps/api/winston-transport.ts' does not exist. File '/tmp/project/apps/api/winston-transport.tsx' does not exist. File '/tmp/project/apps/api/winston-transport.d.ts' does not exist. Directory '/tmp/project/apps/api/winston-transport' does not exist, skipping all lookups in it. Loading module 'winston-transport' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/winston/lib/winston/transports/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/winston/lib/winston/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/winston/lib/node_modules' does not exist, skipping all lookups in it. Resolution for module 'winston-transport' was found in cache from location '/tmp/project/node_modules/winston'. ======== Module name 'winston-transport' was successfully resolved to '/tmp/project/node_modules/winston-transport/index.d.ts' with Package ID 'winston-transport/index.d.ts@4.5.0'. ======== ======== Resolving module 'winston' from '/tmp/project/apps/api/apps/api/src/winston/winston.interfaces.ts'. ======== Resolution for module 'winston' was found in cache from location '/tmp/project/apps/api/apps/api/src/winston'. ======== Module name 'winston' was successfully resolved to '/tmp/project/node_modules/winston/index.d.ts' with Package ID 'winston/index.d.ts@3.8.2'. ======== ======== Resolving module '@nestjs/common/interfaces' from '/tmp/project/apps/api/apps/api/src/winston/winston.interfaces.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces'. 'paths' option is specified, looking for a pattern to match module name '@nestjs/common/interfaces'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@nestjs/common/interfaces'. Resolving module name '@nestjs/common/interfaces' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@nestjs/common/interfaces'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@nestjs/common/interfaces', target file type 'TypeScript'. Loading module '@nestjs/common/interfaces' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/winston/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces' Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces' Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces' Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces' Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces' Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'nestjs__common/interfaces' File '/tmp/project/node_modules/@nestjs/common/interfaces/package.json' does not exist according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@nestjs/common/interfaces.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' does not have a 'main' field. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.ts' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.tsx' does not exist. File '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts', result '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts'. ======== Module name '@nestjs/common/interfaces' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/interfaces/index.d.ts' with Package ID '@nestjs/common/interfaces/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/winston/winston.interfaces.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/winston'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/winston/winston.module.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/winston'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './winston.interfaces' from '/tmp/project/apps/api/apps/api/src/winston/winston.module.ts'. ======== Resolution for module './winston.interfaces' was found in cache from location '/tmp/project/apps/api/apps/api/src/winston'. ======== Module name './winston.interfaces' was successfully resolved to '/tmp/project/apps/api/apps/api/src/winston/winston.interfaces.ts'. ======== ======== Resolving module './winston.providers' from '/tmp/project/apps/api/apps/api/src/winston/winston.module.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/apps/api/src/winston/winston.providers', target file type 'TypeScript'. File '/tmp/project/apps/api/apps/api/src/winston/winston.providers.ts' exist - use it as a name resolution result. ======== Module name './winston.providers' was successfully resolved to '/tmp/project/apps/api/apps/api/src/winston/winston.providers.ts'. ======== ======== Resolving module 'winston' from '/tmp/project/apps/api/apps/api/src/winston/winston.providers.ts'. ======== Resolution for module 'winston' was found in cache from location '/tmp/project/apps/api/apps/api/src/winston'. ======== Module name 'winston' was successfully resolved to '/tmp/project/node_modules/winston/index.d.ts' with Package ID 'winston/index.d.ts@3.8.2'. ======== ======== Resolving module '@nestjs/common' from '/tmp/project/apps/api/apps/api/src/winston/winston.providers.ts'. ======== Resolution for module '@nestjs/common' was found in cache from location '/tmp/project/apps/api/apps/api/src/winston'. ======== Module name '@nestjs/common' was successfully resolved to '/tmp/project/node_modules/@nestjs/common/index.d.ts' with Package ID '@nestjs/common/index.d.ts@9.3.10'. ======== ======== Resolving module './winston.constants' from '/tmp/project/apps/api/apps/api/src/winston/winston.providers.ts'. ======== Resolution for module './winston.constants' was found in cache from location '/tmp/project/apps/api/apps/api/src/winston'. ======== Module name './winston.constants' was successfully resolved to '/tmp/project/apps/api/apps/api/src/winston/winston.constants.ts'. ======== ======== Resolving module './winston.interfaces' from '/tmp/project/apps/api/apps/api/src/winston/winston.providers.ts'. ======== Resolution for module './winston.interfaces' was found in cache from location '/tmp/project/apps/api/apps/api/src/winston'. ======== Module name './winston.interfaces' was successfully resolved to '/tmp/project/apps/api/apps/api/src/winston/winston.interfaces.ts'. ======== ======== Resolving module './winston.classes' from '/tmp/project/apps/api/apps/api/src/winston/winston.providers.ts'. ======== Resolution for module './winston.classes' was found in cache from location '/tmp/project/apps/api/apps/api/src/winston'. ======== Module name './winston.classes' was successfully resolved to '/tmp/project/apps/api/apps/api/src/winston/winston.classes.ts'. ======== ======== Resolving module 'logform' from '/tmp/project/apps/api/apps/api/src/winston/winston.utilities.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'logform'. 'paths' option is specified, looking for a pattern to match module name 'logform'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'logform'. Resolving module name 'logform' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/logform'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/logform', target file type 'TypeScript'. File '/tmp/project/apps/api/logform.ts' does not exist. File '/tmp/project/apps/api/logform.tsx' does not exist. File '/tmp/project/apps/api/logform.d.ts' does not exist. Directory '/tmp/project/apps/api/logform' does not exist, skipping all lookups in it. Loading module 'logform' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/winston/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/logform.ts' does not exist. File '/tmp/project/apps/api/node_modules/logform.tsx' does not exist. File '/tmp/project/apps/api/node_modules/logform.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/logform/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/logform.ts' does not exist. File '/tmp/project/node_modules/logform.tsx' does not exist. File '/tmp/project/node_modules/logform.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './index.d.ts' that references '/tmp/project/node_modules/logform/index.d.ts'. File '/tmp/project/node_modules/logform/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/logform/index.d.ts', result '/tmp/project/node_modules/logform/index.d.ts'. ======== Module name 'logform' was successfully resolved to '/tmp/project/node_modules/logform/index.d.ts' with Package ID 'logform/index.d.ts@2.5.1'. ======== ======== Resolving module './winston.interfaces' from '/tmp/project/apps/api/apps/api/src/winston/winston.utilities.ts'. ======== Resolution for module './winston.interfaces' was found in cache from location '/tmp/project/apps/api/apps/api/src/winston'. ======== Module name './winston.interfaces' was successfully resolved to '/tmp/project/apps/api/apps/api/src/winston/winston.interfaces.ts'. ======== ======== Resolving module 'winston' from '/tmp/project/apps/api/apps/api/src/winston/winston.utilities.ts'. ======== Resolution for module 'winston' was found in cache from location '/tmp/project/apps/api/apps/api/src/winston'. ======== Module name 'winston' was successfully resolved to '/tmp/project/node_modules/winston/index.d.ts' with Package ID 'winston/index.d.ts@3.8.2'. ======== ======== Resolving module 'util' from '/tmp/project/apps/api/apps/api/src/winston/winston.utilities.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'util'. 'paths' option is specified, looking for a pattern to match module name 'util'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'util'. Resolving module name 'util' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/util'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/util', target file type 'TypeScript'. File '/tmp/project/apps/api/util.ts' does not exist. File '/tmp/project/apps/api/util.tsx' does not exist. File '/tmp/project/apps/api/util.d.ts' does not exist. Directory '/tmp/project/apps/api/util' does not exist, skipping all lookups in it. Loading module 'util' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/winston/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/util.ts' does not exist. File '/tmp/project/apps/api/node_modules/util.tsx' does not exist. File '/tmp/project/apps/api/node_modules/util.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/util.ts' does not exist. File '/tmp/project/node_modules/util.tsx' does not exist. File '/tmp/project/node_modules/util.d.ts' does not exist. File '/tmp/project/node_modules/@types/util.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'util'. 'paths' option is specified, looking for a pattern to match module name 'util'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'util'. Resolving module name 'util' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/util'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/util', target file type 'JavaScript'. File '/tmp/project/apps/api/util.js' does not exist. File '/tmp/project/apps/api/util.jsx' does not exist. Directory '/tmp/project/apps/api/util' does not exist, skipping all lookups in it. Loading module 'util' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/apps/api/apps/api/src/winston/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/util.js' does not exist. File '/tmp/project/apps/api/node_modules/util.jsx' does not exist. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/util.js' does not exist. File '/tmp/project/node_modules/util.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'util'. 'paths' option is specified, looking for a pattern to match module name 'util'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'util'. Resolving module name 'util' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/util'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/util', target file type 'Json'. Directory '/tmp/project/apps/api/util' does not exist, skipping all lookups in it. Loading module 'util' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/apps/api/apps/api/src/winston/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'util' was not resolved. ======== ======== Resolving module 'fast-safe-stringify' from '/tmp/project/apps/api/apps/api/src/winston/winston.utilities.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'fast-safe-stringify'. 'paths' option is specified, looking for a pattern to match module name 'fast-safe-stringify'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'fast-safe-stringify'. Resolving module name 'fast-safe-stringify' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/fast-safe-stringify'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/fast-safe-stringify', target file type 'TypeScript'. File '/tmp/project/apps/api/fast-safe-stringify.ts' does not exist. File '/tmp/project/apps/api/fast-safe-stringify.tsx' does not exist. File '/tmp/project/apps/api/fast-safe-stringify.d.ts' does not exist. Directory '/tmp/project/apps/api/fast-safe-stringify' does not exist, skipping all lookups in it. Loading module 'fast-safe-stringify' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/apps/api/apps/api/src/winston/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/api/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/api/apps/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/apps/api/node_modules/fast-safe-stringify.ts' does not exist. File '/tmp/project/apps/api/node_modules/fast-safe-stringify.tsx' does not exist. File '/tmp/project/apps/api/node_modules/fast-safe-stringify.d.ts' does not exist. Directory '/tmp/project/apps/api/node_modules/@types' does not exist, skipping all lookups in it. Directory '/tmp/project/apps/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/fast-safe-stringify/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/fast-safe-stringify.ts' does not exist. File '/tmp/project/node_modules/fast-safe-stringify.tsx' does not exist. File '/tmp/project/node_modules/fast-safe-stringify.d.ts' does not exist. 'package.json' has 'typings' field 'index' that references '/tmp/project/node_modules/fast-safe-stringify/index'. File '/tmp/project/node_modules/fast-safe-stringify/index' does not exist. Loading module as file / folder, candidate module location '/tmp/project/node_modules/fast-safe-stringify/index', target file type 'TypeScript'. File '/tmp/project/node_modules/fast-safe-stringify/index.ts' does not exist. File '/tmp/project/node_modules/fast-safe-stringify/index.tsx' does not exist. File '/tmp/project/node_modules/fast-safe-stringify/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/fast-safe-stringify/index.d.ts', result '/tmp/project/node_modules/fast-safe-stringify/index.d.ts'. ======== Module name 'fast-safe-stringify' was successfully resolved to '/tmp/project/node_modules/fast-safe-stringify/index.d.ts' with Package ID 'fast-safe-stringify/index.d.ts@2.1.1'. ======== ======== Resolving module 'winston-transport' from '/tmp/project/node_modules/winston-loki/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'winston-transport'. 'paths' option is specified, looking for a pattern to match module name 'winston-transport'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'winston-transport'. Resolving module name 'winston-transport' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/winston-transport'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/winston-transport', target file type 'TypeScript'. File '/tmp/project/apps/api/winston-transport.ts' does not exist. File '/tmp/project/apps/api/winston-transport.tsx' does not exist. File '/tmp/project/apps/api/winston-transport.d.ts' does not exist. Directory '/tmp/project/apps/api/winston-transport' does not exist, skipping all lookups in it. Loading module 'winston-transport' from 'node_modules' folder, target file type 'TypeScript'. File '/tmp/project/node_modules/winston-loki/node_modules/winston-transport.ts' does not exist. File '/tmp/project/node_modules/winston-loki/node_modules/winston-transport.tsx' does not exist. File '/tmp/project/node_modules/winston-loki/node_modules/winston-transport.d.ts' does not exist. Directory '/tmp/project/node_modules/winston-loki/node_modules/@types' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/winston-transport/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/winston-transport.ts' does not exist. File '/tmp/project/node_modules/winston-transport.tsx' does not exist. File '/tmp/project/node_modules/winston-transport.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'index.js' that references '/tmp/project/node_modules/winston-transport/index.js'. File '/tmp/project/node_modules/winston-transport/index.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/winston-transport/index.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/winston-transport/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/winston-transport/index.js.ts' does not exist. File '/tmp/project/node_modules/winston-transport/index.js.tsx' does not exist. File '/tmp/project/node_modules/winston-transport/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/winston-transport/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/winston-transport/index.ts' does not exist. File '/tmp/project/node_modules/winston-transport/index.tsx' does not exist. File '/tmp/project/node_modules/winston-transport/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/winston-transport/index.d.ts', result '/tmp/project/node_modules/winston-transport/index.d.ts'. ======== Module name 'winston-transport' was successfully resolved to '/tmp/project/node_modules/winston-transport/index.d.ts' with Package ID 'winston-transport/index.d.ts@4.5.0'. ======== ======== Resolving type reference directive 'async-exit-hook', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/async-exit-hook/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/async-exit-hook/index.d.ts'. File '/tmp/project/node_modules/@types/async-exit-hook/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/async-exit-hook/index.d.ts', result '/tmp/project/node_modules/@types/async-exit-hook/index.d.ts'. ======== Type reference directive 'async-exit-hook' was successfully resolved to '/tmp/project/node_modules/@types/async-exit-hook/index.d.ts' with Package ID '@types/async-exit-hook/index.d.ts@2.0.0', primary: true. ======== ======== Resolving type reference directive 'babel__core', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/babel__core/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/babel__core/index.d.ts'. File '/tmp/project/node_modules/@types/babel__core/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/babel__core/index.d.ts', result '/tmp/project/node_modules/@types/babel__core/index.d.ts'. ======== Type reference directive 'babel__core' was successfully resolved to '/tmp/project/node_modules/@types/babel__core/index.d.ts' with Package ID '@types/babel__core/index.d.ts@7.20.0', primary: true. ======== ======== Resolving type reference directive 'babel__generator', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/babel__generator/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/babel__generator/index.d.ts'. File '/tmp/project/node_modules/@types/babel__generator/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/babel__generator/index.d.ts', result '/tmp/project/node_modules/@types/babel__generator/index.d.ts'. ======== Type reference directive 'babel__generator' was successfully resolved to '/tmp/project/node_modules/@types/babel__generator/index.d.ts' with Package ID '@types/babel__generator/index.d.ts@7.6.4', primary: true. ======== ======== Resolving type reference directive 'babel__template', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/babel__template/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/babel__template/index.d.ts'. File '/tmp/project/node_modules/@types/babel__template/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/babel__template/index.d.ts', result '/tmp/project/node_modules/@types/babel__template/index.d.ts'. ======== Type reference directive 'babel__template' was successfully resolved to '/tmp/project/node_modules/@types/babel__template/index.d.ts' with Package ID '@types/babel__template/index.d.ts@7.4.1', primary: true. ======== ======== Resolving type reference directive 'babel__traverse', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/babel__traverse/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/babel__traverse/index.d.ts'. File '/tmp/project/node_modules/@types/babel__traverse/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/babel__traverse/index.d.ts', result '/tmp/project/node_modules/@types/babel__traverse/index.d.ts'. ======== Type reference directive 'babel__traverse' was successfully resolved to '/tmp/project/node_modules/@types/babel__traverse/index.d.ts' with Package ID '@types/babel__traverse/index.d.ts@7.18.3', primary: true. ======== ======== Resolving type reference directive 'bcryptjs', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/bcryptjs/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. File '/tmp/project/node_modules/@types/bcryptjs/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/bcryptjs/index.d.ts', result '/tmp/project/node_modules/@types/bcryptjs/index.d.ts'. ======== Type reference directive 'bcryptjs' was successfully resolved to '/tmp/project/node_modules/@types/bcryptjs/index.d.ts' with Package ID '@types/bcryptjs/index.d.ts@2.4.2', primary: true. ======== ======== Resolving type reference directive 'body-parser', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/body-parser/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/body-parser/index.d.ts'. File '/tmp/project/node_modules/@types/body-parser/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/body-parser/index.d.ts', result '/tmp/project/node_modules/@types/body-parser/index.d.ts'. ======== Type reference directive 'body-parser' was successfully resolved to '/tmp/project/node_modules/@types/body-parser/index.d.ts' with Package ID '@types/body-parser/index.d.ts@1.19.2', primary: true. ======== ======== Resolving type reference directive 'cacheable-request', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/cacheable-request/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/cacheable-request/index.d.ts'. File '/tmp/project/node_modules/@types/cacheable-request/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/cacheable-request/index.d.ts', result '/tmp/project/node_modules/@types/cacheable-request/index.d.ts'. ======== Type reference directive 'cacheable-request' was successfully resolved to '/tmp/project/node_modules/@types/cacheable-request/index.d.ts' with Package ID '@types/cacheable-request/index.d.ts@6.0.3', primary: true. ======== ======== Resolving type reference directive 'cheerio', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/cheerio/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/cheerio/index.d.ts'. File '/tmp/project/node_modules/@types/cheerio/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/cheerio/index.d.ts', result '/tmp/project/node_modules/@types/cheerio/index.d.ts'. ======== Type reference directive 'cheerio' was successfully resolved to '/tmp/project/node_modules/@types/cheerio/index.d.ts' with Package ID '@types/cheerio/index.d.ts@0.22.31', primary: true. ======== ======== Resolving type reference directive 'connect', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/connect/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/connect/index.d.ts'. File '/tmp/project/node_modules/@types/connect/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/connect/index.d.ts', result '/tmp/project/node_modules/@types/connect/index.d.ts'. ======== Type reference directive 'connect' was successfully resolved to '/tmp/project/node_modules/@types/connect/index.d.ts' with Package ID '@types/connect/index.d.ts@3.4.35', primary: true. ======== ======== Resolving type reference directive 'cookie', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/cookie/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/cookie/index.d.ts'. File '/tmp/project/node_modules/@types/cookie/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/cookie/index.d.ts', result '/tmp/project/node_modules/@types/cookie/index.d.ts'. ======== Type reference directive 'cookie' was successfully resolved to '/tmp/project/node_modules/@types/cookie/index.d.ts' with Package ID '@types/cookie/index.d.ts@0.4.1', primary: true. ======== ======== Resolving type reference directive 'cookie-parser', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/cookie-parser/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/cookie-parser/index.d.ts'. File '/tmp/project/node_modules/@types/cookie-parser/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/cookie-parser/index.d.ts', result '/tmp/project/node_modules/@types/cookie-parser/index.d.ts'. ======== Type reference directive 'cookie-parser' was successfully resolved to '/tmp/project/node_modules/@types/cookie-parser/index.d.ts' with Package ID '@types/cookie-parser/index.d.ts@1.4.3', primary: true. ======== ======== Resolving type reference directive 'cookiejar', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/cookiejar/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/cookiejar/index.d.ts'. File '/tmp/project/node_modules/@types/cookiejar/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/cookiejar/index.d.ts', result '/tmp/project/node_modules/@types/cookiejar/index.d.ts'. ======== Type reference directive 'cookiejar' was successfully resolved to '/tmp/project/node_modules/@types/cookiejar/index.d.ts' with Package ID '@types/cookiejar/index.d.ts@2.1.2', primary: true. ======== ======== Resolving type reference directive 'cors', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/cors/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/cors/index.d.ts'. File '/tmp/project/node_modules/@types/cors/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/cors/index.d.ts', result '/tmp/project/node_modules/@types/cors/index.d.ts'. ======== Type reference directive 'cors' was successfully resolved to '/tmp/project/node_modules/@types/cors/index.d.ts' with Package ID '@types/cors/index.d.ts@2.8.13', primary: true. ======== ======== Resolving type reference directive 'cron', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/cron/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/cron/index.d.ts'. File '/tmp/project/node_modules/@types/cron/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/cron/index.d.ts', result '/tmp/project/node_modules/@types/cron/index.d.ts'. ======== Type reference directive 'cron' was successfully resolved to '/tmp/project/node_modules/@types/cron/index.d.ts' with Package ID '@types/cron/index.d.ts@2.0.1', primary: true. ======== ======== Resolving type reference directive 'crypto-js', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/crypto-js/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/crypto-js/index.d.ts'. File '/tmp/project/node_modules/@types/crypto-js/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/crypto-js/index.d.ts', result '/tmp/project/node_modules/@types/crypto-js/index.d.ts'. ======== Type reference directive 'crypto-js' was successfully resolved to '/tmp/project/node_modules/@types/crypto-js/index.d.ts' with Package ID '@types/crypto-js/index.d.ts@4.1.1', primary: true. ======== ======== Resolving type reference directive 'ejs', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/ejs/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/ejs/index.d.ts'. File '/tmp/project/node_modules/@types/ejs/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/ejs/index.d.ts', result '/tmp/project/node_modules/@types/ejs/index.d.ts'. ======== Type reference directive 'ejs' was successfully resolved to '/tmp/project/node_modules/@types/ejs/index.d.ts' with Package ID '@types/ejs/index.d.ts@3.1.2', primary: true. ======== ======== Resolving type reference directive 'eslint', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/eslint/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/eslint/index.d.ts'. File '/tmp/project/node_modules/@types/eslint/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/eslint/index.d.ts', result '/tmp/project/node_modules/@types/eslint/index.d.ts'. ======== Type reference directive 'eslint' was successfully resolved to '/tmp/project/node_modules/@types/eslint/index.d.ts' with Package ID '@types/eslint/index.d.ts@8.21.2', primary: true. ======== ======== Resolving type reference directive 'eslint-scope', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/eslint-scope/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/eslint-scope/index.d.ts'. File '/tmp/project/node_modules/@types/eslint-scope/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/eslint-scope/index.d.ts', result '/tmp/project/node_modules/@types/eslint-scope/index.d.ts'. ======== Type reference directive 'eslint-scope' was successfully resolved to '/tmp/project/node_modules/@types/eslint-scope/index.d.ts' with Package ID '@types/eslint-scope/index.d.ts@3.7.4', primary: true. ======== ======== Resolving type reference directive 'estree', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/estree/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/estree/index.d.ts'. File '/tmp/project/node_modules/@types/estree/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/estree/index.d.ts', result '/tmp/project/node_modules/@types/estree/index.d.ts'. ======== Type reference directive 'estree' was successfully resolved to '/tmp/project/node_modules/@types/estree/index.d.ts' with Package ID '@types/estree/index.d.ts@1.0.0', primary: true. ======== ======== Resolving type reference directive 'express', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/express/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/express/index.d.ts'. File '/tmp/project/node_modules/@types/express/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/express/index.d.ts', result '/tmp/project/node_modules/@types/express/index.d.ts'. ======== Type reference directive 'express' was successfully resolved to '/tmp/project/node_modules/@types/express/index.d.ts' with Package ID '@types/express/index.d.ts@4.17.17', primary: true. ======== ======== Resolving type reference directive 'express-serve-static-core', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/express-serve-static-core/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/express-serve-static-core/index.d.ts'. File '/tmp/project/node_modules/@types/express-serve-static-core/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/express-serve-static-core/index.d.ts', result '/tmp/project/node_modules/@types/express-serve-static-core/index.d.ts'. ======== Type reference directive 'express-serve-static-core' was successfully resolved to '/tmp/project/node_modules/@types/express-serve-static-core/index.d.ts' with Package ID '@types/express-serve-static-core/index.d.ts@4.17.33', primary: true. ======== ======== Resolving type reference directive 'fluent-ffmpeg', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/fluent-ffmpeg/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/fluent-ffmpeg/index.d.ts'. File '/tmp/project/node_modules/@types/fluent-ffmpeg/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/fluent-ffmpeg/index.d.ts', result '/tmp/project/node_modules/@types/fluent-ffmpeg/index.d.ts'. ======== Type reference directive 'fluent-ffmpeg' was successfully resolved to '/tmp/project/node_modules/@types/fluent-ffmpeg/index.d.ts' with Package ID '@types/fluent-ffmpeg/index.d.ts@2.1.21', primary: true. ======== ======== Resolving type reference directive 'glob', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/glob/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/glob/index.d.ts'. File '/tmp/project/node_modules/@types/glob/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/glob/index.d.ts', result '/tmp/project/node_modules/@types/glob/index.d.ts'. ======== Type reference directive 'glob' was successfully resolved to '/tmp/project/node_modules/@types/glob/index.d.ts' with Package ID '@types/glob/index.d.ts@7.2.0', primary: true. ======== ======== Resolving type reference directive 'graceful-fs', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/graceful-fs/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/graceful-fs/index.d.ts'. File '/tmp/project/node_modules/@types/graceful-fs/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/graceful-fs/index.d.ts', result '/tmp/project/node_modules/@types/graceful-fs/index.d.ts'. ======== Type reference directive 'graceful-fs' was successfully resolved to '/tmp/project/node_modules/@types/graceful-fs/index.d.ts' with Package ID '@types/graceful-fs/index.d.ts@4.1.6', primary: true. ======== ======== Resolving type reference directive 'hoist-non-react-statics', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/hoist-non-react-statics/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index' that references '/tmp/project/node_modules/@types/hoist-non-react-statics/index'. File '/tmp/project/node_modules/@types/hoist-non-react-statics/index' does not exist. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/hoist-non-react-statics/index', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/hoist-non-react-statics/index.ts' does not exist. File '/tmp/project/node_modules/@types/hoist-non-react-statics/index.tsx' does not exist. File '/tmp/project/node_modules/@types/hoist-non-react-statics/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/hoist-non-react-statics/index.d.ts', result '/tmp/project/node_modules/@types/hoist-non-react-statics/index.d.ts'. ======== Type reference directive 'hoist-non-react-statics' was successfully resolved to '/tmp/project/node_modules/@types/hoist-non-react-statics/index.d.ts' with Package ID '@types/hoist-non-react-statics/index.d.ts@3.3.1', primary: true. ======== ======== Resolving type reference directive 'http-cache-semantics', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/http-cache-semantics/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/http-cache-semantics/index.d.ts'. File '/tmp/project/node_modules/@types/http-cache-semantics/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/http-cache-semantics/index.d.ts', result '/tmp/project/node_modules/@types/http-cache-semantics/index.d.ts'. ======== Type reference directive 'http-cache-semantics' was successfully resolved to '/tmp/project/node_modules/@types/http-cache-semantics/index.d.ts' with Package ID '@types/http-cache-semantics/index.d.ts@4.0.1', primary: true. ======== ======== Resolving type reference directive 'inline-css', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/inline-css/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/inline-css/index.d.ts'. File '/tmp/project/node_modules/@types/inline-css/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/inline-css/index.d.ts', result '/tmp/project/node_modules/@types/inline-css/index.d.ts'. ======== Type reference directive 'inline-css' was successfully resolved to '/tmp/project/node_modules/@types/inline-css/index.d.ts' with Package ID '@types/inline-css/index.d.ts@3.0.1', primary: true. ======== ======== Resolving type reference directive 'istanbul-lib-coverage', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/istanbul-lib-coverage/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/istanbul-lib-coverage/index.d.ts'. File '/tmp/project/node_modules/@types/istanbul-lib-coverage/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/istanbul-lib-coverage/index.d.ts', result '/tmp/project/node_modules/@types/istanbul-lib-coverage/index.d.ts'. ======== Type reference directive 'istanbul-lib-coverage' was successfully resolved to '/tmp/project/node_modules/@types/istanbul-lib-coverage/index.d.ts' with Package ID '@types/istanbul-lib-coverage/index.d.ts@2.0.4', primary: true. ======== ======== Resolving type reference directive 'istanbul-lib-report', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/istanbul-lib-report/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/istanbul-lib-report/index.d.ts'. File '/tmp/project/node_modules/@types/istanbul-lib-report/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/istanbul-lib-report/index.d.ts', result '/tmp/project/node_modules/@types/istanbul-lib-report/index.d.ts'. ======== Type reference directive 'istanbul-lib-report' was successfully resolved to '/tmp/project/node_modules/@types/istanbul-lib-report/index.d.ts' with Package ID '@types/istanbul-lib-report/index.d.ts@3.0.0', primary: true. ======== ======== Resolving type reference directive 'istanbul-reports', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/istanbul-reports/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/istanbul-reports/index.d.ts'. File '/tmp/project/node_modules/@types/istanbul-reports/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/istanbul-reports/index.d.ts', result '/tmp/project/node_modules/@types/istanbul-reports/index.d.ts'. ======== Type reference directive 'istanbul-reports' was successfully resolved to '/tmp/project/node_modules/@types/istanbul-reports/index.d.ts' with Package ID '@types/istanbul-reports/index.d.ts@3.0.1', primary: true. ======== ======== Resolving type reference directive 'jest', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/jest/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/jest/index.d.ts'. File '/tmp/project/node_modules/@types/jest/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/jest/index.d.ts', result '/tmp/project/node_modules/@types/jest/index.d.ts'. ======== Type reference directive 'jest' was successfully resolved to '/tmp/project/node_modules/@types/jest/index.d.ts' with Package ID '@types/jest/index.d.ts@27.0.2', primary: true. ======== ======== Resolving type reference directive 'json-schema', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/json-schema/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/json-schema/index.d.ts'. File '/tmp/project/node_modules/@types/json-schema/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/json-schema/index.d.ts', result '/tmp/project/node_modules/@types/json-schema/index.d.ts'. ======== Type reference directive 'json-schema' was successfully resolved to '/tmp/project/node_modules/@types/json-schema/index.d.ts' with Package ID '@types/json-schema/index.d.ts@7.0.11', primary: true. ======== ======== Resolving type reference directive 'json5', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/json5/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' has 'typings' field 'index.d.ts' that references '/tmp/project/node_modules/@types/json5/index.d.ts'. File '/tmp/project/node_modules/@types/json5/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/json5/index.d.ts', result '/tmp/project/node_modules/@types/json5/index.d.ts'. ======== Type reference directive 'json5' was successfully resolved to '/tmp/project/node_modules/@types/json5/index.d.ts' with Package ID '@types/json5/index.d.ts@0.0.29', primary: true. ======== ======== Resolving type reference directive 'jsonwebtoken', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/jsonwebtoken/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/jsonwebtoken/index.d.ts'. File '/tmp/project/node_modules/@types/jsonwebtoken/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/jsonwebtoken/index.d.ts', result '/tmp/project/node_modules/@types/jsonwebtoken/index.d.ts'. ======== Type reference directive 'jsonwebtoken' was successfully resolved to '/tmp/project/node_modules/@types/jsonwebtoken/index.d.ts' with Package ID '@types/jsonwebtoken/index.d.ts@9.0.1', primary: true. ======== ======== Resolving type reference directive 'keyv', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/keyv/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/keyv/index.d.ts'. File '/tmp/project/node_modules/@types/keyv/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/keyv/index.d.ts', result '/tmp/project/node_modules/@types/keyv/index.d.ts'. ======== Type reference directive 'keyv' was successfully resolved to '/tmp/project/node_modules/@types/keyv/index.d.ts' with Package ID '@types/keyv/index.d.ts@3.1.4', primary: true. ======== ======== Resolving type reference directive 'lodash', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/lodash/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/lodash/index.d.ts'. File '/tmp/project/node_modules/@types/lodash/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/lodash/index.d.ts', result '/tmp/project/node_modules/@types/lodash/index.d.ts'. ======== Type reference directive 'lodash' was successfully resolved to '/tmp/project/node_modules/@types/lodash/index.d.ts' with Package ID '@types/lodash/index.d.ts@4.14.176', primary: true. ======== ======== Resolving type reference directive 'long', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/long/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/long/index.d.ts'. File '/tmp/project/node_modules/@types/long/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/long/index.d.ts', result '/tmp/project/node_modules/@types/long/index.d.ts'. ======== Type reference directive 'long' was successfully resolved to '/tmp/project/node_modules/@types/long/index.d.ts' with Package ID '@types/long/index.d.ts@4.0.2', primary: true. ======== ======== Resolving type reference directive 'luxon', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/luxon/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/luxon/index.d.ts'. File '/tmp/project/node_modules/@types/luxon/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/luxon/index.d.ts', result '/tmp/project/node_modules/@types/luxon/index.d.ts'. ======== Type reference directive 'luxon' was successfully resolved to '/tmp/project/node_modules/@types/luxon/index.d.ts' with Package ID '@types/luxon/index.d.ts@3.2.0', primary: true. ======== ======== Resolving type reference directive 'mime', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/mime/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/mime/index.d.ts'. File '/tmp/project/node_modules/@types/mime/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/mime/index.d.ts', result '/tmp/project/node_modules/@types/mime/index.d.ts'. ======== Type reference directive 'mime' was successfully resolved to '/tmp/project/node_modules/@types/mime/index.d.ts' with Package ID '@types/mime/index.d.ts@3.0.1', primary: true. ======== ======== Resolving type reference directive 'mime-types', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/mime-types/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/mime-types/index.d.ts'. File '/tmp/project/node_modules/@types/mime-types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/mime-types/index.d.ts', result '/tmp/project/node_modules/@types/mime-types/index.d.ts'. ======== Type reference directive 'mime-types' was successfully resolved to '/tmp/project/node_modules/@types/mime-types/index.d.ts' with Package ID '@types/mime-types/index.d.ts@2.1.1', primary: true. ======== ======== Resolving type reference directive 'minimatch', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/minimatch/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/minimatch/index.d.ts'. File '/tmp/project/node_modules/@types/minimatch/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/minimatch/index.d.ts', result '/tmp/project/node_modules/@types/minimatch/index.d.ts'. ======== Type reference directive 'minimatch' was successfully resolved to '/tmp/project/node_modules/@types/minimatch/index.d.ts' with Package ID '@types/minimatch/index.d.ts@5.1.2', primary: true. ======== ======== Resolving type reference directive 'minimist', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/minimist/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/minimist/index.d.ts'. File '/tmp/project/node_modules/@types/minimist/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/minimist/index.d.ts', result '/tmp/project/node_modules/@types/minimist/index.d.ts'. ======== Type reference directive 'minimist' was successfully resolved to '/tmp/project/node_modules/@types/minimist/index.d.ts' with Package ID '@types/minimist/index.d.ts@1.2.2', primary: true. ======== ======== Resolving type reference directive 'multer', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/multer/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/multer/index.d.ts'. File '/tmp/project/node_modules/@types/multer/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/multer/index.d.ts', result '/tmp/project/node_modules/@types/multer/index.d.ts'. ======== Type reference directive 'multer' was successfully resolved to '/tmp/project/node_modules/@types/multer/index.d.ts' with Package ID '@types/multer/index.d.ts@1.4.7', primary: true. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving type reference directive 'nodemailer', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/nodemailer/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/nodemailer/index.d.ts'. File '/tmp/project/node_modules/@types/nodemailer/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/nodemailer/index.d.ts', result '/tmp/project/node_modules/@types/nodemailer/index.d.ts'. ======== Type reference directive 'nodemailer' was successfully resolved to '/tmp/project/node_modules/@types/nodemailer/index.d.ts' with Package ID '@types/nodemailer/index.d.ts@6.4.4', primary: true. ======== ======== Resolving type reference directive 'normalize-package-data', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/normalize-package-data/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/normalize-package-data/index.d.ts'. File '/tmp/project/node_modules/@types/normalize-package-data/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/normalize-package-data/index.d.ts', result '/tmp/project/node_modules/@types/normalize-package-data/index.d.ts'. ======== Type reference directive 'normalize-package-data' was successfully resolved to '/tmp/project/node_modules/@types/normalize-package-data/index.d.ts' with Package ID '@types/normalize-package-data/index.d.ts@2.4.1', primary: true. ======== ======== Resolving type reference directive 'parse-json', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/parse-json/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. File '/tmp/project/node_modules/@types/parse-json/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/parse-json/index.d.ts', result '/tmp/project/node_modules/@types/parse-json/index.d.ts'. ======== Type reference directive 'parse-json' was successfully resolved to '/tmp/project/node_modules/@types/parse-json/index.d.ts' with Package ID '@types/parse-json/index.d.ts@4.0.0', primary: true. ======== ======== Resolving type reference directive 'prettier', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/prettier/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/prettier/index.d.ts'. File '/tmp/project/node_modules/@types/prettier/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/prettier/index.d.ts', result '/tmp/project/node_modules/@types/prettier/index.d.ts'. ======== Type reference directive 'prettier' was successfully resolved to '/tmp/project/node_modules/@types/prettier/index.d.ts' with Package ID '@types/prettier/index.d.ts@2.7.2', primary: true. ======== ======== Resolving type reference directive 'prop-types', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/prop-types/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/prop-types/index.d.ts'. File '/tmp/project/node_modules/@types/prop-types/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/prop-types/index.d.ts', result '/tmp/project/node_modules/@types/prop-types/index.d.ts'. ======== Type reference directive 'prop-types' was successfully resolved to '/tmp/project/node_modules/@types/prop-types/index.d.ts' with Package ID '@types/prop-types/index.d.ts@15.7.5', primary: true. ======== ======== Resolving type reference directive 'pug', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/pug/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/pug/index.d.ts'. File '/tmp/project/node_modules/@types/pug/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/pug/index.d.ts', result '/tmp/project/node_modules/@types/pug/index.d.ts'. ======== Type reference directive 'pug' was successfully resolved to '/tmp/project/node_modules/@types/pug/index.d.ts' with Package ID '@types/pug/index.d.ts@2.0.5', primary: true. ======== ======== Resolving type reference directive 'qs', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/qs/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/qs/index.d.ts'. File '/tmp/project/node_modules/@types/qs/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/qs/index.d.ts', result '/tmp/project/node_modules/@types/qs/index.d.ts'. ======== Type reference directive 'qs' was successfully resolved to '/tmp/project/node_modules/@types/qs/index.d.ts' with Package ID '@types/qs/index.d.ts@6.9.7', primary: true. ======== ======== Resolving type reference directive 'range-parser', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/range-parser/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/range-parser/index.d.ts'. File '/tmp/project/node_modules/@types/range-parser/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/range-parser/index.d.ts', result '/tmp/project/node_modules/@types/range-parser/index.d.ts'. ======== Type reference directive 'range-parser' was successfully resolved to '/tmp/project/node_modules/@types/range-parser/index.d.ts' with Package ID '@types/range-parser/index.d.ts@1.2.4', primary: true. ======== ======== Resolving type reference directive 'react', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/react/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/react/index.d.ts'. File '/tmp/project/node_modules/@types/react/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/react/index.d.ts', result '/tmp/project/node_modules/@types/react/index.d.ts'. ======== Type reference directive 'react' was successfully resolved to '/tmp/project/node_modules/@types/react/index.d.ts' with Package ID '@types/react/index.d.ts@18.0.28', primary: true. ======== ======== Resolving type reference directive 'react-beautiful-dnd', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/react-beautiful-dnd/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/react-beautiful-dnd/index.d.ts'. File '/tmp/project/node_modules/@types/react-beautiful-dnd/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/react-beautiful-dnd/index.d.ts', result '/tmp/project/node_modules/@types/react-beautiful-dnd/index.d.ts'. ======== Type reference directive 'react-beautiful-dnd' was successfully resolved to '/tmp/project/node_modules/@types/react-beautiful-dnd/index.d.ts' with Package ID '@types/react-beautiful-dnd/index.d.ts@13.1.3', primary: true. ======== ======== Resolving type reference directive 'react-color', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/react-color/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/react-color/index.d.ts'. File '/tmp/project/node_modules/@types/react-color/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/react-color/index.d.ts', result '/tmp/project/node_modules/@types/react-color/index.d.ts'. ======== Type reference directive 'react-color' was successfully resolved to '/tmp/project/node_modules/@types/react-color/index.d.ts' with Package ID '@types/react-color/index.d.ts@3.0.6', primary: true. ======== ======== Resolving type reference directive 'react-dom', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/react-dom/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/react-dom/index.d.ts'. File '/tmp/project/node_modules/@types/react-dom/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/react-dom/index.d.ts', result '/tmp/project/node_modules/@types/react-dom/index.d.ts'. ======== Type reference directive 'react-dom' was successfully resolved to '/tmp/project/node_modules/@types/react-dom/index.d.ts' with Package ID '@types/react-dom/index.d.ts@18.0.11', primary: true. ======== ======== Resolving type reference directive 'react-redux', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/react-redux/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/react-redux/index.d.ts'. File '/tmp/project/node_modules/@types/react-redux/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/react-redux/index.d.ts', result '/tmp/project/node_modules/@types/react-redux/index.d.ts'. ======== Type reference directive 'react-redux' was successfully resolved to '/tmp/project/node_modules/@types/react-redux/index.d.ts' with Package ID '@types/react-redux/index.d.ts@7.1.25', primary: true. ======== ======== Resolving type reference directive 'reactcss', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/reactcss/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/reactcss/index.d.ts'. File '/tmp/project/node_modules/@types/reactcss/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/reactcss/index.d.ts', result '/tmp/project/node_modules/@types/reactcss/index.d.ts'. ======== Type reference directive 'reactcss' was successfully resolved to '/tmp/project/node_modules/@types/reactcss/index.d.ts' with Package ID '@types/reactcss/index.d.ts@1.2.6', primary: true. ======== ======== Resolving type reference directive 'recordrtc', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/recordrtc/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/recordrtc/index.d.ts'. File '/tmp/project/node_modules/@types/recordrtc/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/recordrtc/index.d.ts', result '/tmp/project/node_modules/@types/recordrtc/index.d.ts'. ======== Type reference directive 'recordrtc' was successfully resolved to '/tmp/project/node_modules/@types/recordrtc/index.d.ts' with Package ID '@types/recordrtc/index.d.ts@5.6.10', primary: true. ======== ======== Resolving type reference directive 'request-ip', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/request-ip/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/request-ip/index.d.ts'. File '/tmp/project/node_modules/@types/request-ip/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/request-ip/index.d.ts', result '/tmp/project/node_modules/@types/request-ip/index.d.ts'. ======== Type reference directive 'request-ip' was successfully resolved to '/tmp/project/node_modules/@types/request-ip/index.d.ts' with Package ID '@types/request-ip/index.d.ts@0.0.37', primary: true. ======== ======== Resolving type reference directive 'responselike', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/responselike/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index' that references '/tmp/project/node_modules/@types/responselike/index'. File '/tmp/project/node_modules/@types/responselike/index' does not exist. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/responselike/index', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/responselike/index.ts' does not exist. File '/tmp/project/node_modules/@types/responselike/index.tsx' does not exist. File '/tmp/project/node_modules/@types/responselike/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/responselike/index.d.ts', result '/tmp/project/node_modules/@types/responselike/index.d.ts'. ======== Type reference directive 'responselike' was successfully resolved to '/tmp/project/node_modules/@types/responselike/index.d.ts' with Package ID '@types/responselike/index.d.ts@1.0.0', primary: true. ======== ======== Resolving type reference directive 'scheduler', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/scheduler/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/scheduler/index.d.ts'. File '/tmp/project/node_modules/@types/scheduler/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/scheduler/index.d.ts', result '/tmp/project/node_modules/@types/scheduler/index.d.ts'. ======== Type reference directive 'scheduler' was successfully resolved to '/tmp/project/node_modules/@types/scheduler/index.d.ts' with Package ID '@types/scheduler/index.d.ts@0.16.2', primary: true. ======== ======== Resolving type reference directive 'semver', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/semver/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/semver/index.d.ts'. File '/tmp/project/node_modules/@types/semver/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/semver/index.d.ts', result '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Type reference directive 'semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13', primary: true. ======== ======== Resolving type reference directive 'serve-static', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/serve-static/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/serve-static/index.d.ts'. File '/tmp/project/node_modules/@types/serve-static/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/serve-static/index.d.ts', result '/tmp/project/node_modules/@types/serve-static/index.d.ts'. ======== Type reference directive 'serve-static' was successfully resolved to '/tmp/project/node_modules/@types/serve-static/index.d.ts' with Package ID '@types/serve-static/index.d.ts@1.15.1', primary: true. ======== ======== Resolving type reference directive 'stack-utils', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/stack-utils/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/stack-utils/index.d.ts'. File '/tmp/project/node_modules/@types/stack-utils/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/stack-utils/index.d.ts', result '/tmp/project/node_modules/@types/stack-utils/index.d.ts'. ======== Type reference directive 'stack-utils' was successfully resolved to '/tmp/project/node_modules/@types/stack-utils/index.d.ts' with Package ID '@types/stack-utils/index.d.ts@2.0.1', primary: true. ======== ======== Resolving type reference directive 'superagent', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/superagent/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/superagent/index.d.ts'. File '/tmp/project/node_modules/@types/superagent/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/superagent/index.d.ts', result '/tmp/project/node_modules/@types/superagent/index.d.ts'. ======== Type reference directive 'superagent' was successfully resolved to '/tmp/project/node_modules/@types/superagent/index.d.ts' with Package ID '@types/superagent/index.d.ts@4.1.16', primary: true. ======== ======== Resolving type reference directive 'supertest', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/supertest/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/supertest/index.d.ts'. File '/tmp/project/node_modules/@types/supertest/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/supertest/index.d.ts', result '/tmp/project/node_modules/@types/supertest/index.d.ts'. ======== Type reference directive 'supertest' was successfully resolved to '/tmp/project/node_modules/@types/supertest/index.d.ts' with Package ID '@types/supertest/index.d.ts@2.0.12', primary: true. ======== ======== Resolving type reference directive 'triple-beam', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/triple-beam/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/triple-beam/index.d.ts'. File '/tmp/project/node_modules/@types/triple-beam/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/triple-beam/index.d.ts', result '/tmp/project/node_modules/@types/triple-beam/index.d.ts'. ======== Type reference directive 'triple-beam' was successfully resolved to '/tmp/project/node_modules/@types/triple-beam/index.d.ts' with Package ID '@types/triple-beam/index.d.ts@1.3.2', primary: true. ======== ======== Resolving type reference directive 'uuid', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/uuid/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/uuid/index.d.ts'. File '/tmp/project/node_modules/@types/uuid/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/uuid/index.d.ts', result '/tmp/project/node_modules/@types/uuid/index.d.ts'. ======== Type reference directive 'uuid' was successfully resolved to '/tmp/project/node_modules/@types/uuid/index.d.ts' with Package ID '@types/uuid/index.d.ts@9.0.1', primary: true. ======== ======== Resolving type reference directive 'validator', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/validator/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/validator/index.d.ts'. File '/tmp/project/node_modules/@types/validator/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/validator/index.d.ts', result '/tmp/project/node_modules/@types/validator/index.d.ts'. ======== Type reference directive 'validator' was successfully resolved to '/tmp/project/node_modules/@types/validator/index.d.ts' with Package ID '@types/validator/index.d.ts@13.7.14', primary: true. ======== ======== Resolving type reference directive 'yargs', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/yargs/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/yargs/index.d.ts'. File '/tmp/project/node_modules/@types/yargs/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/yargs/index.d.ts', result '/tmp/project/node_modules/@types/yargs/index.d.ts'. ======== Type reference directive 'yargs' was successfully resolved to '/tmp/project/node_modules/@types/yargs/index.d.ts' with Package ID '@types/yargs/index.d.ts@16.0.5', primary: true. ======== ======== Resolving type reference directive 'yargs-parser', containing file '/tmp/project/apps/api/apps/api/__inferred type names__.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. Found 'package.json' at '/tmp/project/node_modules/@types/yargs-parser/package.json'. 'package.json' does not have a 'typesVersions' field. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/yargs-parser/index.d.ts'. File '/tmp/project/node_modules/@types/yargs-parser/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/yargs-parser/index.d.ts', result '/tmp/project/node_modules/@types/yargs-parser/index.d.ts'. ======== Type reference directive 'yargs-parser' was successfully resolved to '/tmp/project/node_modules/@types/yargs-parser/index.d.ts' with Package ID '@types/yargs-parser/index.d.ts@21.0.0', primary: true. ======== ======== Resolving module '@babel/generator' from '/tmp/project/node_modules/@types/babel__core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@babel/generator'. 'paths' option is specified, looking for a pattern to match module name '@babel/generator'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@babel/generator'. Resolving module name '@babel/generator' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@babel/generator'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@babel/generator', target file type 'TypeScript'. Loading module '@babel/generator' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/babel__core/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'babel__generator' Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'babel__generator' Found 'package.json' at '/tmp/project/node_modules/@babel/generator/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@babel/generator.ts' does not exist. File '/tmp/project/node_modules/@babel/generator.tsx' does not exist. File '/tmp/project/node_modules/@babel/generator.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field './lib/index.js' that references '/tmp/project/node_modules/@babel/generator/lib/index.js'. File '/tmp/project/node_modules/@babel/generator/lib/index.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/@babel/generator/lib/index.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@babel/generator/lib/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/@babel/generator/lib/index.js.ts' does not exist. File '/tmp/project/node_modules/@babel/generator/lib/index.js.tsx' does not exist. File '/tmp/project/node_modules/@babel/generator/lib/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/@babel/generator/lib/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/@babel/generator/lib/index.ts' does not exist. File '/tmp/project/node_modules/@babel/generator/lib/index.tsx' does not exist. File '/tmp/project/node_modules/@babel/generator/lib/index.d.ts' does not exist. Directory '/tmp/project/node_modules/@babel/generator/lib/index.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/@babel/generator/index.ts' does not exist. File '/tmp/project/node_modules/@babel/generator/index.tsx' does not exist. File '/tmp/project/node_modules/@babel/generator/index.d.ts' does not exist. Scoped package detected, looking in 'babel__generator' File '/tmp/project/node_modules/@types/babel__generator/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/babel__generator.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/babel__generator/index.d.ts'. File '/tmp/project/node_modules/@types/babel__generator/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/babel__generator/index.d.ts', result '/tmp/project/node_modules/@types/babel__generator/index.d.ts'. ======== Module name '@babel/generator' was successfully resolved to '/tmp/project/node_modules/@types/babel__generator/index.d.ts' with Package ID '@types/babel__generator/index.d.ts@7.6.4'. ======== ======== Resolving module '@babel/parser' from '/tmp/project/node_modules/@types/babel__core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@babel/parser'. 'paths' option is specified, looking for a pattern to match module name '@babel/parser'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@babel/parser'. Resolving module name '@babel/parser' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@babel/parser'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@babel/parser', target file type 'TypeScript'. Loading module '@babel/parser' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/babel__core/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'babel__parser' Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'babel__parser' Found 'package.json' at '/tmp/project/node_modules/@babel/parser/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@babel/parser.ts' does not exist. File '/tmp/project/node_modules/@babel/parser.tsx' does not exist. File '/tmp/project/node_modules/@babel/parser.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './typings/babel-parser.d.ts' that references '/tmp/project/node_modules/@babel/parser/typings/babel-parser.d.ts'. File '/tmp/project/node_modules/@babel/parser/typings/babel-parser.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@babel/parser/typings/babel-parser.d.ts', result '/tmp/project/node_modules/@babel/parser/typings/babel-parser.d.ts'. ======== Module name '@babel/parser' was successfully resolved to '/tmp/project/node_modules/@babel/parser/typings/babel-parser.d.ts' with Package ID '@babel/parser/typings/babel-parser.d.ts@7.21.3'. ======== ======== Resolving module '@babel/template' from '/tmp/project/node_modules/@types/babel__core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@babel/template'. 'paths' option is specified, looking for a pattern to match module name '@babel/template'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@babel/template'. Resolving module name '@babel/template' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@babel/template'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@babel/template', target file type 'TypeScript'. Loading module '@babel/template' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/babel__core/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'babel__template' Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'babel__template' Found 'package.json' at '/tmp/project/node_modules/@babel/template/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@babel/template.ts' does not exist. File '/tmp/project/node_modules/@babel/template.tsx' does not exist. File '/tmp/project/node_modules/@babel/template.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field './lib/index.js' that references '/tmp/project/node_modules/@babel/template/lib/index.js'. File '/tmp/project/node_modules/@babel/template/lib/index.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/@babel/template/lib/index.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@babel/template/lib/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/@babel/template/lib/index.js.ts' does not exist. File '/tmp/project/node_modules/@babel/template/lib/index.js.tsx' does not exist. File '/tmp/project/node_modules/@babel/template/lib/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/@babel/template/lib/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/@babel/template/lib/index.ts' does not exist. File '/tmp/project/node_modules/@babel/template/lib/index.tsx' does not exist. File '/tmp/project/node_modules/@babel/template/lib/index.d.ts' does not exist. Directory '/tmp/project/node_modules/@babel/template/lib/index.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/@babel/template/index.ts' does not exist. File '/tmp/project/node_modules/@babel/template/index.tsx' does not exist. File '/tmp/project/node_modules/@babel/template/index.d.ts' does not exist. Scoped package detected, looking in 'babel__template' File '/tmp/project/node_modules/@types/babel__template/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/babel__template.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/babel__template/index.d.ts'. File '/tmp/project/node_modules/@types/babel__template/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/babel__template/index.d.ts', result '/tmp/project/node_modules/@types/babel__template/index.d.ts'. ======== Module name '@babel/template' was successfully resolved to '/tmp/project/node_modules/@types/babel__template/index.d.ts' with Package ID '@types/babel__template/index.d.ts@7.4.1'. ======== ======== Resolving module '@babel/traverse' from '/tmp/project/node_modules/@types/babel__core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@babel/traverse'. 'paths' option is specified, looking for a pattern to match module name '@babel/traverse'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@babel/traverse'. Resolving module name '@babel/traverse' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@babel/traverse'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@babel/traverse', target file type 'TypeScript'. Loading module '@babel/traverse' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/babel__core/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'babel__traverse' Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'babel__traverse' Found 'package.json' at '/tmp/project/node_modules/@babel/traverse/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/@babel/traverse.ts' does not exist. File '/tmp/project/node_modules/@babel/traverse.tsx' does not exist. File '/tmp/project/node_modules/@babel/traverse.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field './lib/index.js' that references '/tmp/project/node_modules/@babel/traverse/lib/index.js'. File '/tmp/project/node_modules/@babel/traverse/lib/index.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/@babel/traverse/lib/index.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@babel/traverse/lib/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/@babel/traverse/lib/index.js.ts' does not exist. File '/tmp/project/node_modules/@babel/traverse/lib/index.js.tsx' does not exist. File '/tmp/project/node_modules/@babel/traverse/lib/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/@babel/traverse/lib/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/@babel/traverse/lib/index.ts' does not exist. File '/tmp/project/node_modules/@babel/traverse/lib/index.tsx' does not exist. File '/tmp/project/node_modules/@babel/traverse/lib/index.d.ts' does not exist. Directory '/tmp/project/node_modules/@babel/traverse/lib/index.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/@babel/traverse/index.ts' does not exist. File '/tmp/project/node_modules/@babel/traverse/index.tsx' does not exist. File '/tmp/project/node_modules/@babel/traverse/index.d.ts' does not exist. Scoped package detected, looking in 'babel__traverse' File '/tmp/project/node_modules/@types/babel__traverse/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/babel__traverse.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/babel__traverse/index.d.ts'. File '/tmp/project/node_modules/@types/babel__traverse/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/babel__traverse/index.d.ts', result '/tmp/project/node_modules/@types/babel__traverse/index.d.ts'. ======== Module name '@babel/traverse' was successfully resolved to '/tmp/project/node_modules/@types/babel__traverse/index.d.ts' with Package ID '@types/babel__traverse/index.d.ts@7.18.3'. ======== ======== Resolving module '@babel/types' from '/tmp/project/node_modules/@types/babel__core/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@babel/types'. 'paths' option is specified, looking for a pattern to match module name '@babel/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@babel/types'. Resolving module name '@babel/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@babel/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@babel/types', target file type 'TypeScript'. Loading module '@babel/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/babel__core/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'babel__types' Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'babel__types' Found 'package.json' at '/tmp/project/node_modules/@babel/types/package.json'. 'package.json' has a 'typesVersions' field with version-specific path mappings. File '/tmp/project/node_modules/@babel/types.ts' does not exist. File '/tmp/project/node_modules/@babel/types.tsx' does not exist. File '/tmp/project/node_modules/@babel/types.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './lib/index-legacy.d.ts' that references '/tmp/project/node_modules/@babel/types/lib/index-legacy.d.ts'. 'package.json' has a 'typesVersions' entry '>=3.7' that matches compiler version '4.9.4', looking for a pattern to match module name 'lib/index-legacy.d.ts'. Module name 'lib/index-legacy.d.ts', matched pattern 'lib/index-legacy.d.ts'. Trying substitution 'lib/index.d.ts', candidate module location: 'lib/index.d.ts'. File '/tmp/project/node_modules/@babel/types/lib/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@babel/types/lib/index.d.ts', result '/tmp/project/node_modules/@babel/types/lib/index.d.ts'. ======== Module name '@babel/types' was successfully resolved to '/tmp/project/node_modules/@babel/types/lib/index.d.ts' with Package ID '@babel/types/lib/index.d.ts@7.21.3'. ======== ======== Resolving module '@babel/types' from '/tmp/project/node_modules/@types/babel__generator/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@babel/types'. 'paths' option is specified, looking for a pattern to match module name '@babel/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@babel/types'. Resolving module name '@babel/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@babel/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@babel/types', target file type 'TypeScript'. Loading module '@babel/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/babel__generator/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'babel__types' Resolution for module '@babel/types' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name '@babel/types' was successfully resolved to '/tmp/project/node_modules/@babel/types/lib/index.d.ts' with Package ID '@babel/types/lib/index.d.ts@7.21.3'. ======== ======== Resolving module '@babel/types' from '/tmp/project/node_modules/@babel/parser/typings/babel-parser.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@babel/types'. 'paths' option is specified, looking for a pattern to match module name '@babel/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@babel/types'. Resolving module name '@babel/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@babel/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@babel/types', target file type 'TypeScript'. Loading module '@babel/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@babel/parser/typings/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'babel__types' Directory '/tmp/project/node_modules/@babel/parser/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'babel__types' Directory '/tmp/project/node_modules/@babel/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'babel__types' File '/tmp/project/node_modules/@babel/types/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@babel/types.ts' does not exist. File '/tmp/project/node_modules/@babel/types.tsx' does not exist. File '/tmp/project/node_modules/@babel/types.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './lib/index-legacy.d.ts' that references '/tmp/project/node_modules/@babel/types/lib/index-legacy.d.ts'. 'package.json' has a 'typesVersions' entry '>=3.7' that matches compiler version '4.9.4', looking for a pattern to match module name 'lib/index-legacy.d.ts'. Module name 'lib/index-legacy.d.ts', matched pattern 'lib/index-legacy.d.ts'. Trying substitution 'lib/index.d.ts', candidate module location: 'lib/index.d.ts'. File '/tmp/project/node_modules/@babel/types/lib/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@babel/types/lib/index.d.ts', result '/tmp/project/node_modules/@babel/types/lib/index.d.ts'. ======== Module name '@babel/types' was successfully resolved to '/tmp/project/node_modules/@babel/types/lib/index.d.ts' with Package ID '@babel/types/lib/index.d.ts@7.21.3'. ======== ======== Resolving module '@babel/parser' from '/tmp/project/node_modules/@types/babel__template/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@babel/parser'. 'paths' option is specified, looking for a pattern to match module name '@babel/parser'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@babel/parser'. Resolving module name '@babel/parser' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@babel/parser'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@babel/parser', target file type 'TypeScript'. Loading module '@babel/parser' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/babel__template/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'babel__parser' Resolution for module '@babel/parser' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name '@babel/parser' was successfully resolved to '/tmp/project/node_modules/@babel/parser/typings/babel-parser.d.ts' with Package ID '@babel/parser/typings/babel-parser.d.ts@7.21.3'. ======== ======== Resolving module '@babel/types' from '/tmp/project/node_modules/@types/babel__template/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@babel/types'. 'paths' option is specified, looking for a pattern to match module name '@babel/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@babel/types'. Resolving module name '@babel/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@babel/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@babel/types', target file type 'TypeScript'. Loading module '@babel/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/babel__template/node_modules/@types' does not exist, skipping all lookups in it. Scoped package detected, looking in 'babel__types' Resolution for module '@babel/types' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name '@babel/types' was successfully resolved to '/tmp/project/node_modules/@babel/types/lib/index.d.ts' with Package ID '@babel/types/lib/index.d.ts@7.21.3'. ======== ======== Resolving module '@babel/types' from '/tmp/project/node_modules/@types/babel__traverse/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@babel/types'. 'paths' option is specified, looking for a pattern to match module name '@babel/types'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name '@babel/types'. Resolving module name '@babel/types' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/@babel/types'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/@babel/types', target file type 'TypeScript'. Loading module '@babel/types' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/babel__traverse/node_modules' does not exist, skipping all lookups in it. Scoped package detected, looking in 'babel__types' Resolution for module '@babel/types' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name '@babel/types' was successfully resolved to '/tmp/project/node_modules/@babel/types/lib/index.d.ts' with Package ID '@babel/types/lib/index.d.ts@7.21.3'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/cacheable-request/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/@types/cacheable-request/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/cacheable-request/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'http' was not resolved. ======== ======== Resolving module 'url' from '/tmp/project/node_modules/@types/cacheable-request/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'url'. 'paths' option is specified, looking for a pattern to match module name 'url'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'url'. Resolving module name 'url' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/url'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/url', target file type 'TypeScript'. File '/tmp/project/apps/api/url.ts' does not exist. File '/tmp/project/apps/api/url.tsx' does not exist. File '/tmp/project/apps/api/url.d.ts' does not exist. Directory '/tmp/project/apps/api/url' does not exist, skipping all lookups in it. Loading module 'url' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/cacheable-request/node_modules' does not exist, skipping all lookups in it. Resolution for module 'url' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'url' was not resolved. ======== ======== Resolving module 'events' from '/tmp/project/node_modules/@types/cacheable-request/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'TypeScript'. File '/tmp/project/apps/api/events.ts' does not exist. File '/tmp/project/apps/api/events.tsx' does not exist. File '/tmp/project/apps/api/events.d.ts' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/cacheable-request/node_modules' does not exist, skipping all lookups in it. Resolution for module 'events' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'events' was successfully resolved to '/tmp/project/node_modules/events/events.js' with Package ID 'events/events.js@3.3.0'. ======== ======== Resolving module 'keyv' from '/tmp/project/node_modules/@types/cacheable-request/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'keyv'. 'paths' option is specified, looking for a pattern to match module name 'keyv'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'keyv'. Resolving module name 'keyv' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/keyv'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/keyv', target file type 'TypeScript'. File '/tmp/project/apps/api/keyv.ts' does not exist. File '/tmp/project/apps/api/keyv.tsx' does not exist. File '/tmp/project/apps/api/keyv.d.ts' does not exist. Directory '/tmp/project/apps/api/keyv' does not exist, skipping all lookups in it. Loading module 'keyv' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/cacheable-request/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/keyv/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/keyv.ts' does not exist. File '/tmp/project/node_modules/keyv.tsx' does not exist. File '/tmp/project/node_modules/keyv.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './src/index.d.ts' that references '/tmp/project/node_modules/keyv/src/index.d.ts'. File '/tmp/project/node_modules/keyv/src/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/keyv/src/index.d.ts', result '/tmp/project/node_modules/keyv/src/index.d.ts'. ======== Module name 'keyv' was successfully resolved to '/tmp/project/node_modules/keyv/src/index.d.ts' with Package ID 'keyv/src/index.d.ts@4.5.2'. ======== ======== Resolving module 'http-cache-semantics' from '/tmp/project/node_modules/@types/cacheable-request/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http-cache-semantics'. 'paths' option is specified, looking for a pattern to match module name 'http-cache-semantics'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http-cache-semantics'. Resolving module name 'http-cache-semantics' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http-cache-semantics'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http-cache-semantics', target file type 'TypeScript'. File '/tmp/project/apps/api/http-cache-semantics.ts' does not exist. File '/tmp/project/apps/api/http-cache-semantics.tsx' does not exist. File '/tmp/project/apps/api/http-cache-semantics.d.ts' does not exist. Directory '/tmp/project/apps/api/http-cache-semantics' does not exist, skipping all lookups in it. Loading module 'http-cache-semantics' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/cacheable-request/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/http-cache-semantics/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/http-cache-semantics.ts' does not exist. File '/tmp/project/node_modules/http-cache-semantics.tsx' does not exist. File '/tmp/project/node_modules/http-cache-semantics.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'index.js' that references '/tmp/project/node_modules/http-cache-semantics/index.js'. File '/tmp/project/node_modules/http-cache-semantics/index.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/http-cache-semantics/index.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/http-cache-semantics/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/http-cache-semantics/index.js.ts' does not exist. File '/tmp/project/node_modules/http-cache-semantics/index.js.tsx' does not exist. File '/tmp/project/node_modules/http-cache-semantics/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/http-cache-semantics/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/http-cache-semantics/index.ts' does not exist. File '/tmp/project/node_modules/http-cache-semantics/index.tsx' does not exist. File '/tmp/project/node_modules/http-cache-semantics/index.d.ts' does not exist. Directory '/tmp/project/node_modules/http-cache-semantics/index.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/http-cache-semantics/index.ts' does not exist. File '/tmp/project/node_modules/http-cache-semantics/index.tsx' does not exist. File '/tmp/project/node_modules/http-cache-semantics/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/http-cache-semantics/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/http-cache-semantics.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/http-cache-semantics/index.d.ts'. File '/tmp/project/node_modules/@types/http-cache-semantics/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/http-cache-semantics/index.d.ts', result '/tmp/project/node_modules/@types/http-cache-semantics/index.d.ts'. ======== Module name 'http-cache-semantics' was successfully resolved to '/tmp/project/node_modules/@types/http-cache-semantics/index.d.ts' with Package ID '@types/http-cache-semantics/index.d.ts@4.0.1'. ======== ======== Resolving module 'responselike' from '/tmp/project/node_modules/@types/cacheable-request/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'responselike'. 'paths' option is specified, looking for a pattern to match module name 'responselike'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'responselike'. Resolving module name 'responselike' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/responselike'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/responselike', target file type 'TypeScript'. File '/tmp/project/apps/api/responselike.ts' does not exist. File '/tmp/project/apps/api/responselike.tsx' does not exist. File '/tmp/project/apps/api/responselike.d.ts' does not exist. Directory '/tmp/project/apps/api/responselike' does not exist, skipping all lookups in it. Loading module 'responselike' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/cacheable-request/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/responselike/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/responselike.ts' does not exist. File '/tmp/project/node_modules/responselike.tsx' does not exist. File '/tmp/project/node_modules/responselike.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'src/index.js' that references '/tmp/project/node_modules/responselike/src/index.js'. File '/tmp/project/node_modules/responselike/src/index.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/responselike/src/index.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/responselike/src/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/responselike/src/index.js.ts' does not exist. File '/tmp/project/node_modules/responselike/src/index.js.tsx' does not exist. File '/tmp/project/node_modules/responselike/src/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/responselike/src/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/responselike/src/index.ts' does not exist. File '/tmp/project/node_modules/responselike/src/index.tsx' does not exist. File '/tmp/project/node_modules/responselike/src/index.d.ts' does not exist. Directory '/tmp/project/node_modules/responselike/src/index.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/responselike/index.ts' does not exist. File '/tmp/project/node_modules/responselike/index.tsx' does not exist. File '/tmp/project/node_modules/responselike/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/responselike/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/responselike.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index' that references '/tmp/project/node_modules/@types/responselike/index'. File '/tmp/project/node_modules/@types/responselike/index' does not exist. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/responselike/index', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/responselike/index.ts' does not exist. File '/tmp/project/node_modules/@types/responselike/index.tsx' does not exist. File '/tmp/project/node_modules/@types/responselike/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/responselike/index.d.ts', result '/tmp/project/node_modules/@types/responselike/index.d.ts'. ======== Module name 'responselike' was successfully resolved to '/tmp/project/node_modules/@types/responselike/index.d.ts' with Package ID '@types/responselike/index.d.ts@1.0.0'. ======== ======== Resolving module 'events' from '/tmp/project/node_modules/keyv/src/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'TypeScript'. File '/tmp/project/apps/api/events.ts' does not exist. File '/tmp/project/apps/api/events.tsx' does not exist. File '/tmp/project/apps/api/events.d.ts' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/keyv/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/keyv/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/events/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/events.ts' does not exist. File '/tmp/project/node_modules/events.tsx' does not exist. File '/tmp/project/node_modules/events.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field './events.js' that references '/tmp/project/node_modules/events/events.js'. File '/tmp/project/node_modules/events/events.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/events/events.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/events/events.js', target file type 'TypeScript'. File '/tmp/project/node_modules/events/events.js.ts' does not exist. File '/tmp/project/node_modules/events/events.js.tsx' does not exist. File '/tmp/project/node_modules/events/events.js.d.ts' does not exist. File name '/tmp/project/node_modules/events/events.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/events/events.ts' does not exist. File '/tmp/project/node_modules/events/events.tsx' does not exist. File '/tmp/project/node_modules/events/events.d.ts' does not exist. Directory '/tmp/project/node_modules/events/events.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/events/index.ts' does not exist. File '/tmp/project/node_modules/events/index.tsx' does not exist. File '/tmp/project/node_modules/events/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/events.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'JavaScript'. File '/tmp/project/apps/api/events.js' does not exist. File '/tmp/project/apps/api/events.jsx' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/keyv/src/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/keyv/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/events/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/events.js' does not exist. File '/tmp/project/node_modules/events.jsx' does not exist. 'package.json' has 'main' field './events.js' that references '/tmp/project/node_modules/events/events.js'. File '/tmp/project/node_modules/events/events.js' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/events/events.js', result '/tmp/project/node_modules/events/events.js'. ======== Module name 'events' was successfully resolved to '/tmp/project/node_modules/events/events.js' with Package ID 'events/events.js@3.3.0'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/responselike/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/@types/responselike/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/responselike/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'http' was not resolved. ======== ======== Resolving module 'stream' from '/tmp/project/node_modules/@types/responselike/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. 'paths' option is specified, looking for a pattern to match module name 'stream'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. Resolving module name 'stream' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/stream'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/stream', target file type 'TypeScript'. File '/tmp/project/apps/api/stream.ts' does not exist. File '/tmp/project/apps/api/stream.tsx' does not exist. File '/tmp/project/apps/api/stream.d.ts' does not exist. Directory '/tmp/project/apps/api/stream' does not exist, skipping all lookups in it. Loading module 'stream' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/responselike/node_modules' does not exist, skipping all lookups in it. Resolution for module 'stream' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'stream' was not resolved. ======== ======== Resolving module 'estree' from '/tmp/project/node_modules/@types/eslint/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'estree'. 'paths' option is specified, looking for a pattern to match module name 'estree'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'estree'. Resolving module name 'estree' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/estree'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/estree', target file type 'TypeScript'. File '/tmp/project/apps/api/estree.ts' does not exist. File '/tmp/project/apps/api/estree.tsx' does not exist. File '/tmp/project/apps/api/estree.d.ts' does not exist. Directory '/tmp/project/apps/api/estree' does not exist, skipping all lookups in it. Loading module 'estree' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/eslint/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/estree.ts' does not exist. File '/tmp/project/node_modules/estree.tsx' does not exist. File '/tmp/project/node_modules/estree.d.ts' does not exist. File '/tmp/project/node_modules/@types/estree/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/estree.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/estree/index.d.ts'. File '/tmp/project/node_modules/@types/estree/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/estree/index.d.ts', result '/tmp/project/node_modules/@types/estree/index.d.ts'. ======== Module name 'estree' was successfully resolved to '/tmp/project/node_modules/@types/estree/index.d.ts' with Package ID '@types/estree/index.d.ts@1.0.0'. ======== ======== Resolving module 'json-schema' from '/tmp/project/node_modules/@types/eslint/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'json-schema'. 'paths' option is specified, looking for a pattern to match module name 'json-schema'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'json-schema'. Resolving module name 'json-schema' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/json-schema'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/json-schema', target file type 'TypeScript'. File '/tmp/project/apps/api/json-schema.ts' does not exist. File '/tmp/project/apps/api/json-schema.tsx' does not exist. File '/tmp/project/apps/api/json-schema.d.ts' does not exist. Directory '/tmp/project/apps/api/json-schema' does not exist, skipping all lookups in it. Loading module 'json-schema' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/eslint/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/json-schema.ts' does not exist. File '/tmp/project/node_modules/json-schema.tsx' does not exist. File '/tmp/project/node_modules/json-schema.d.ts' does not exist. File '/tmp/project/node_modules/@types/json-schema/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/json-schema.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/json-schema/index.d.ts'. File '/tmp/project/node_modules/@types/json-schema/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/json-schema/index.d.ts', result '/tmp/project/node_modules/@types/json-schema/index.d.ts'. ======== Module name 'json-schema' was successfully resolved to '/tmp/project/node_modules/@types/json-schema/index.d.ts' with Package ID '@types/json-schema/index.d.ts@7.0.11'. ======== ======== Resolving module 'eslint' from '/tmp/project/node_modules/@types/eslint-scope/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'eslint'. 'paths' option is specified, looking for a pattern to match module name 'eslint'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'eslint'. Resolving module name 'eslint' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/eslint'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/eslint', target file type 'TypeScript'. File '/tmp/project/apps/api/eslint.ts' does not exist. File '/tmp/project/apps/api/eslint.tsx' does not exist. File '/tmp/project/apps/api/eslint.d.ts' does not exist. Directory '/tmp/project/apps/api/eslint' does not exist, skipping all lookups in it. Loading module 'eslint' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/eslint-scope/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/eslint/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/eslint.ts' does not exist. File '/tmp/project/node_modules/eslint.tsx' does not exist. File '/tmp/project/node_modules/eslint.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field './lib/api.js' that references '/tmp/project/node_modules/eslint/lib/api.js'. File '/tmp/project/node_modules/eslint/lib/api.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/eslint/lib/api.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/eslint/lib/api.js', target file type 'TypeScript'. File '/tmp/project/node_modules/eslint/lib/api.js.ts' does not exist. File '/tmp/project/node_modules/eslint/lib/api.js.tsx' does not exist. File '/tmp/project/node_modules/eslint/lib/api.js.d.ts' does not exist. File name '/tmp/project/node_modules/eslint/lib/api.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/eslint/lib/api.ts' does not exist. File '/tmp/project/node_modules/eslint/lib/api.tsx' does not exist. File '/tmp/project/node_modules/eslint/lib/api.d.ts' does not exist. Directory '/tmp/project/node_modules/eslint/lib/api.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/eslint/index.ts' does not exist. File '/tmp/project/node_modules/eslint/index.tsx' does not exist. File '/tmp/project/node_modules/eslint/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/eslint/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/eslint.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/eslint/index.d.ts'. File '/tmp/project/node_modules/@types/eslint/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/eslint/index.d.ts', result '/tmp/project/node_modules/@types/eslint/index.d.ts'. ======== Module name 'eslint' was successfully resolved to '/tmp/project/node_modules/@types/eslint/index.d.ts' with Package ID '@types/eslint/index.d.ts@8.21.2'. ======== ======== Resolving module 'estree' from '/tmp/project/node_modules/@types/eslint-scope/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'estree'. 'paths' option is specified, looking for a pattern to match module name 'estree'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'estree'. Resolving module name 'estree' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/estree'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/estree', target file type 'TypeScript'. File '/tmp/project/apps/api/estree.ts' does not exist. File '/tmp/project/apps/api/estree.tsx' does not exist. File '/tmp/project/apps/api/estree.d.ts' does not exist. Directory '/tmp/project/apps/api/estree' does not exist, skipping all lookups in it. Loading module 'estree' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/eslint-scope/node_modules' does not exist, skipping all lookups in it. Resolution for module 'estree' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'estree' was successfully resolved to '/tmp/project/node_modules/@types/estree/index.d.ts' with Package ID '@types/estree/index.d.ts@1.0.0'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/fluent-ffmpeg/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'events' from '/tmp/project/node_modules/@types/fluent-ffmpeg/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'TypeScript'. File '/tmp/project/apps/api/events.ts' does not exist. File '/tmp/project/apps/api/events.tsx' does not exist. File '/tmp/project/apps/api/events.d.ts' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/fluent-ffmpeg/node_modules' does not exist, skipping all lookups in it. Resolution for module 'events' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'events' was successfully resolved to '/tmp/project/node_modules/events/events.js' with Package ID 'events/events.js@3.3.0'. ======== ======== Resolving module 'stream' from '/tmp/project/node_modules/@types/fluent-ffmpeg/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. 'paths' option is specified, looking for a pattern to match module name 'stream'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. Resolving module name 'stream' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/stream'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/stream', target file type 'TypeScript'. File '/tmp/project/apps/api/stream.ts' does not exist. File '/tmp/project/apps/api/stream.tsx' does not exist. File '/tmp/project/apps/api/stream.d.ts' does not exist. Directory '/tmp/project/apps/api/stream' does not exist, skipping all lookups in it. Loading module 'stream' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/fluent-ffmpeg/node_modules' does not exist, skipping all lookups in it. Resolution for module 'stream' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'stream' was not resolved. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/glob/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'events' from '/tmp/project/node_modules/@types/glob/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'TypeScript'. File '/tmp/project/apps/api/events.ts' does not exist. File '/tmp/project/apps/api/events.tsx' does not exist. File '/tmp/project/apps/api/events.d.ts' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/glob/node_modules' does not exist, skipping all lookups in it. Resolution for module 'events' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'events' was successfully resolved to '/tmp/project/node_modules/events/events.js' with Package ID 'events/events.js@3.3.0'. ======== ======== Resolving module 'minimatch' from '/tmp/project/node_modules/@types/glob/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'minimatch'. 'paths' option is specified, looking for a pattern to match module name 'minimatch'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'minimatch'. Resolving module name 'minimatch' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/minimatch'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/minimatch', target file type 'TypeScript'. File '/tmp/project/apps/api/minimatch.ts' does not exist. File '/tmp/project/apps/api/minimatch.tsx' does not exist. File '/tmp/project/apps/api/minimatch.d.ts' does not exist. Directory '/tmp/project/apps/api/minimatch' does not exist, skipping all lookups in it. Loading module 'minimatch' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/glob/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/minimatch/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/minimatch.ts' does not exist. File '/tmp/project/node_modules/minimatch.tsx' does not exist. File '/tmp/project/node_modules/minimatch.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'minimatch.js' that references '/tmp/project/node_modules/minimatch/minimatch.js'. File '/tmp/project/node_modules/minimatch/minimatch.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/minimatch/minimatch.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/minimatch/minimatch.js', target file type 'TypeScript'. File '/tmp/project/node_modules/minimatch/minimatch.js.ts' does not exist. File '/tmp/project/node_modules/minimatch/minimatch.js.tsx' does not exist. File '/tmp/project/node_modules/minimatch/minimatch.js.d.ts' does not exist. File name '/tmp/project/node_modules/minimatch/minimatch.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/minimatch/minimatch.ts' does not exist. File '/tmp/project/node_modules/minimatch/minimatch.tsx' does not exist. File '/tmp/project/node_modules/minimatch/minimatch.d.ts' does not exist. Directory '/tmp/project/node_modules/minimatch/minimatch.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/minimatch/index.ts' does not exist. File '/tmp/project/node_modules/minimatch/index.tsx' does not exist. File '/tmp/project/node_modules/minimatch/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/minimatch/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/minimatch.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/minimatch/index.d.ts'. File '/tmp/project/node_modules/@types/minimatch/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/minimatch/index.d.ts', result '/tmp/project/node_modules/@types/minimatch/index.d.ts'. ======== Module name 'minimatch' was successfully resolved to '/tmp/project/node_modules/@types/minimatch/index.d.ts' with Package ID '@types/minimatch/index.d.ts@5.1.2'. ======== ======== Resolving module 'fs' from '/tmp/project/node_modules/@types/glob/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'fs'. 'paths' option is specified, looking for a pattern to match module name 'fs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'fs'. Resolving module name 'fs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/fs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/fs', target file type 'TypeScript'. File '/tmp/project/apps/api/fs.ts' does not exist. File '/tmp/project/apps/api/fs.tsx' does not exist. File '/tmp/project/apps/api/fs.d.ts' does not exist. Directory '/tmp/project/apps/api/fs' does not exist, skipping all lookups in it. Loading module 'fs' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/glob/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/fs.ts' does not exist. File '/tmp/project/node_modules/fs.tsx' does not exist. File '/tmp/project/node_modules/fs.d.ts' does not exist. File '/tmp/project/node_modules/@types/fs.d.ts' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'fs'. 'paths' option is specified, looking for a pattern to match module name 'fs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'fs'. Resolving module name 'fs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/fs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/fs', target file type 'JavaScript'. File '/tmp/project/apps/api/fs.js' does not exist. File '/tmp/project/apps/api/fs.jsx' does not exist. Directory '/tmp/project/apps/api/fs' does not exist, skipping all lookups in it. Loading module 'fs' from 'node_modules' folder, target file type 'JavaScript'. Directory '/tmp/project/node_modules/@types/glob/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/fs.js' does not exist. File '/tmp/project/node_modules/fs.jsx' does not exist. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'fs'. 'paths' option is specified, looking for a pattern to match module name 'fs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'fs'. Resolving module name 'fs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/fs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/fs', target file type 'Json'. Directory '/tmp/project/apps/api/fs' does not exist, skipping all lookups in it. Loading module 'fs' from 'node_modules' folder, target file type 'Json'. Directory '/tmp/project/node_modules/@types/glob/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/node_modules' does not exist, skipping all lookups in it. Directory '/node_modules' does not exist, skipping all lookups in it. ======== Module name 'fs' was not resolved. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/graceful-fs/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'fs' from '/tmp/project/node_modules/@types/graceful-fs/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'fs'. 'paths' option is specified, looking for a pattern to match module name 'fs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'fs'. Resolving module name 'fs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/fs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/fs', target file type 'TypeScript'. File '/tmp/project/apps/api/fs.ts' does not exist. File '/tmp/project/apps/api/fs.tsx' does not exist. File '/tmp/project/apps/api/fs.d.ts' does not exist. Directory '/tmp/project/apps/api/fs' does not exist, skipping all lookups in it. Loading module 'fs' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/graceful-fs/node_modules' does not exist, skipping all lookups in it. Resolution for module 'fs' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'fs' was not resolved. ======== ======== Resolving module 'react' from '/tmp/project/node_modules/@types/hoist-non-react-statics/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. 'paths' option is specified, looking for a pattern to match module name 'react'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. Resolving module name 'react' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/react'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/react', target file type 'TypeScript'. File '/tmp/project/apps/api/react.ts' does not exist. File '/tmp/project/apps/api/react.tsx' does not exist. File '/tmp/project/apps/api/react.d.ts' does not exist. Directory '/tmp/project/apps/api/react' does not exist, skipping all lookups in it. Loading module 'react' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/hoist-non-react-statics/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/react/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/react.ts' does not exist. File '/tmp/project/node_modules/react.tsx' does not exist. File '/tmp/project/node_modules/react.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'index.js' that references '/tmp/project/node_modules/react/index.js'. File '/tmp/project/node_modules/react/index.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/react/index.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/react/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/react/index.js.ts' does not exist. File '/tmp/project/node_modules/react/index.js.tsx' does not exist. File '/tmp/project/node_modules/react/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/react/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/react/index.ts' does not exist. File '/tmp/project/node_modules/react/index.tsx' does not exist. File '/tmp/project/node_modules/react/index.d.ts' does not exist. Directory '/tmp/project/node_modules/react/index.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/react/index.ts' does not exist. File '/tmp/project/node_modules/react/index.tsx' does not exist. File '/tmp/project/node_modules/react/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/react/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/react.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/react/index.d.ts'. File '/tmp/project/node_modules/@types/react/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/react/index.d.ts', result '/tmp/project/node_modules/@types/react/index.d.ts'. ======== Module name 'react' was successfully resolved to '/tmp/project/node_modules/@types/react/index.d.ts' with Package ID '@types/react/index.d.ts@18.0.28'. ======== ======== Resolving module 'istanbul-lib-coverage' from '/tmp/project/node_modules/@types/istanbul-lib-report/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'istanbul-lib-coverage'. 'paths' option is specified, looking for a pattern to match module name 'istanbul-lib-coverage'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'istanbul-lib-coverage'. Resolving module name 'istanbul-lib-coverage' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/istanbul-lib-coverage'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/istanbul-lib-coverage', target file type 'TypeScript'. File '/tmp/project/apps/api/istanbul-lib-coverage.ts' does not exist. File '/tmp/project/apps/api/istanbul-lib-coverage.tsx' does not exist. File '/tmp/project/apps/api/istanbul-lib-coverage.d.ts' does not exist. Directory '/tmp/project/apps/api/istanbul-lib-coverage' does not exist, skipping all lookups in it. Loading module 'istanbul-lib-coverage' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/istanbul-lib-report/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/istanbul-lib-coverage/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/istanbul-lib-coverage.ts' does not exist. File '/tmp/project/node_modules/istanbul-lib-coverage.tsx' does not exist. File '/tmp/project/node_modules/istanbul-lib-coverage.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'index.js' that references '/tmp/project/node_modules/istanbul-lib-coverage/index.js'. File '/tmp/project/node_modules/istanbul-lib-coverage/index.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/istanbul-lib-coverage/index.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/istanbul-lib-coverage/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/istanbul-lib-coverage/index.js.ts' does not exist. File '/tmp/project/node_modules/istanbul-lib-coverage/index.js.tsx' does not exist. File '/tmp/project/node_modules/istanbul-lib-coverage/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/istanbul-lib-coverage/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/istanbul-lib-coverage/index.ts' does not exist. File '/tmp/project/node_modules/istanbul-lib-coverage/index.tsx' does not exist. File '/tmp/project/node_modules/istanbul-lib-coverage/index.d.ts' does not exist. Directory '/tmp/project/node_modules/istanbul-lib-coverage/index.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/istanbul-lib-coverage/index.ts' does not exist. File '/tmp/project/node_modules/istanbul-lib-coverage/index.tsx' does not exist. File '/tmp/project/node_modules/istanbul-lib-coverage/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/istanbul-lib-coverage/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/istanbul-lib-coverage.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/istanbul-lib-coverage/index.d.ts'. File '/tmp/project/node_modules/@types/istanbul-lib-coverage/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/istanbul-lib-coverage/index.d.ts', result '/tmp/project/node_modules/@types/istanbul-lib-coverage/index.d.ts'. ======== Module name 'istanbul-lib-coverage' was successfully resolved to '/tmp/project/node_modules/@types/istanbul-lib-coverage/index.d.ts' with Package ID '@types/istanbul-lib-coverage/index.d.ts@2.0.4'. ======== ======== Resolving module 'istanbul-lib-report' from '/tmp/project/node_modules/@types/istanbul-reports/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'istanbul-lib-report'. 'paths' option is specified, looking for a pattern to match module name 'istanbul-lib-report'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'istanbul-lib-report'. Resolving module name 'istanbul-lib-report' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/istanbul-lib-report'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/istanbul-lib-report', target file type 'TypeScript'. File '/tmp/project/apps/api/istanbul-lib-report.ts' does not exist. File '/tmp/project/apps/api/istanbul-lib-report.tsx' does not exist. File '/tmp/project/apps/api/istanbul-lib-report.d.ts' does not exist. Directory '/tmp/project/apps/api/istanbul-lib-report' does not exist, skipping all lookups in it. Loading module 'istanbul-lib-report' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/istanbul-reports/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/istanbul-lib-report/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/istanbul-lib-report.ts' does not exist. File '/tmp/project/node_modules/istanbul-lib-report.tsx' does not exist. File '/tmp/project/node_modules/istanbul-lib-report.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'index.js' that references '/tmp/project/node_modules/istanbul-lib-report/index.js'. File '/tmp/project/node_modules/istanbul-lib-report/index.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/istanbul-lib-report/index.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/istanbul-lib-report/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/istanbul-lib-report/index.js.ts' does not exist. File '/tmp/project/node_modules/istanbul-lib-report/index.js.tsx' does not exist. File '/tmp/project/node_modules/istanbul-lib-report/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/istanbul-lib-report/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/istanbul-lib-report/index.ts' does not exist. File '/tmp/project/node_modules/istanbul-lib-report/index.tsx' does not exist. File '/tmp/project/node_modules/istanbul-lib-report/index.d.ts' does not exist. Directory '/tmp/project/node_modules/istanbul-lib-report/index.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/istanbul-lib-report/index.ts' does not exist. File '/tmp/project/node_modules/istanbul-lib-report/index.tsx' does not exist. File '/tmp/project/node_modules/istanbul-lib-report/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/istanbul-lib-report/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/istanbul-lib-report.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/istanbul-lib-report/index.d.ts'. File '/tmp/project/node_modules/@types/istanbul-lib-report/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/istanbul-lib-report/index.d.ts', result '/tmp/project/node_modules/@types/istanbul-lib-report/index.d.ts'. ======== Module name 'istanbul-lib-report' was successfully resolved to '/tmp/project/node_modules/@types/istanbul-lib-report/index.d.ts' with Package ID '@types/istanbul-lib-report/index.d.ts@3.0.0'. ======== ======== Resolving module 'jest-diff' from '/tmp/project/node_modules/@types/jest/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'jest-diff'. 'paths' option is specified, looking for a pattern to match module name 'jest-diff'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'jest-diff'. Resolving module name 'jest-diff' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/jest-diff'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/jest-diff', target file type 'TypeScript'. File '/tmp/project/apps/api/jest-diff.ts' does not exist. File '/tmp/project/apps/api/jest-diff.tsx' does not exist. File '/tmp/project/apps/api/jest-diff.d.ts' does not exist. Directory '/tmp/project/apps/api/jest-diff' does not exist, skipping all lookups in it. Loading module 'jest-diff' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/jest/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/jest-diff/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/jest-diff.ts' does not exist. File '/tmp/project/node_modules/jest-diff.tsx' does not exist. File '/tmp/project/node_modules/jest-diff.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './build/index.d.ts' that references '/tmp/project/node_modules/jest-diff/build/index.d.ts'. File '/tmp/project/node_modules/jest-diff/build/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/jest-diff/build/index.d.ts', result '/tmp/project/node_modules/jest-diff/build/index.d.ts'. ======== Module name 'jest-diff' was successfully resolved to '/tmp/project/node_modules/jest-diff/build/index.d.ts' with Package ID 'jest-diff/build/index.d.ts@27.5.1'. ======== ======== Resolving module 'pretty-format' from '/tmp/project/node_modules/@types/jest/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'pretty-format'. 'paths' option is specified, looking for a pattern to match module name 'pretty-format'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'pretty-format'. Resolving module name 'pretty-format' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/pretty-format'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/pretty-format', target file type 'TypeScript'. File '/tmp/project/apps/api/pretty-format.ts' does not exist. File '/tmp/project/apps/api/pretty-format.tsx' does not exist. File '/tmp/project/apps/api/pretty-format.d.ts' does not exist. Directory '/tmp/project/apps/api/pretty-format' does not exist, skipping all lookups in it. Loading module 'pretty-format' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/jest/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/pretty-format/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/pretty-format.ts' does not exist. File '/tmp/project/node_modules/pretty-format.tsx' does not exist. File '/tmp/project/node_modules/pretty-format.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './build/index.d.ts' that references '/tmp/project/node_modules/pretty-format/build/index.d.ts'. File '/tmp/project/node_modules/pretty-format/build/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/pretty-format/build/index.d.ts', result '/tmp/project/node_modules/pretty-format/build/index.d.ts'. ======== Module name 'pretty-format' was successfully resolved to '/tmp/project/node_modules/pretty-format/build/index.d.ts' with Package ID 'pretty-format/build/index.d.ts@27.5.1'. ======== ======== Resolving module './cleanupSemantic' from '/tmp/project/node_modules/jest-diff/build/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/jest-diff/build/cleanupSemantic', target file type 'TypeScript'. File '/tmp/project/node_modules/jest-diff/build/cleanupSemantic.ts' does not exist. File '/tmp/project/node_modules/jest-diff/build/cleanupSemantic.tsx' does not exist. File '/tmp/project/node_modules/jest-diff/build/cleanupSemantic.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/jest-diff/package.json' exists according to earlier cached lookups. ======== Module name './cleanupSemantic' was successfully resolved to '/tmp/project/node_modules/jest-diff/build/cleanupSemantic.d.ts' with Package ID 'jest-diff/build/cleanupSemantic.d.ts@27.5.1'. ======== ======== Resolving module './diffLines' from '/tmp/project/node_modules/jest-diff/build/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/jest-diff/build/diffLines', target file type 'TypeScript'. File '/tmp/project/node_modules/jest-diff/build/diffLines.ts' does not exist. File '/tmp/project/node_modules/jest-diff/build/diffLines.tsx' does not exist. File '/tmp/project/node_modules/jest-diff/build/diffLines.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/jest-diff/package.json' exists according to earlier cached lookups. ======== Module name './diffLines' was successfully resolved to '/tmp/project/node_modules/jest-diff/build/diffLines.d.ts' with Package ID 'jest-diff/build/diffLines.d.ts@27.5.1'. ======== ======== Resolving module './printDiffs' from '/tmp/project/node_modules/jest-diff/build/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/jest-diff/build/printDiffs', target file type 'TypeScript'. File '/tmp/project/node_modules/jest-diff/build/printDiffs.ts' does not exist. File '/tmp/project/node_modules/jest-diff/build/printDiffs.tsx' does not exist. File '/tmp/project/node_modules/jest-diff/build/printDiffs.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/jest-diff/package.json' exists according to earlier cached lookups. ======== Module name './printDiffs' was successfully resolved to '/tmp/project/node_modules/jest-diff/build/printDiffs.d.ts' with Package ID 'jest-diff/build/printDiffs.d.ts@27.5.1'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/jest-diff/build/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/jest-diff/build/types', target file type 'TypeScript'. File '/tmp/project/node_modules/jest-diff/build/types.ts' does not exist. File '/tmp/project/node_modules/jest-diff/build/types.tsx' does not exist. File '/tmp/project/node_modules/jest-diff/build/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/jest-diff/package.json' exists according to earlier cached lookups. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/jest-diff/build/types.d.ts' with Package ID 'jest-diff/build/types.d.ts@27.5.1'. ======== ======== Resolving module './cleanupSemantic' from '/tmp/project/node_modules/jest-diff/build/diffLines.d.ts'. ======== Resolution for module './cleanupSemantic' was found in cache from location '/tmp/project/node_modules/jest-diff/build'. ======== Module name './cleanupSemantic' was successfully resolved to '/tmp/project/node_modules/jest-diff/build/cleanupSemantic.d.ts' with Package ID 'jest-diff/build/cleanupSemantic.d.ts@27.5.1'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/jest-diff/build/diffLines.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/node_modules/jest-diff/build'. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/jest-diff/build/types.d.ts' with Package ID 'jest-diff/build/types.d.ts@27.5.1'. ======== ======== Resolving module 'pretty-format' from '/tmp/project/node_modules/jest-diff/build/types.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'pretty-format'. 'paths' option is specified, looking for a pattern to match module name 'pretty-format'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'pretty-format'. Resolving module name 'pretty-format' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/pretty-format'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/pretty-format', target file type 'TypeScript'. File '/tmp/project/apps/api/pretty-format.ts' does not exist. File '/tmp/project/apps/api/pretty-format.tsx' does not exist. File '/tmp/project/apps/api/pretty-format.d.ts' does not exist. Directory '/tmp/project/apps/api/pretty-format' does not exist, skipping all lookups in it. Loading module 'pretty-format' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/jest-diff/build/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/jest-diff/node_modules' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/pretty-format/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/pretty-format.ts' does not exist. File '/tmp/project/node_modules/pretty-format.tsx' does not exist. File '/tmp/project/node_modules/pretty-format.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field './build/index.d.ts' that references '/tmp/project/node_modules/pretty-format/build/index.d.ts'. File '/tmp/project/node_modules/pretty-format/build/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/pretty-format/build/index.d.ts', result '/tmp/project/node_modules/pretty-format/build/index.d.ts'. ======== Module name 'pretty-format' was successfully resolved to '/tmp/project/node_modules/pretty-format/build/index.d.ts' with Package ID 'pretty-format/build/index.d.ts@27.5.1'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/pretty-format/build/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/pretty-format/build/types', target file type 'TypeScript'. File '/tmp/project/node_modules/pretty-format/build/types.ts' does not exist. File '/tmp/project/node_modules/pretty-format/build/types.tsx' does not exist. File '/tmp/project/node_modules/pretty-format/build/types.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/pretty-format/package.json' exists according to earlier cached lookups. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/pretty-format/build/types.d.ts' with Package ID 'pretty-format/build/types.d.ts@27.5.1'. ======== ======== Resolving module './cleanupSemantic' from '/tmp/project/node_modules/jest-diff/build/printDiffs.d.ts'. ======== Resolution for module './cleanupSemantic' was found in cache from location '/tmp/project/node_modules/jest-diff/build'. ======== Module name './cleanupSemantic' was successfully resolved to '/tmp/project/node_modules/jest-diff/build/cleanupSemantic.d.ts' with Package ID 'jest-diff/build/cleanupSemantic.d.ts@27.5.1'. ======== ======== Resolving module './types' from '/tmp/project/node_modules/jest-diff/build/printDiffs.d.ts'. ======== Resolution for module './types' was found in cache from location '/tmp/project/node_modules/jest-diff/build'. ======== Module name './types' was successfully resolved to '/tmp/project/node_modules/jest-diff/build/types.d.ts' with Package ID 'jest-diff/build/types.d.ts@27.5.1'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/keyv/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'events' from '/tmp/project/node_modules/@types/keyv/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. 'paths' option is specified, looking for a pattern to match module name 'events'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'events'. Resolving module name 'events' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/events'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/events', target file type 'TypeScript'. File '/tmp/project/apps/api/events.ts' does not exist. File '/tmp/project/apps/api/events.tsx' does not exist. File '/tmp/project/apps/api/events.d.ts' does not exist. Directory '/tmp/project/apps/api/events' does not exist, skipping all lookups in it. Loading module 'events' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/keyv/node_modules' does not exist, skipping all lookups in it. Resolution for module 'events' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'events' was successfully resolved to '/tmp/project/node_modules/events/events.js' with Package ID 'events/events.js@3.3.0'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/lodash/common/common.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/lodash/index', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/lodash/index.ts' does not exist. File '/tmp/project/node_modules/@types/lodash/index.tsx' does not exist. File '/tmp/project/node_modules/@types/lodash/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/lodash/package.json' exists according to earlier cached lookups. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/lodash/index.d.ts' with Package ID '@types/lodash/index.d.ts@4.14.176'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/lodash/common/array.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/lodash/common'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/lodash/index.d.ts' with Package ID '@types/lodash/index.d.ts@4.14.176'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/lodash/common/collection.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/lodash/common'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/lodash/index.d.ts' with Package ID '@types/lodash/index.d.ts@4.14.176'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/lodash/common/date.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/lodash/common'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/lodash/index.d.ts' with Package ID '@types/lodash/index.d.ts@4.14.176'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/lodash/common/function.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/lodash/common'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/lodash/index.d.ts' with Package ID '@types/lodash/index.d.ts@4.14.176'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/lodash/common/lang.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/lodash/common'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/lodash/index.d.ts' with Package ID '@types/lodash/index.d.ts@4.14.176'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/lodash/common/math.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/lodash/common'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/lodash/index.d.ts' with Package ID '@types/lodash/index.d.ts@4.14.176'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/lodash/common/number.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/lodash/common'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/lodash/index.d.ts' with Package ID '@types/lodash/index.d.ts@4.14.176'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/lodash/common/object.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/lodash/common'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/lodash/index.d.ts' with Package ID '@types/lodash/index.d.ts@4.14.176'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/lodash/common/seq.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/lodash/common'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/lodash/index.d.ts' with Package ID '@types/lodash/index.d.ts@4.14.176'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/lodash/common/string.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/lodash/common'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/lodash/index.d.ts' with Package ID '@types/lodash/index.d.ts@4.14.176'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/lodash/common/util.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/lodash/common'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/lodash/index.d.ts' with Package ID '@types/lodash/index.d.ts@4.14.176'. ======== ======== Resolving module 'express' from '/tmp/project/node_modules/@types/multer/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'express'. 'paths' option is specified, looking for a pattern to match module name 'express'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'express'. Resolving module name 'express' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/express'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/express', target file type 'TypeScript'. File '/tmp/project/apps/api/express.ts' does not exist. File '/tmp/project/apps/api/express.tsx' does not exist. File '/tmp/project/apps/api/express.d.ts' does not exist. Directory '/tmp/project/apps/api/express' does not exist, skipping all lookups in it. Loading module 'express' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/multer/node_modules' does not exist, skipping all lookups in it. Resolution for module 'express' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'express' was successfully resolved to '/tmp/project/node_modules/@types/express/index.d.ts' with Package ID '@types/express/index.d.ts@4.17.17'. ======== ======== Resolving module 'stream' from '/tmp/project/node_modules/@types/multer/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. 'paths' option is specified, looking for a pattern to match module name 'stream'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. Resolving module name 'stream' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/stream'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/stream', target file type 'TypeScript'. File '/tmp/project/apps/api/stream.ts' does not exist. File '/tmp/project/apps/api/stream.tsx' does not exist. File '/tmp/project/apps/api/stream.d.ts' does not exist. Directory '/tmp/project/apps/api/stream' does not exist, skipping all lookups in it. Loading module 'stream' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/multer/node_modules' does not exist, skipping all lookups in it. Resolution for module 'stream' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'stream' was not resolved. ======== ======== Resolving module 'react' from '/tmp/project/node_modules/@types/react-beautiful-dnd/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. 'paths' option is specified, looking for a pattern to match module name 'react'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. Resolving module name 'react' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/react'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/react', target file type 'TypeScript'. File '/tmp/project/apps/api/react.ts' does not exist. File '/tmp/project/apps/api/react.tsx' does not exist. File '/tmp/project/apps/api/react.d.ts' does not exist. Directory '/tmp/project/apps/api/react' does not exist, skipping all lookups in it. Loading module 'react' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-beautiful-dnd/node_modules' does not exist, skipping all lookups in it. Resolution for module 'react' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'react' was successfully resolved to '/tmp/project/node_modules/@types/react/index.d.ts' with Package ID '@types/react/index.d.ts@18.0.28'. ======== ======== Resolving module 'react' from '/tmp/project/node_modules/@types/react-color/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. 'paths' option is specified, looking for a pattern to match module name 'react'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. Resolving module name 'react' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/react'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/react', target file type 'TypeScript'. File '/tmp/project/apps/api/react.ts' does not exist. File '/tmp/project/apps/api/react.tsx' does not exist. File '/tmp/project/apps/api/react.d.ts' does not exist. Directory '/tmp/project/apps/api/react' does not exist, skipping all lookups in it. Loading module 'react' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/node_modules' does not exist, skipping all lookups in it. Resolution for module 'react' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'react' was successfully resolved to '/tmp/project/node_modules/@types/react/index.d.ts' with Package ID '@types/react/index.d.ts@18.0.28'. ======== ======== Resolving module 'reactcss' from '/tmp/project/node_modules/@types/react-color/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reactcss'. 'paths' option is specified, looking for a pattern to match module name 'reactcss'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reactcss'. Resolving module name 'reactcss' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/reactcss'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/reactcss', target file type 'TypeScript'. File '/tmp/project/apps/api/reactcss.ts' does not exist. File '/tmp/project/apps/api/reactcss.tsx' does not exist. File '/tmp/project/apps/api/reactcss.d.ts' does not exist. Directory '/tmp/project/apps/api/reactcss' does not exist, skipping all lookups in it. Loading module 'reactcss' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/reactcss/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/reactcss.ts' does not exist. File '/tmp/project/node_modules/reactcss.tsx' does not exist. File '/tmp/project/node_modules/reactcss.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'lib/index.js' that references '/tmp/project/node_modules/reactcss/lib/index.js'. File '/tmp/project/node_modules/reactcss/lib/index.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/reactcss/lib/index.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/reactcss/lib/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/reactcss/lib/index.js.ts' does not exist. File '/tmp/project/node_modules/reactcss/lib/index.js.tsx' does not exist. File '/tmp/project/node_modules/reactcss/lib/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/reactcss/lib/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/reactcss/lib/index.ts' does not exist. File '/tmp/project/node_modules/reactcss/lib/index.tsx' does not exist. File '/tmp/project/node_modules/reactcss/lib/index.d.ts' does not exist. Directory '/tmp/project/node_modules/reactcss/lib/index.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/reactcss/index.ts' does not exist. File '/tmp/project/node_modules/reactcss/index.tsx' does not exist. File '/tmp/project/node_modules/reactcss/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/reactcss/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/reactcss.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/reactcss/index.d.ts'. File '/tmp/project/node_modules/@types/reactcss/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/reactcss/index.d.ts', result '/tmp/project/node_modules/@types/reactcss/index.d.ts'. ======== Module name 'reactcss' was successfully resolved to '/tmp/project/node_modules/@types/reactcss/index.d.ts' with Package ID '@types/reactcss/index.d.ts@1.2.6'. ======== ======== Resolving module './lib/components/alpha/Alpha' from '/tmp/project/node_modules/@types/react-color/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/lib/components/alpha/Alpha', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/lib/components/alpha/Alpha.ts' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/alpha/Alpha.tsx' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/alpha/Alpha.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. ======== Module name './lib/components/alpha/Alpha' was successfully resolved to '/tmp/project/node_modules/@types/react-color/lib/components/alpha/Alpha.d.ts' with Package ID '@types/react-color/lib/components/alpha/Alpha.d.ts@3.0.6'. ======== ======== Resolving module './lib/components/block/Block' from '/tmp/project/node_modules/@types/react-color/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/lib/components/block/Block', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/lib/components/block/Block.ts' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/block/Block.tsx' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/block/Block.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. ======== Module name './lib/components/block/Block' was successfully resolved to '/tmp/project/node_modules/@types/react-color/lib/components/block/Block.d.ts' with Package ID '@types/react-color/lib/components/block/Block.d.ts@3.0.6'. ======== ======== Resolving module './lib/components/common/Checkboard' from '/tmp/project/node_modules/@types/react-color/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/lib/components/common/Checkboard', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/lib/components/common/Checkboard.ts' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/common/Checkboard.tsx' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/common/Checkboard.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. ======== Module name './lib/components/common/Checkboard' was successfully resolved to '/tmp/project/node_modules/@types/react-color/lib/components/common/Checkboard.d.ts' with Package ID '@types/react-color/lib/components/common/Checkboard.d.ts@3.0.6'. ======== ======== Resolving module './lib/components/chrome/Chrome' from '/tmp/project/node_modules/@types/react-color/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/lib/components/chrome/Chrome', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/lib/components/chrome/Chrome.ts' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/chrome/Chrome.tsx' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/chrome/Chrome.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. ======== Module name './lib/components/chrome/Chrome' was successfully resolved to '/tmp/project/node_modules/@types/react-color/lib/components/chrome/Chrome.d.ts' with Package ID '@types/react-color/lib/components/chrome/Chrome.d.ts@3.0.6'. ======== ======== Resolving module './lib/components/circle/Circle' from '/tmp/project/node_modules/@types/react-color/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/lib/components/circle/Circle', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/lib/components/circle/Circle.ts' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/circle/Circle.tsx' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/circle/Circle.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. ======== Module name './lib/components/circle/Circle' was successfully resolved to '/tmp/project/node_modules/@types/react-color/lib/components/circle/Circle.d.ts' with Package ID '@types/react-color/lib/components/circle/Circle.d.ts@3.0.6'. ======== ======== Resolving module './lib/components/compact/Compact' from '/tmp/project/node_modules/@types/react-color/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/lib/components/compact/Compact', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/lib/components/compact/Compact.ts' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/compact/Compact.tsx' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/compact/Compact.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. ======== Module name './lib/components/compact/Compact' was successfully resolved to '/tmp/project/node_modules/@types/react-color/lib/components/compact/Compact.d.ts' with Package ID '@types/react-color/lib/components/compact/Compact.d.ts@3.0.6'. ======== ======== Resolving module './lib/components/github/Github' from '/tmp/project/node_modules/@types/react-color/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/lib/components/github/Github', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/lib/components/github/Github.ts' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/github/Github.tsx' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/github/Github.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. ======== Module name './lib/components/github/Github' was successfully resolved to '/tmp/project/node_modules/@types/react-color/lib/components/github/Github.d.ts' with Package ID '@types/react-color/lib/components/github/Github.d.ts@3.0.6'. ======== ======== Resolving module './lib/components/hue/Hue' from '/tmp/project/node_modules/@types/react-color/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/lib/components/hue/Hue', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/lib/components/hue/Hue.ts' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/hue/Hue.tsx' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/hue/Hue.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. ======== Module name './lib/components/hue/Hue' was successfully resolved to '/tmp/project/node_modules/@types/react-color/lib/components/hue/Hue.d.ts' with Package ID '@types/react-color/lib/components/hue/Hue.d.ts@3.0.6'. ======== ======== Resolving module './lib/components/material/Material' from '/tmp/project/node_modules/@types/react-color/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/lib/components/material/Material', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/lib/components/material/Material.ts' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/material/Material.tsx' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/material/Material.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. ======== Module name './lib/components/material/Material' was successfully resolved to '/tmp/project/node_modules/@types/react-color/lib/components/material/Material.d.ts' with Package ID '@types/react-color/lib/components/material/Material.d.ts@3.0.6'. ======== ======== Resolving module './lib/components/photoshop/Photoshop' from '/tmp/project/node_modules/@types/react-color/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/lib/components/photoshop/Photoshop', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/lib/components/photoshop/Photoshop.ts' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/photoshop/Photoshop.tsx' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/photoshop/Photoshop.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. ======== Module name './lib/components/photoshop/Photoshop' was successfully resolved to '/tmp/project/node_modules/@types/react-color/lib/components/photoshop/Photoshop.d.ts' with Package ID '@types/react-color/lib/components/photoshop/Photoshop.d.ts@3.0.6'. ======== ======== Resolving module './lib/components/sketch/Sketch' from '/tmp/project/node_modules/@types/react-color/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/lib/components/sketch/Sketch', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/lib/components/sketch/Sketch.ts' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/sketch/Sketch.tsx' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/sketch/Sketch.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. ======== Module name './lib/components/sketch/Sketch' was successfully resolved to '/tmp/project/node_modules/@types/react-color/lib/components/sketch/Sketch.d.ts' with Package ID '@types/react-color/lib/components/sketch/Sketch.d.ts@3.0.6'. ======== ======== Resolving module './lib/components/slider/Slider' from '/tmp/project/node_modules/@types/react-color/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/lib/components/slider/Slider', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/lib/components/slider/Slider.ts' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/slider/Slider.tsx' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/slider/Slider.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. ======== Module name './lib/components/slider/Slider' was successfully resolved to '/tmp/project/node_modules/@types/react-color/lib/components/slider/Slider.d.ts' with Package ID '@types/react-color/lib/components/slider/Slider.d.ts@3.0.6'. ======== ======== Resolving module './lib/components/swatches/Swatches' from '/tmp/project/node_modules/@types/react-color/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/lib/components/swatches/Swatches', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/lib/components/swatches/Swatches.ts' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/swatches/Swatches.tsx' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/swatches/Swatches.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. ======== Module name './lib/components/swatches/Swatches' was successfully resolved to '/tmp/project/node_modules/@types/react-color/lib/components/swatches/Swatches.d.ts' with Package ID '@types/react-color/lib/components/swatches/Swatches.d.ts@3.0.6'. ======== ======== Resolving module './lib/components/twitter/Twitter' from '/tmp/project/node_modules/@types/react-color/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/lib/components/twitter/Twitter', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/lib/components/twitter/Twitter.ts' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/twitter/Twitter.tsx' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/twitter/Twitter.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. ======== Module name './lib/components/twitter/Twitter' was successfully resolved to '/tmp/project/node_modules/@types/react-color/lib/components/twitter/Twitter.d.ts' with Package ID '@types/react-color/lib/components/twitter/Twitter.d.ts@3.0.6'. ======== ======== Resolving module './lib/components/common/ColorWrap' from '/tmp/project/node_modules/@types/react-color/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/lib/components/common/ColorWrap', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/lib/components/common/ColorWrap.ts' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/common/ColorWrap.tsx' does not exist. File '/tmp/project/node_modules/@types/react-color/lib/components/common/ColorWrap.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. ======== Module name './lib/components/common/ColorWrap' was successfully resolved to '/tmp/project/node_modules/@types/react-color/lib/components/common/ColorWrap.d.ts' with Package ID '@types/react-color/lib/components/common/ColorWrap.d.ts@3.0.6'. ======== ======== Resolving module 'react' from '/tmp/project/node_modules/@types/reactcss/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. 'paths' option is specified, looking for a pattern to match module name 'react'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. Resolving module name 'react' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/react'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/react', target file type 'TypeScript'. File '/tmp/project/apps/api/react.ts' does not exist. File '/tmp/project/apps/api/react.tsx' does not exist. File '/tmp/project/apps/api/react.d.ts' does not exist. Directory '/tmp/project/apps/api/react' does not exist, skipping all lookups in it. Loading module 'react' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/reactcss/node_modules' does not exist, skipping all lookups in it. Resolution for module 'react' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'react' was successfully resolved to '/tmp/project/node_modules/@types/react/index.d.ts' with Package ID '@types/react/index.d.ts@18.0.28'. ======== ======== Resolving module 'react' from '/tmp/project/node_modules/@types/react-color/lib/components/alpha/Alpha.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. 'paths' option is specified, looking for a pattern to match module name 'react'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. Resolving module name 'react' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/react'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/react', target file type 'TypeScript'. File '/tmp/project/apps/api/react.ts' does not exist. File '/tmp/project/apps/api/react.tsx' does not exist. File '/tmp/project/apps/api/react.d.ts' does not exist. Directory '/tmp/project/apps/api/react' does not exist, skipping all lookups in it. Loading module 'react' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/lib/components/alpha/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/react-color/lib/components/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/react-color/lib/node_modules' does not exist, skipping all lookups in it. Resolution for module 'react' was found in cache from location '/tmp/project/node_modules/@types/react-color'. ======== Module name 'react' was successfully resolved to '/tmp/project/node_modules/@types/react/index.d.ts' with Package ID '@types/react/index.d.ts@18.0.28'. ======== ======== Resolving module '../../..' from '/tmp/project/node_modules/@types/react-color/lib/components/alpha/Alpha.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/react-color/index.d.ts'. File '/tmp/project/node_modules/@types/react-color/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../..' was successfully resolved to '/tmp/project/node_modules/@types/react-color/index.d.ts' with Package ID '@types/react-color/ndex.d.ts@3.0.6'. ======== ======== Resolving module 'reactcss' from '/tmp/project/node_modules/@types/react-color/lib/components/alpha/Alpha.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reactcss'. 'paths' option is specified, looking for a pattern to match module name 'reactcss'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reactcss'. Resolving module name 'reactcss' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/reactcss'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/reactcss', target file type 'TypeScript'. File '/tmp/project/apps/api/reactcss.ts' does not exist. File '/tmp/project/apps/api/reactcss.tsx' does not exist. File '/tmp/project/apps/api/reactcss.d.ts' does not exist. Directory '/tmp/project/apps/api/reactcss' does not exist, skipping all lookups in it. Loading module 'reactcss' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/lib/components/alpha/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/react-color/lib/components/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/react-color/lib/node_modules' does not exist, skipping all lookups in it. Resolution for module 'reactcss' was found in cache from location '/tmp/project/node_modules/@types/react-color'. ======== Module name 'reactcss' was successfully resolved to '/tmp/project/node_modules/@types/reactcss/index.d.ts' with Package ID '@types/reactcss/index.d.ts@1.2.6'. ======== ======== Resolving module 'react' from '/tmp/project/node_modules/@types/react-color/lib/components/block/Block.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. 'paths' option is specified, looking for a pattern to match module name 'react'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. Resolving module name 'react' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/react'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/react', target file type 'TypeScript'. File '/tmp/project/apps/api/react.ts' does not exist. File '/tmp/project/apps/api/react.tsx' does not exist. File '/tmp/project/apps/api/react.d.ts' does not exist. Directory '/tmp/project/apps/api/react' does not exist, skipping all lookups in it. Loading module 'react' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/lib/components/block/node_modules' does not exist, skipping all lookups in it. Resolution for module 'react' was found in cache from location '/tmp/project/node_modules/@types/react-color/lib/components'. ======== Module name 'react' was successfully resolved to '/tmp/project/node_modules/@types/react/index.d.ts' with Package ID '@types/react/index.d.ts@18.0.28'. ======== ======== Resolving module '../../..' from '/tmp/project/node_modules/@types/react-color/lib/components/block/Block.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/react-color/index.d.ts'. File '/tmp/project/node_modules/@types/react-color/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../..' was successfully resolved to '/tmp/project/node_modules/@types/react-color/index.d.ts' with Package ID '@types/react-color/ndex.d.ts@3.0.6'. ======== ======== Resolving module 'reactcss' from '/tmp/project/node_modules/@types/react-color/lib/components/block/Block.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reactcss'. 'paths' option is specified, looking for a pattern to match module name 'reactcss'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reactcss'. Resolving module name 'reactcss' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/reactcss'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/reactcss', target file type 'TypeScript'. File '/tmp/project/apps/api/reactcss.ts' does not exist. File '/tmp/project/apps/api/reactcss.tsx' does not exist. File '/tmp/project/apps/api/reactcss.d.ts' does not exist. Directory '/tmp/project/apps/api/reactcss' does not exist, skipping all lookups in it. Loading module 'reactcss' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/lib/components/block/node_modules' does not exist, skipping all lookups in it. Resolution for module 'reactcss' was found in cache from location '/tmp/project/node_modules/@types/react-color/lib/components'. ======== Module name 'reactcss' was successfully resolved to '/tmp/project/node_modules/@types/reactcss/index.d.ts' with Package ID '@types/reactcss/index.d.ts@1.2.6'. ======== ======== Resolving module 'react' from '/tmp/project/node_modules/@types/react-color/lib/components/common/Checkboard.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. 'paths' option is specified, looking for a pattern to match module name 'react'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. Resolving module name 'react' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/react'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/react', target file type 'TypeScript'. File '/tmp/project/apps/api/react.ts' does not exist. File '/tmp/project/apps/api/react.tsx' does not exist. File '/tmp/project/apps/api/react.d.ts' does not exist. Directory '/tmp/project/apps/api/react' does not exist, skipping all lookups in it. Loading module 'react' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/lib/components/common/node_modules' does not exist, skipping all lookups in it. Resolution for module 'react' was found in cache from location '/tmp/project/node_modules/@types/react-color/lib/components'. ======== Module name 'react' was successfully resolved to '/tmp/project/node_modules/@types/react/index.d.ts' with Package ID '@types/react/index.d.ts@18.0.28'. ======== ======== Resolving module 'react' from '/tmp/project/node_modules/@types/react-color/lib/components/chrome/Chrome.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. 'paths' option is specified, looking for a pattern to match module name 'react'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. Resolving module name 'react' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/react'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/react', target file type 'TypeScript'. File '/tmp/project/apps/api/react.ts' does not exist. File '/tmp/project/apps/api/react.tsx' does not exist. File '/tmp/project/apps/api/react.d.ts' does not exist. Directory '/tmp/project/apps/api/react' does not exist, skipping all lookups in it. Loading module 'react' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/lib/components/chrome/node_modules' does not exist, skipping all lookups in it. Resolution for module 'react' was found in cache from location '/tmp/project/node_modules/@types/react-color/lib/components'. ======== Module name 'react' was successfully resolved to '/tmp/project/node_modules/@types/react/index.d.ts' with Package ID '@types/react/index.d.ts@18.0.28'. ======== ======== Resolving module '../../..' from '/tmp/project/node_modules/@types/react-color/lib/components/chrome/Chrome.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/react-color/index.d.ts'. File '/tmp/project/node_modules/@types/react-color/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../..' was successfully resolved to '/tmp/project/node_modules/@types/react-color/index.d.ts' with Package ID '@types/react-color/ndex.d.ts@3.0.6'. ======== ======== Resolving module 'reactcss' from '/tmp/project/node_modules/@types/react-color/lib/components/chrome/Chrome.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reactcss'. 'paths' option is specified, looking for a pattern to match module name 'reactcss'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reactcss'. Resolving module name 'reactcss' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/reactcss'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/reactcss', target file type 'TypeScript'. File '/tmp/project/apps/api/reactcss.ts' does not exist. File '/tmp/project/apps/api/reactcss.tsx' does not exist. File '/tmp/project/apps/api/reactcss.d.ts' does not exist. Directory '/tmp/project/apps/api/reactcss' does not exist, skipping all lookups in it. Loading module 'reactcss' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/lib/components/chrome/node_modules' does not exist, skipping all lookups in it. Resolution for module 'reactcss' was found in cache from location '/tmp/project/node_modules/@types/react-color/lib/components'. ======== Module name 'reactcss' was successfully resolved to '/tmp/project/node_modules/@types/reactcss/index.d.ts' with Package ID '@types/reactcss/index.d.ts@1.2.6'. ======== ======== Resolving module 'react' from '/tmp/project/node_modules/@types/react-color/lib/components/circle/Circle.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. 'paths' option is specified, looking for a pattern to match module name 'react'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. Resolving module name 'react' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/react'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/react', target file type 'TypeScript'. File '/tmp/project/apps/api/react.ts' does not exist. File '/tmp/project/apps/api/react.tsx' does not exist. File '/tmp/project/apps/api/react.d.ts' does not exist. Directory '/tmp/project/apps/api/react' does not exist, skipping all lookups in it. Loading module 'react' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/lib/components/circle/node_modules' does not exist, skipping all lookups in it. Resolution for module 'react' was found in cache from location '/tmp/project/node_modules/@types/react-color/lib/components'. ======== Module name 'react' was successfully resolved to '/tmp/project/node_modules/@types/react/index.d.ts' with Package ID '@types/react/index.d.ts@18.0.28'. ======== ======== Resolving module '../../..' from '/tmp/project/node_modules/@types/react-color/lib/components/circle/Circle.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/react-color/index.d.ts'. File '/tmp/project/node_modules/@types/react-color/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../..' was successfully resolved to '/tmp/project/node_modules/@types/react-color/index.d.ts' with Package ID '@types/react-color/ndex.d.ts@3.0.6'. ======== ======== Resolving module 'reactcss' from '/tmp/project/node_modules/@types/react-color/lib/components/circle/Circle.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reactcss'. 'paths' option is specified, looking for a pattern to match module name 'reactcss'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reactcss'. Resolving module name 'reactcss' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/reactcss'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/reactcss', target file type 'TypeScript'. File '/tmp/project/apps/api/reactcss.ts' does not exist. File '/tmp/project/apps/api/reactcss.tsx' does not exist. File '/tmp/project/apps/api/reactcss.d.ts' does not exist. Directory '/tmp/project/apps/api/reactcss' does not exist, skipping all lookups in it. Loading module 'reactcss' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/lib/components/circle/node_modules' does not exist, skipping all lookups in it. Resolution for module 'reactcss' was found in cache from location '/tmp/project/node_modules/@types/react-color/lib/components'. ======== Module name 'reactcss' was successfully resolved to '/tmp/project/node_modules/@types/reactcss/index.d.ts' with Package ID '@types/reactcss/index.d.ts@1.2.6'. ======== ======== Resolving module 'react' from '/tmp/project/node_modules/@types/react-color/lib/components/compact/Compact.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. 'paths' option is specified, looking for a pattern to match module name 'react'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. Resolving module name 'react' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/react'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/react', target file type 'TypeScript'. File '/tmp/project/apps/api/react.ts' does not exist. File '/tmp/project/apps/api/react.tsx' does not exist. File '/tmp/project/apps/api/react.d.ts' does not exist. Directory '/tmp/project/apps/api/react' does not exist, skipping all lookups in it. Loading module 'react' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/lib/components/compact/node_modules' does not exist, skipping all lookups in it. Resolution for module 'react' was found in cache from location '/tmp/project/node_modules/@types/react-color/lib/components'. ======== Module name 'react' was successfully resolved to '/tmp/project/node_modules/@types/react/index.d.ts' with Package ID '@types/react/index.d.ts@18.0.28'. ======== ======== Resolving module '../../..' from '/tmp/project/node_modules/@types/react-color/lib/components/compact/Compact.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/react-color/index.d.ts'. File '/tmp/project/node_modules/@types/react-color/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../..' was successfully resolved to '/tmp/project/node_modules/@types/react-color/index.d.ts' with Package ID '@types/react-color/ndex.d.ts@3.0.6'. ======== ======== Resolving module 'reactcss' from '/tmp/project/node_modules/@types/react-color/lib/components/compact/Compact.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reactcss'. 'paths' option is specified, looking for a pattern to match module name 'reactcss'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reactcss'. Resolving module name 'reactcss' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/reactcss'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/reactcss', target file type 'TypeScript'. File '/tmp/project/apps/api/reactcss.ts' does not exist. File '/tmp/project/apps/api/reactcss.tsx' does not exist. File '/tmp/project/apps/api/reactcss.d.ts' does not exist. Directory '/tmp/project/apps/api/reactcss' does not exist, skipping all lookups in it. Loading module 'reactcss' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/lib/components/compact/node_modules' does not exist, skipping all lookups in it. Resolution for module 'reactcss' was found in cache from location '/tmp/project/node_modules/@types/react-color/lib/components'. ======== Module name 'reactcss' was successfully resolved to '/tmp/project/node_modules/@types/reactcss/index.d.ts' with Package ID '@types/reactcss/index.d.ts@1.2.6'. ======== ======== Resolving module 'react' from '/tmp/project/node_modules/@types/react-color/lib/components/github/Github.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. 'paths' option is specified, looking for a pattern to match module name 'react'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. Resolving module name 'react' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/react'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/react', target file type 'TypeScript'. File '/tmp/project/apps/api/react.ts' does not exist. File '/tmp/project/apps/api/react.tsx' does not exist. File '/tmp/project/apps/api/react.d.ts' does not exist. Directory '/tmp/project/apps/api/react' does not exist, skipping all lookups in it. Loading module 'react' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/lib/components/github/node_modules' does not exist, skipping all lookups in it. Resolution for module 'react' was found in cache from location '/tmp/project/node_modules/@types/react-color/lib/components'. ======== Module name 'react' was successfully resolved to '/tmp/project/node_modules/@types/react/index.d.ts' with Package ID '@types/react/index.d.ts@18.0.28'. ======== ======== Resolving module '../../..' from '/tmp/project/node_modules/@types/react-color/lib/components/github/Github.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/react-color/index.d.ts'. File '/tmp/project/node_modules/@types/react-color/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../..' was successfully resolved to '/tmp/project/node_modules/@types/react-color/index.d.ts' with Package ID '@types/react-color/ndex.d.ts@3.0.6'. ======== ======== Resolving module 'reactcss' from '/tmp/project/node_modules/@types/react-color/lib/components/github/Github.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reactcss'. 'paths' option is specified, looking for a pattern to match module name 'reactcss'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reactcss'. Resolving module name 'reactcss' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/reactcss'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/reactcss', target file type 'TypeScript'. File '/tmp/project/apps/api/reactcss.ts' does not exist. File '/tmp/project/apps/api/reactcss.tsx' does not exist. File '/tmp/project/apps/api/reactcss.d.ts' does not exist. Directory '/tmp/project/apps/api/reactcss' does not exist, skipping all lookups in it. Loading module 'reactcss' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/lib/components/github/node_modules' does not exist, skipping all lookups in it. Resolution for module 'reactcss' was found in cache from location '/tmp/project/node_modules/@types/react-color/lib/components'. ======== Module name 'reactcss' was successfully resolved to '/tmp/project/node_modules/@types/reactcss/index.d.ts' with Package ID '@types/reactcss/index.d.ts@1.2.6'. ======== ======== Resolving module 'react' from '/tmp/project/node_modules/@types/react-color/lib/components/hue/Hue.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. 'paths' option is specified, looking for a pattern to match module name 'react'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. Resolving module name 'react' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/react'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/react', target file type 'TypeScript'. File '/tmp/project/apps/api/react.ts' does not exist. File '/tmp/project/apps/api/react.tsx' does not exist. File '/tmp/project/apps/api/react.d.ts' does not exist. Directory '/tmp/project/apps/api/react' does not exist, skipping all lookups in it. Loading module 'react' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/lib/components/hue/node_modules' does not exist, skipping all lookups in it. Resolution for module 'react' was found in cache from location '/tmp/project/node_modules/@types/react-color/lib/components'. ======== Module name 'react' was successfully resolved to '/tmp/project/node_modules/@types/react/index.d.ts' with Package ID '@types/react/index.d.ts@18.0.28'. ======== ======== Resolving module '../../..' from '/tmp/project/node_modules/@types/react-color/lib/components/hue/Hue.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/react-color/index.d.ts'. File '/tmp/project/node_modules/@types/react-color/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../..' was successfully resolved to '/tmp/project/node_modules/@types/react-color/index.d.ts' with Package ID '@types/react-color/ndex.d.ts@3.0.6'. ======== ======== Resolving module 'reactcss' from '/tmp/project/node_modules/@types/react-color/lib/components/hue/Hue.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reactcss'. 'paths' option is specified, looking for a pattern to match module name 'reactcss'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reactcss'. Resolving module name 'reactcss' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/reactcss'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/reactcss', target file type 'TypeScript'. File '/tmp/project/apps/api/reactcss.ts' does not exist. File '/tmp/project/apps/api/reactcss.tsx' does not exist. File '/tmp/project/apps/api/reactcss.d.ts' does not exist. Directory '/tmp/project/apps/api/reactcss' does not exist, skipping all lookups in it. Loading module 'reactcss' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/lib/components/hue/node_modules' does not exist, skipping all lookups in it. Resolution for module 'reactcss' was found in cache from location '/tmp/project/node_modules/@types/react-color/lib/components'. ======== Module name 'reactcss' was successfully resolved to '/tmp/project/node_modules/@types/reactcss/index.d.ts' with Package ID '@types/reactcss/index.d.ts@1.2.6'. ======== ======== Resolving module 'react' from '/tmp/project/node_modules/@types/react-color/lib/components/material/Material.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. 'paths' option is specified, looking for a pattern to match module name 'react'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. Resolving module name 'react' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/react'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/react', target file type 'TypeScript'. File '/tmp/project/apps/api/react.ts' does not exist. File '/tmp/project/apps/api/react.tsx' does not exist. File '/tmp/project/apps/api/react.d.ts' does not exist. Directory '/tmp/project/apps/api/react' does not exist, skipping all lookups in it. Loading module 'react' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/lib/components/material/node_modules' does not exist, skipping all lookups in it. Resolution for module 'react' was found in cache from location '/tmp/project/node_modules/@types/react-color/lib/components'. ======== Module name 'react' was successfully resolved to '/tmp/project/node_modules/@types/react/index.d.ts' with Package ID '@types/react/index.d.ts@18.0.28'. ======== ======== Resolving module '../../..' from '/tmp/project/node_modules/@types/react-color/lib/components/material/Material.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/react-color/index.d.ts'. File '/tmp/project/node_modules/@types/react-color/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../..' was successfully resolved to '/tmp/project/node_modules/@types/react-color/index.d.ts' with Package ID '@types/react-color/ndex.d.ts@3.0.6'. ======== ======== Resolving module 'reactcss' from '/tmp/project/node_modules/@types/react-color/lib/components/material/Material.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reactcss'. 'paths' option is specified, looking for a pattern to match module name 'reactcss'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reactcss'. Resolving module name 'reactcss' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/reactcss'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/reactcss', target file type 'TypeScript'. File '/tmp/project/apps/api/reactcss.ts' does not exist. File '/tmp/project/apps/api/reactcss.tsx' does not exist. File '/tmp/project/apps/api/reactcss.d.ts' does not exist. Directory '/tmp/project/apps/api/reactcss' does not exist, skipping all lookups in it. Loading module 'reactcss' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/lib/components/material/node_modules' does not exist, skipping all lookups in it. Resolution for module 'reactcss' was found in cache from location '/tmp/project/node_modules/@types/react-color/lib/components'. ======== Module name 'reactcss' was successfully resolved to '/tmp/project/node_modules/@types/reactcss/index.d.ts' with Package ID '@types/reactcss/index.d.ts@1.2.6'. ======== ======== Resolving module 'react' from '/tmp/project/node_modules/@types/react-color/lib/components/photoshop/Photoshop.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. 'paths' option is specified, looking for a pattern to match module name 'react'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. Resolving module name 'react' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/react'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/react', target file type 'TypeScript'. File '/tmp/project/apps/api/react.ts' does not exist. File '/tmp/project/apps/api/react.tsx' does not exist. File '/tmp/project/apps/api/react.d.ts' does not exist. Directory '/tmp/project/apps/api/react' does not exist, skipping all lookups in it. Loading module 'react' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/lib/components/photoshop/node_modules' does not exist, skipping all lookups in it. Resolution for module 'react' was found in cache from location '/tmp/project/node_modules/@types/react-color/lib/components'. ======== Module name 'react' was successfully resolved to '/tmp/project/node_modules/@types/react/index.d.ts' with Package ID '@types/react/index.d.ts@18.0.28'. ======== ======== Resolving module '../../..' from '/tmp/project/node_modules/@types/react-color/lib/components/photoshop/Photoshop.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/react-color/index.d.ts'. File '/tmp/project/node_modules/@types/react-color/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../..' was successfully resolved to '/tmp/project/node_modules/@types/react-color/index.d.ts' with Package ID '@types/react-color/ndex.d.ts@3.0.6'. ======== ======== Resolving module 'reactcss' from '/tmp/project/node_modules/@types/react-color/lib/components/photoshop/Photoshop.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reactcss'. 'paths' option is specified, looking for a pattern to match module name 'reactcss'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reactcss'. Resolving module name 'reactcss' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/reactcss'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/reactcss', target file type 'TypeScript'. File '/tmp/project/apps/api/reactcss.ts' does not exist. File '/tmp/project/apps/api/reactcss.tsx' does not exist. File '/tmp/project/apps/api/reactcss.d.ts' does not exist. Directory '/tmp/project/apps/api/reactcss' does not exist, skipping all lookups in it. Loading module 'reactcss' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/lib/components/photoshop/node_modules' does not exist, skipping all lookups in it. Resolution for module 'reactcss' was found in cache from location '/tmp/project/node_modules/@types/react-color/lib/components'. ======== Module name 'reactcss' was successfully resolved to '/tmp/project/node_modules/@types/reactcss/index.d.ts' with Package ID '@types/reactcss/index.d.ts@1.2.6'. ======== ======== Resolving module 'react' from '/tmp/project/node_modules/@types/react-color/lib/components/sketch/Sketch.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. 'paths' option is specified, looking for a pattern to match module name 'react'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. Resolving module name 'react' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/react'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/react', target file type 'TypeScript'. File '/tmp/project/apps/api/react.ts' does not exist. File '/tmp/project/apps/api/react.tsx' does not exist. File '/tmp/project/apps/api/react.d.ts' does not exist. Directory '/tmp/project/apps/api/react' does not exist, skipping all lookups in it. Loading module 'react' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/lib/components/sketch/node_modules' does not exist, skipping all lookups in it. Resolution for module 'react' was found in cache from location '/tmp/project/node_modules/@types/react-color/lib/components'. ======== Module name 'react' was successfully resolved to '/tmp/project/node_modules/@types/react/index.d.ts' with Package ID '@types/react/index.d.ts@18.0.28'. ======== ======== Resolving module '../../..' from '/tmp/project/node_modules/@types/react-color/lib/components/sketch/Sketch.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/react-color/index.d.ts'. File '/tmp/project/node_modules/@types/react-color/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../..' was successfully resolved to '/tmp/project/node_modules/@types/react-color/index.d.ts' with Package ID '@types/react-color/ndex.d.ts@3.0.6'. ======== ======== Resolving module 'reactcss' from '/tmp/project/node_modules/@types/react-color/lib/components/sketch/Sketch.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reactcss'. 'paths' option is specified, looking for a pattern to match module name 'reactcss'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reactcss'. Resolving module name 'reactcss' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/reactcss'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/reactcss', target file type 'TypeScript'. File '/tmp/project/apps/api/reactcss.ts' does not exist. File '/tmp/project/apps/api/reactcss.tsx' does not exist. File '/tmp/project/apps/api/reactcss.d.ts' does not exist. Directory '/tmp/project/apps/api/reactcss' does not exist, skipping all lookups in it. Loading module 'reactcss' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/lib/components/sketch/node_modules' does not exist, skipping all lookups in it. Resolution for module 'reactcss' was found in cache from location '/tmp/project/node_modules/@types/react-color/lib/components'. ======== Module name 'reactcss' was successfully resolved to '/tmp/project/node_modules/@types/reactcss/index.d.ts' with Package ID '@types/reactcss/index.d.ts@1.2.6'. ======== ======== Resolving module 'react' from '/tmp/project/node_modules/@types/react-color/lib/components/slider/Slider.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. 'paths' option is specified, looking for a pattern to match module name 'react'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. Resolving module name 'react' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/react'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/react', target file type 'TypeScript'. File '/tmp/project/apps/api/react.ts' does not exist. File '/tmp/project/apps/api/react.tsx' does not exist. File '/tmp/project/apps/api/react.d.ts' does not exist. Directory '/tmp/project/apps/api/react' does not exist, skipping all lookups in it. Loading module 'react' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/lib/components/slider/node_modules' does not exist, skipping all lookups in it. Resolution for module 'react' was found in cache from location '/tmp/project/node_modules/@types/react-color/lib/components'. ======== Module name 'react' was successfully resolved to '/tmp/project/node_modules/@types/react/index.d.ts' with Package ID '@types/react/index.d.ts@18.0.28'. ======== ======== Resolving module '../../..' from '/tmp/project/node_modules/@types/react-color/lib/components/slider/Slider.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/react-color/index.d.ts'. File '/tmp/project/node_modules/@types/react-color/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../..' was successfully resolved to '/tmp/project/node_modules/@types/react-color/index.d.ts' with Package ID '@types/react-color/ndex.d.ts@3.0.6'. ======== ======== Resolving module 'reactcss' from '/tmp/project/node_modules/@types/react-color/lib/components/slider/Slider.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reactcss'. 'paths' option is specified, looking for a pattern to match module name 'reactcss'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reactcss'. Resolving module name 'reactcss' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/reactcss'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/reactcss', target file type 'TypeScript'. File '/tmp/project/apps/api/reactcss.ts' does not exist. File '/tmp/project/apps/api/reactcss.tsx' does not exist. File '/tmp/project/apps/api/reactcss.d.ts' does not exist. Directory '/tmp/project/apps/api/reactcss' does not exist, skipping all lookups in it. Loading module 'reactcss' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/lib/components/slider/node_modules' does not exist, skipping all lookups in it. Resolution for module 'reactcss' was found in cache from location '/tmp/project/node_modules/@types/react-color/lib/components'. ======== Module name 'reactcss' was successfully resolved to '/tmp/project/node_modules/@types/reactcss/index.d.ts' with Package ID '@types/reactcss/index.d.ts@1.2.6'. ======== ======== Resolving module 'react' from '/tmp/project/node_modules/@types/react-color/lib/components/swatches/Swatches.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. 'paths' option is specified, looking for a pattern to match module name 'react'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. Resolving module name 'react' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/react'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/react', target file type 'TypeScript'. File '/tmp/project/apps/api/react.ts' does not exist. File '/tmp/project/apps/api/react.tsx' does not exist. File '/tmp/project/apps/api/react.d.ts' does not exist. Directory '/tmp/project/apps/api/react' does not exist, skipping all lookups in it. Loading module 'react' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/lib/components/swatches/node_modules' does not exist, skipping all lookups in it. Resolution for module 'react' was found in cache from location '/tmp/project/node_modules/@types/react-color/lib/components'. ======== Module name 'react' was successfully resolved to '/tmp/project/node_modules/@types/react/index.d.ts' with Package ID '@types/react/index.d.ts@18.0.28'. ======== ======== Resolving module '../../..' from '/tmp/project/node_modules/@types/react-color/lib/components/swatches/Swatches.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/react-color/index.d.ts'. File '/tmp/project/node_modules/@types/react-color/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../..' was successfully resolved to '/tmp/project/node_modules/@types/react-color/index.d.ts' with Package ID '@types/react-color/ndex.d.ts@3.0.6'. ======== ======== Resolving module 'reactcss' from '/tmp/project/node_modules/@types/react-color/lib/components/swatches/Swatches.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reactcss'. 'paths' option is specified, looking for a pattern to match module name 'reactcss'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reactcss'. Resolving module name 'reactcss' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/reactcss'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/reactcss', target file type 'TypeScript'. File '/tmp/project/apps/api/reactcss.ts' does not exist. File '/tmp/project/apps/api/reactcss.tsx' does not exist. File '/tmp/project/apps/api/reactcss.d.ts' does not exist. Directory '/tmp/project/apps/api/reactcss' does not exist, skipping all lookups in it. Loading module 'reactcss' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/lib/components/swatches/node_modules' does not exist, skipping all lookups in it. Resolution for module 'reactcss' was found in cache from location '/tmp/project/node_modules/@types/react-color/lib/components'. ======== Module name 'reactcss' was successfully resolved to '/tmp/project/node_modules/@types/reactcss/index.d.ts' with Package ID '@types/reactcss/index.d.ts@1.2.6'. ======== ======== Resolving module 'react' from '/tmp/project/node_modules/@types/react-color/lib/components/twitter/Twitter.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. 'paths' option is specified, looking for a pattern to match module name 'react'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. Resolving module name 'react' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/react'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/react', target file type 'TypeScript'. File '/tmp/project/apps/api/react.ts' does not exist. File '/tmp/project/apps/api/react.tsx' does not exist. File '/tmp/project/apps/api/react.d.ts' does not exist. Directory '/tmp/project/apps/api/react' does not exist, skipping all lookups in it. Loading module 'react' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/lib/components/twitter/node_modules' does not exist, skipping all lookups in it. Resolution for module 'react' was found in cache from location '/tmp/project/node_modules/@types/react-color/lib/components'. ======== Module name 'react' was successfully resolved to '/tmp/project/node_modules/@types/react/index.d.ts' with Package ID '@types/react/index.d.ts@18.0.28'. ======== ======== Resolving module '../../..' from '/tmp/project/node_modules/@types/react-color/lib/components/twitter/Twitter.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/react-color/index.d.ts'. File '/tmp/project/node_modules/@types/react-color/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../..' was successfully resolved to '/tmp/project/node_modules/@types/react-color/index.d.ts' with Package ID '@types/react-color/ndex.d.ts@3.0.6'. ======== ======== Resolving module 'reactcss' from '/tmp/project/node_modules/@types/react-color/lib/components/twitter/Twitter.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reactcss'. 'paths' option is specified, looking for a pattern to match module name 'reactcss'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'reactcss'. Resolving module name 'reactcss' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/reactcss'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/reactcss', target file type 'TypeScript'. File '/tmp/project/apps/api/reactcss.ts' does not exist. File '/tmp/project/apps/api/reactcss.tsx' does not exist. File '/tmp/project/apps/api/reactcss.d.ts' does not exist. Directory '/tmp/project/apps/api/reactcss' does not exist, skipping all lookups in it. Loading module 'reactcss' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-color/lib/components/twitter/node_modules' does not exist, skipping all lookups in it. Resolution for module 'reactcss' was found in cache from location '/tmp/project/node_modules/@types/react-color/lib/components'. ======== Module name 'reactcss' was successfully resolved to '/tmp/project/node_modules/@types/reactcss/index.d.ts' with Package ID '@types/reactcss/index.d.ts@1.2.6'. ======== ======== Resolving module 'react' from '/tmp/project/node_modules/@types/react-color/lib/components/common/ColorWrap.d.ts'. ======== Resolution for module 'react' was found in cache from location '/tmp/project/node_modules/@types/react-color/lib/components/common'. ======== Module name 'react' was successfully resolved to '/tmp/project/node_modules/@types/react/index.d.ts' with Package ID '@types/react/index.d.ts@18.0.28'. ======== ======== Resolving module '../../..' from '/tmp/project/node_modules/@types/react-color/lib/components/common/ColorWrap.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/react-color/', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/react-color/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/react-color/index.d.ts'. File '/tmp/project/node_modules/@types/react-color/index.d.ts' exist - use it as a name resolution result. ======== Module name '../../..' was successfully resolved to '/tmp/project/node_modules/@types/react-color/index.d.ts' with Package ID '@types/react-color/ndex.d.ts@3.0.6'. ======== ======== Resolving module 'react' from '/tmp/project/node_modules/@types/react-dom/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. 'paths' option is specified, looking for a pattern to match module name 'react'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. Resolving module name 'react' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/react'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/react', target file type 'TypeScript'. File '/tmp/project/apps/api/react.ts' does not exist. File '/tmp/project/apps/api/react.tsx' does not exist. File '/tmp/project/apps/api/react.d.ts' does not exist. Directory '/tmp/project/apps/api/react' does not exist, skipping all lookups in it. Loading module 'react' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-dom/node_modules' does not exist, skipping all lookups in it. Resolution for module 'react' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'react' was successfully resolved to '/tmp/project/node_modules/@types/react/index.d.ts' with Package ID '@types/react/index.d.ts@18.0.28'. ======== ======== Resolving module 'react' from '/tmp/project/node_modules/@types/react-redux/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. 'paths' option is specified, looking for a pattern to match module name 'react'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'react'. Resolving module name 'react' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/react'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/react', target file type 'TypeScript'. File '/tmp/project/apps/api/react.ts' does not exist. File '/tmp/project/apps/api/react.tsx' does not exist. File '/tmp/project/apps/api/react.d.ts' does not exist. Directory '/tmp/project/apps/api/react' does not exist, skipping all lookups in it. Loading module 'react' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-redux/node_modules' does not exist, skipping all lookups in it. Resolution for module 'react' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'react' was successfully resolved to '/tmp/project/node_modules/@types/react/index.d.ts' with Package ID '@types/react/index.d.ts@18.0.28'. ======== ======== Resolving module 'redux' from '/tmp/project/node_modules/@types/react-redux/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'redux'. 'paths' option is specified, looking for a pattern to match module name 'redux'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'redux'. Resolving module name 'redux' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/redux'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/redux', target file type 'TypeScript'. File '/tmp/project/apps/api/redux.ts' does not exist. File '/tmp/project/apps/api/redux.tsx' does not exist. File '/tmp/project/apps/api/redux.d.ts' does not exist. Directory '/tmp/project/apps/api/redux' does not exist, skipping all lookups in it. Loading module 'redux' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-redux/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/redux/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/redux.ts' does not exist. File '/tmp/project/node_modules/redux.tsx' does not exist. File '/tmp/project/node_modules/redux.d.ts' does not exist. 'package.json' has 'typings' field './index.d.ts' that references '/tmp/project/node_modules/redux/index.d.ts'. File '/tmp/project/node_modules/redux/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/redux/index.d.ts', result '/tmp/project/node_modules/redux/index.d.ts'. ======== Module name 'redux' was successfully resolved to '/tmp/project/node_modules/redux/index.d.ts' with Package ID 'redux/index.d.ts@4.2.1'. ======== ======== Resolving module 'hoist-non-react-statics' from '/tmp/project/node_modules/@types/react-redux/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'hoist-non-react-statics'. 'paths' option is specified, looking for a pattern to match module name 'hoist-non-react-statics'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'hoist-non-react-statics'. Resolving module name 'hoist-non-react-statics' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/hoist-non-react-statics'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/hoist-non-react-statics', target file type 'TypeScript'. File '/tmp/project/apps/api/hoist-non-react-statics.ts' does not exist. File '/tmp/project/apps/api/hoist-non-react-statics.tsx' does not exist. File '/tmp/project/apps/api/hoist-non-react-statics.d.ts' does not exist. Directory '/tmp/project/apps/api/hoist-non-react-statics' does not exist, skipping all lookups in it. Loading module 'hoist-non-react-statics' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/react-redux/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/hoist-non-react-statics/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/hoist-non-react-statics.ts' does not exist. File '/tmp/project/node_modules/hoist-non-react-statics.tsx' does not exist. File '/tmp/project/node_modules/hoist-non-react-statics.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'dist/hoist-non-react-statics.cjs.js' that references '/tmp/project/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js'. File '/tmp/project/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js', target file type 'TypeScript'. File '/tmp/project/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js.ts' does not exist. File '/tmp/project/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js.tsx' does not exist. File '/tmp/project/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js.d.ts' does not exist. File name '/tmp/project/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.ts' does not exist. File '/tmp/project/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.tsx' does not exist. File '/tmp/project/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.d.ts' does not exist. Directory '/tmp/project/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/hoist-non-react-statics/index.ts' does not exist. File '/tmp/project/node_modules/hoist-non-react-statics/index.tsx' does not exist. File '/tmp/project/node_modules/hoist-non-react-statics/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/hoist-non-react-statics/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/hoist-non-react-statics.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index' that references '/tmp/project/node_modules/@types/hoist-non-react-statics/index'. File '/tmp/project/node_modules/@types/hoist-non-react-statics/index' does not exist. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/hoist-non-react-statics/index', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/hoist-non-react-statics/index.ts' does not exist. File '/tmp/project/node_modules/@types/hoist-non-react-statics/index.tsx' does not exist. File '/tmp/project/node_modules/@types/hoist-non-react-statics/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/hoist-non-react-statics/index.d.ts', result '/tmp/project/node_modules/@types/hoist-non-react-statics/index.d.ts'. ======== Module name 'hoist-non-react-statics' was successfully resolved to '/tmp/project/node_modules/@types/hoist-non-react-statics/index.d.ts' with Package ID '@types/hoist-non-react-statics/index.d.ts@3.3.1'. ======== ======== Resolving module './functions/parse' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/functions/parse', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/functions/parse.ts' does not exist. File '/tmp/project/node_modules/@types/semver/functions/parse.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/functions/parse.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './functions/parse' was successfully resolved to '/tmp/project/node_modules/@types/semver/functions/parse.d.ts' with Package ID '@types/semver/functions/parse.d.ts@7.3.13'. ======== ======== Resolving module './functions/valid' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/functions/valid', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/functions/valid.ts' does not exist. File '/tmp/project/node_modules/@types/semver/functions/valid.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/functions/valid.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './functions/valid' was successfully resolved to '/tmp/project/node_modules/@types/semver/functions/valid.d.ts' with Package ID '@types/semver/functions/valid.d.ts@7.3.13'. ======== ======== Resolving module './functions/clean' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/functions/clean', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/functions/clean.ts' does not exist. File '/tmp/project/node_modules/@types/semver/functions/clean.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/functions/clean.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './functions/clean' was successfully resolved to '/tmp/project/node_modules/@types/semver/functions/clean.d.ts' with Package ID '@types/semver/functions/clean.d.ts@7.3.13'. ======== ======== Resolving module './functions/inc' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/functions/inc', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/functions/inc.ts' does not exist. File '/tmp/project/node_modules/@types/semver/functions/inc.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/functions/inc.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './functions/inc' was successfully resolved to '/tmp/project/node_modules/@types/semver/functions/inc.d.ts' with Package ID '@types/semver/functions/inc.d.ts@7.3.13'. ======== ======== Resolving module './functions/diff' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/functions/diff', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/functions/diff.ts' does not exist. File '/tmp/project/node_modules/@types/semver/functions/diff.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/functions/diff.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './functions/diff' was successfully resolved to '/tmp/project/node_modules/@types/semver/functions/diff.d.ts' with Package ID '@types/semver/functions/diff.d.ts@7.3.13'. ======== ======== Resolving module './functions/major' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/functions/major', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/functions/major.ts' does not exist. File '/tmp/project/node_modules/@types/semver/functions/major.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/functions/major.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './functions/major' was successfully resolved to '/tmp/project/node_modules/@types/semver/functions/major.d.ts' with Package ID '@types/semver/functions/major.d.ts@7.3.13'. ======== ======== Resolving module './functions/minor' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/functions/minor', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/functions/minor.ts' does not exist. File '/tmp/project/node_modules/@types/semver/functions/minor.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/functions/minor.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './functions/minor' was successfully resolved to '/tmp/project/node_modules/@types/semver/functions/minor.d.ts' with Package ID '@types/semver/functions/minor.d.ts@7.3.13'. ======== ======== Resolving module './functions/patch' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/functions/patch', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/functions/patch.ts' does not exist. File '/tmp/project/node_modules/@types/semver/functions/patch.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/functions/patch.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './functions/patch' was successfully resolved to '/tmp/project/node_modules/@types/semver/functions/patch.d.ts' with Package ID '@types/semver/functions/patch.d.ts@7.3.13'. ======== ======== Resolving module './functions/prerelease' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/functions/prerelease', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/functions/prerelease.ts' does not exist. File '/tmp/project/node_modules/@types/semver/functions/prerelease.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/functions/prerelease.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './functions/prerelease' was successfully resolved to '/tmp/project/node_modules/@types/semver/functions/prerelease.d.ts' with Package ID '@types/semver/functions/prerelease.d.ts@7.3.13'. ======== ======== Resolving module './functions/compare' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/functions/compare', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/functions/compare.ts' does not exist. File '/tmp/project/node_modules/@types/semver/functions/compare.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/functions/compare.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './functions/compare' was successfully resolved to '/tmp/project/node_modules/@types/semver/functions/compare.d.ts' with Package ID '@types/semver/functions/compare.d.ts@7.3.13'. ======== ======== Resolving module './functions/rcompare' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/functions/rcompare', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/functions/rcompare.ts' does not exist. File '/tmp/project/node_modules/@types/semver/functions/rcompare.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/functions/rcompare.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './functions/rcompare' was successfully resolved to '/tmp/project/node_modules/@types/semver/functions/rcompare.d.ts' with Package ID '@types/semver/functions/rcompare.d.ts@7.3.13'. ======== ======== Resolving module './functions/compare-loose' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/functions/compare-loose', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/functions/compare-loose.ts' does not exist. File '/tmp/project/node_modules/@types/semver/functions/compare-loose.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/functions/compare-loose.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './functions/compare-loose' was successfully resolved to '/tmp/project/node_modules/@types/semver/functions/compare-loose.d.ts' with Package ID '@types/semver/functions/compare-loose.d.ts@7.3.13'. ======== ======== Resolving module './functions/compare-build' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/functions/compare-build', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/functions/compare-build.ts' does not exist. File '/tmp/project/node_modules/@types/semver/functions/compare-build.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/functions/compare-build.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './functions/compare-build' was successfully resolved to '/tmp/project/node_modules/@types/semver/functions/compare-build.d.ts' with Package ID '@types/semver/functions/compare-build.d.ts@7.3.13'. ======== ======== Resolving module './functions/sort' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/functions/sort', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/functions/sort.ts' does not exist. File '/tmp/project/node_modules/@types/semver/functions/sort.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/functions/sort.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './functions/sort' was successfully resolved to '/tmp/project/node_modules/@types/semver/functions/sort.d.ts' with Package ID '@types/semver/functions/sort.d.ts@7.3.13'. ======== ======== Resolving module './functions/rsort' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/functions/rsort', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/functions/rsort.ts' does not exist. File '/tmp/project/node_modules/@types/semver/functions/rsort.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/functions/rsort.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './functions/rsort' was successfully resolved to '/tmp/project/node_modules/@types/semver/functions/rsort.d.ts' with Package ID '@types/semver/functions/rsort.d.ts@7.3.13'. ======== ======== Resolving module './functions/gt' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/functions/gt', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/functions/gt.ts' does not exist. File '/tmp/project/node_modules/@types/semver/functions/gt.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/functions/gt.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './functions/gt' was successfully resolved to '/tmp/project/node_modules/@types/semver/functions/gt.d.ts' with Package ID '@types/semver/functions/gt.d.ts@7.3.13'. ======== ======== Resolving module './functions/lt' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/functions/lt', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/functions/lt.ts' does not exist. File '/tmp/project/node_modules/@types/semver/functions/lt.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/functions/lt.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './functions/lt' was successfully resolved to '/tmp/project/node_modules/@types/semver/functions/lt.d.ts' with Package ID '@types/semver/functions/lt.d.ts@7.3.13'. ======== ======== Resolving module './functions/eq' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/functions/eq', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/functions/eq.ts' does not exist. File '/tmp/project/node_modules/@types/semver/functions/eq.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/functions/eq.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './functions/eq' was successfully resolved to '/tmp/project/node_modules/@types/semver/functions/eq.d.ts' with Package ID '@types/semver/functions/eq.d.ts@7.3.13'. ======== ======== Resolving module './functions/neq' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/functions/neq', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/functions/neq.ts' does not exist. File '/tmp/project/node_modules/@types/semver/functions/neq.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/functions/neq.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './functions/neq' was successfully resolved to '/tmp/project/node_modules/@types/semver/functions/neq.d.ts' with Package ID '@types/semver/functions/neq.d.ts@7.3.13'. ======== ======== Resolving module './functions/gte' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/functions/gte', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/functions/gte.ts' does not exist. File '/tmp/project/node_modules/@types/semver/functions/gte.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/functions/gte.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './functions/gte' was successfully resolved to '/tmp/project/node_modules/@types/semver/functions/gte.d.ts' with Package ID '@types/semver/functions/gte.d.ts@7.3.13'. ======== ======== Resolving module './functions/lte' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/functions/lte', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/functions/lte.ts' does not exist. File '/tmp/project/node_modules/@types/semver/functions/lte.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/functions/lte.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './functions/lte' was successfully resolved to '/tmp/project/node_modules/@types/semver/functions/lte.d.ts' with Package ID '@types/semver/functions/lte.d.ts@7.3.13'. ======== ======== Resolving module './functions/cmp' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/functions/cmp', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/functions/cmp.ts' does not exist. File '/tmp/project/node_modules/@types/semver/functions/cmp.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/functions/cmp.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './functions/cmp' was successfully resolved to '/tmp/project/node_modules/@types/semver/functions/cmp.d.ts' with Package ID '@types/semver/functions/cmp.d.ts@7.3.13'. ======== ======== Resolving module './functions/coerce' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/functions/coerce', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/functions/coerce.ts' does not exist. File '/tmp/project/node_modules/@types/semver/functions/coerce.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/functions/coerce.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './functions/coerce' was successfully resolved to '/tmp/project/node_modules/@types/semver/functions/coerce.d.ts' with Package ID '@types/semver/functions/coerce.d.ts@7.3.13'. ======== ======== Resolving module './functions/satisfies' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/functions/satisfies', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/functions/satisfies.ts' does not exist. File '/tmp/project/node_modules/@types/semver/functions/satisfies.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/functions/satisfies.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './functions/satisfies' was successfully resolved to '/tmp/project/node_modules/@types/semver/functions/satisfies.d.ts' with Package ID '@types/semver/functions/satisfies.d.ts@7.3.13'. ======== ======== Resolving module './ranges/max-satisfying' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/ranges/max-satisfying', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/ranges/max-satisfying.ts' does not exist. File '/tmp/project/node_modules/@types/semver/ranges/max-satisfying.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/ranges/max-satisfying.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './ranges/max-satisfying' was successfully resolved to '/tmp/project/node_modules/@types/semver/ranges/max-satisfying.d.ts' with Package ID '@types/semver/ranges/max-satisfying.d.ts@7.3.13'. ======== ======== Resolving module './ranges/min-satisfying' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/ranges/min-satisfying', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/ranges/min-satisfying.ts' does not exist. File '/tmp/project/node_modules/@types/semver/ranges/min-satisfying.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/ranges/min-satisfying.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './ranges/min-satisfying' was successfully resolved to '/tmp/project/node_modules/@types/semver/ranges/min-satisfying.d.ts' with Package ID '@types/semver/ranges/min-satisfying.d.ts@7.3.13'. ======== ======== Resolving module './ranges/to-comparators' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/ranges/to-comparators', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/ranges/to-comparators.ts' does not exist. File '/tmp/project/node_modules/@types/semver/ranges/to-comparators.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/ranges/to-comparators.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './ranges/to-comparators' was successfully resolved to '/tmp/project/node_modules/@types/semver/ranges/to-comparators.d.ts' with Package ID '@types/semver/ranges/to-comparators.d.ts@7.3.13'. ======== ======== Resolving module './ranges/min-version' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/ranges/min-version', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/ranges/min-version.ts' does not exist. File '/tmp/project/node_modules/@types/semver/ranges/min-version.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/ranges/min-version.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './ranges/min-version' was successfully resolved to '/tmp/project/node_modules/@types/semver/ranges/min-version.d.ts' with Package ID '@types/semver/ranges/min-version.d.ts@7.3.13'. ======== ======== Resolving module './ranges/valid' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/ranges/valid', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/ranges/valid.ts' does not exist. File '/tmp/project/node_modules/@types/semver/ranges/valid.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/ranges/valid.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './ranges/valid' was successfully resolved to '/tmp/project/node_modules/@types/semver/ranges/valid.d.ts' with Package ID '@types/semver/ranges/valid.d.ts@7.3.13'. ======== ======== Resolving module './ranges/outside' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/ranges/outside', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/ranges/outside.ts' does not exist. File '/tmp/project/node_modules/@types/semver/ranges/outside.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/ranges/outside.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './ranges/outside' was successfully resolved to '/tmp/project/node_modules/@types/semver/ranges/outside.d.ts' with Package ID '@types/semver/ranges/outside.d.ts@7.3.13'. ======== ======== Resolving module './ranges/gtr' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/ranges/gtr', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/ranges/gtr.ts' does not exist. File '/tmp/project/node_modules/@types/semver/ranges/gtr.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/ranges/gtr.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './ranges/gtr' was successfully resolved to '/tmp/project/node_modules/@types/semver/ranges/gtr.d.ts' with Package ID '@types/semver/ranges/gtr.d.ts@7.3.13'. ======== ======== Resolving module './ranges/ltr' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/ranges/ltr', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/ranges/ltr.ts' does not exist. File '/tmp/project/node_modules/@types/semver/ranges/ltr.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/ranges/ltr.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './ranges/ltr' was successfully resolved to '/tmp/project/node_modules/@types/semver/ranges/ltr.d.ts' with Package ID '@types/semver/ranges/ltr.d.ts@7.3.13'. ======== ======== Resolving module './ranges/intersects' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/ranges/intersects', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/ranges/intersects.ts' does not exist. File '/tmp/project/node_modules/@types/semver/ranges/intersects.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/ranges/intersects.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './ranges/intersects' was successfully resolved to '/tmp/project/node_modules/@types/semver/ranges/intersects.d.ts' with Package ID '@types/semver/ranges/intersects.d.ts@7.3.13'. ======== ======== Resolving module './ranges/simplify' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/ranges/simplify', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/ranges/simplify.ts' does not exist. File '/tmp/project/node_modules/@types/semver/ranges/simplify.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/ranges/simplify.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './ranges/simplify' was successfully resolved to '/tmp/project/node_modules/@types/semver/ranges/simplify.d.ts' with Package ID '@types/semver/ranges/simplify.d.ts@7.3.13'. ======== ======== Resolving module './ranges/subset' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/ranges/subset', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/ranges/subset.ts' does not exist. File '/tmp/project/node_modules/@types/semver/ranges/subset.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/ranges/subset.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './ranges/subset' was successfully resolved to '/tmp/project/node_modules/@types/semver/ranges/subset.d.ts' with Package ID '@types/semver/ranges/subset.d.ts@7.3.13'. ======== ======== Resolving module './classes/semver' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/classes/semver', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/classes/semver.ts' does not exist. File '/tmp/project/node_modules/@types/semver/classes/semver.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module './classes/range' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/classes/range', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/classes/range.ts' does not exist. File '/tmp/project/node_modules/@types/semver/classes/range.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/classes/range.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './classes/range' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/range.d.ts' with Package ID '@types/semver/classes/range.d.ts@7.3.13'. ======== ======== Resolving module './classes/comparator' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/classes/comparator', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/classes/comparator.ts' does not exist. File '/tmp/project/node_modules/@types/semver/classes/comparator.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/classes/comparator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './classes/comparator' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/comparator.d.ts' with Package ID '@types/semver/classes/comparator.d.ts@7.3.13'. ======== ======== Resolving module './internals/identifiers' from '/tmp/project/node_modules/@types/semver/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/internals/identifiers', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/internals/identifiers.ts' does not exist. File '/tmp/project/node_modules/@types/semver/internals/identifiers.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/internals/identifiers.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './internals/identifiers' was successfully resolved to '/tmp/project/node_modules/@types/semver/internals/identifiers.d.ts' with Package ID '@types/semver/internals/identifiers.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/functions/parse.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/classes/semver', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/classes/semver.ts' does not exist. File '/tmp/project/node_modules/@types/semver/classes/semver.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/functions/parse.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/index', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/index.ts' does not exist. File '/tmp/project/node_modules/@types/semver/index.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/classes/semver.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/index', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/index.ts' does not exist. File '/tmp/project/node_modules/@types/semver/index.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/functions/valid.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/functions/valid.d.ts'. ======== Resolution for module '../classes/semver' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/functions/clean.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/functions/inc.d.ts'. ======== Resolution for module '../classes/semver' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/functions/inc.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/functions/diff.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/functions/diff.d.ts'. ======== Resolution for module '../classes/semver' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/functions/major.d.ts'. ======== Resolution for module '../classes/semver' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/functions/major.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/functions/minor.d.ts'. ======== Resolution for module '../classes/semver' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/functions/minor.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/functions/patch.d.ts'. ======== Resolution for module '../classes/semver' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/functions/patch.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/functions/prerelease.d.ts'. ======== Resolution for module '../classes/semver' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/functions/prerelease.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/functions/compare.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/functions/compare.d.ts'. ======== Resolution for module '../classes/semver' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/functions/rcompare.d.ts'. ======== Resolution for module '../classes/semver' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/functions/rcompare.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/functions/compare-loose.d.ts'. ======== Resolution for module '../classes/semver' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/functions/compare-build.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/functions/compare-build.d.ts'. ======== Resolution for module '../classes/semver' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/functions/sort.d.ts'. ======== Resolution for module '../classes/semver' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/functions/sort.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/functions/rsort.d.ts'. ======== Resolution for module '../classes/semver' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/functions/rsort.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/functions/gt.d.ts'. ======== Resolution for module '../classes/semver' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/functions/gt.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/functions/lt.d.ts'. ======== Resolution for module '../classes/semver' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/functions/lt.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/functions/eq.d.ts'. ======== Resolution for module '../classes/semver' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/functions/eq.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/functions/neq.d.ts'. ======== Resolution for module '../classes/semver' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/functions/neq.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/functions/gte.d.ts'. ======== Resolution for module '../classes/semver' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/functions/gte.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/functions/lte.d.ts'. ======== Resolution for module '../classes/semver' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/functions/lte.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/functions/cmp.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/functions/cmp.d.ts'. ======== Resolution for module '../classes/semver' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/functions/coerce.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/functions/coerce.d.ts'. ======== Resolution for module '../classes/semver' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../classes/range' from '/tmp/project/node_modules/@types/semver/functions/satisfies.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/classes/range', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/classes/range.ts' does not exist. File '/tmp/project/node_modules/@types/semver/classes/range.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/classes/range.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name '../classes/range' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/range.d.ts' with Package ID '@types/semver/classes/range.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/functions/satisfies.d.ts'. ======== Resolution for module '../classes/semver' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/functions/satisfies.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/functions'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/classes/range.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/classes'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module './comparator' from '/tmp/project/node_modules/@types/semver/classes/range.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/classes/comparator', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/classes/comparator.ts' does not exist. File '/tmp/project/node_modules/@types/semver/classes/comparator.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/classes/comparator.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './comparator' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/comparator.d.ts' with Package ID '@types/semver/classes/comparator.d.ts@7.3.13'. ======== ======== Resolving module './semver' from '/tmp/project/node_modules/@types/semver/classes/range.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/classes/semver', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/classes/semver.ts' does not exist. File '/tmp/project/node_modules/@types/semver/classes/semver.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name './semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/classes/comparator.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/classes'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module './semver' from '/tmp/project/node_modules/@types/semver/classes/comparator.d.ts'. ======== Resolution for module './semver' was found in cache from location '/tmp/project/node_modules/@types/semver/classes'. ======== Module name './semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../classes/range' from '/tmp/project/node_modules/@types/semver/ranges/max-satisfying.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/classes/range', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/classes/range.ts' does not exist. File '/tmp/project/node_modules/@types/semver/classes/range.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/classes/range.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name '../classes/range' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/range.d.ts' with Package ID '@types/semver/classes/range.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/ranges/max-satisfying.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/classes/semver', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/classes/semver.ts' does not exist. File '/tmp/project/node_modules/@types/semver/classes/semver.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/ranges/max-satisfying.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/semver/index', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/semver/index.ts' does not exist. File '/tmp/project/node_modules/@types/semver/index.tsx' does not exist. File '/tmp/project/node_modules/@types/semver/index.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/semver/package.json' exists according to earlier cached lookups. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../classes/range' from '/tmp/project/node_modules/@types/semver/ranges/min-satisfying.d.ts'. ======== Resolution for module '../classes/range' was found in cache from location '/tmp/project/node_modules/@types/semver/ranges'. ======== Module name '../classes/range' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/range.d.ts' with Package ID '@types/semver/classes/range.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/ranges/min-satisfying.d.ts'. ======== Resolution for module '../classes/semver' was found in cache from location '/tmp/project/node_modules/@types/semver/ranges'. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/ranges/min-satisfying.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/ranges'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../classes/range' from '/tmp/project/node_modules/@types/semver/ranges/to-comparators.d.ts'. ======== Resolution for module '../classes/range' was found in cache from location '/tmp/project/node_modules/@types/semver/ranges'. ======== Module name '../classes/range' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/range.d.ts' with Package ID '@types/semver/classes/range.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/ranges/to-comparators.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/ranges'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../classes/range' from '/tmp/project/node_modules/@types/semver/ranges/min-version.d.ts'. ======== Resolution for module '../classes/range' was found in cache from location '/tmp/project/node_modules/@types/semver/ranges'. ======== Module name '../classes/range' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/range.d.ts' with Package ID '@types/semver/classes/range.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/ranges/min-version.d.ts'. ======== Resolution for module '../classes/semver' was found in cache from location '/tmp/project/node_modules/@types/semver/ranges'. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/ranges/min-version.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/ranges'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../classes/range' from '/tmp/project/node_modules/@types/semver/ranges/valid.d.ts'. ======== Resolution for module '../classes/range' was found in cache from location '/tmp/project/node_modules/@types/semver/ranges'. ======== Module name '../classes/range' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/range.d.ts' with Package ID '@types/semver/classes/range.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/ranges/valid.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/ranges'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../classes/range' from '/tmp/project/node_modules/@types/semver/ranges/outside.d.ts'. ======== Resolution for module '../classes/range' was found in cache from location '/tmp/project/node_modules/@types/semver/ranges'. ======== Module name '../classes/range' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/range.d.ts' with Package ID '@types/semver/classes/range.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/ranges/outside.d.ts'. ======== Resolution for module '../classes/semver' was found in cache from location '/tmp/project/node_modules/@types/semver/ranges'. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/ranges/outside.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/ranges'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../classes/range' from '/tmp/project/node_modules/@types/semver/ranges/gtr.d.ts'. ======== Resolution for module '../classes/range' was found in cache from location '/tmp/project/node_modules/@types/semver/ranges'. ======== Module name '../classes/range' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/range.d.ts' with Package ID '@types/semver/classes/range.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/ranges/gtr.d.ts'. ======== Resolution for module '../classes/semver' was found in cache from location '/tmp/project/node_modules/@types/semver/ranges'. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/ranges/gtr.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/ranges'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../classes/range' from '/tmp/project/node_modules/@types/semver/ranges/ltr.d.ts'. ======== Resolution for module '../classes/range' was found in cache from location '/tmp/project/node_modules/@types/semver/ranges'. ======== Module name '../classes/range' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/range.d.ts' with Package ID '@types/semver/classes/range.d.ts@7.3.13'. ======== ======== Resolving module '../classes/semver' from '/tmp/project/node_modules/@types/semver/ranges/ltr.d.ts'. ======== Resolution for module '../classes/semver' was found in cache from location '/tmp/project/node_modules/@types/semver/ranges'. ======== Module name '../classes/semver' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/semver.d.ts' with Package ID '@types/semver/classes/semver.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/ranges/ltr.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/ranges'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../classes/range' from '/tmp/project/node_modules/@types/semver/ranges/intersects.d.ts'. ======== Resolution for module '../classes/range' was found in cache from location '/tmp/project/node_modules/@types/semver/ranges'. ======== Module name '../classes/range' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/range.d.ts' with Package ID '@types/semver/classes/range.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/ranges/intersects.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/ranges'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../classes/range' from '/tmp/project/node_modules/@types/semver/ranges/simplify.d.ts'. ======== Resolution for module '../classes/range' was found in cache from location '/tmp/project/node_modules/@types/semver/ranges'. ======== Module name '../classes/range' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/range.d.ts' with Package ID '@types/semver/classes/range.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/ranges/simplify.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/ranges'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving module '../classes/range' from '/tmp/project/node_modules/@types/semver/ranges/subset.d.ts'. ======== Resolution for module '../classes/range' was found in cache from location '/tmp/project/node_modules/@types/semver/ranges'. ======== Module name '../classes/range' was successfully resolved to '/tmp/project/node_modules/@types/semver/classes/range.d.ts' with Package ID '@types/semver/classes/range.d.ts@7.3.13'. ======== ======== Resolving module '../index' from '/tmp/project/node_modules/@types/semver/ranges/subset.d.ts'. ======== Resolution for module '../index' was found in cache from location '/tmp/project/node_modules/@types/semver/ranges'. ======== Module name '../index' was successfully resolved to '/tmp/project/node_modules/@types/semver/index.d.ts' with Package ID '@types/semver/index.d.ts@7.3.13'. ======== ======== Resolving type reference directive 'node', containing file '/tmp/project/node_modules/@types/superagent/index.d.ts', root directory '/tmp/project/node_modules/@types'. ======== Resolving with primary search path '/tmp/project/node_modules/@types'. File '/tmp/project/node_modules/@types/node/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/node/index.d.ts'. File '/tmp/project/node_modules/@types/node/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/node/index.d.ts', result '/tmp/project/node_modules/@types/node/index.d.ts'. ======== Type reference directive 'node' was successfully resolved to '/tmp/project/node_modules/@types/node/index.d.ts' with Package ID '@types/node/index.d.ts@18.15.3', primary: true. ======== ======== Resolving module 'fs' from '/tmp/project/node_modules/@types/superagent/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'fs'. 'paths' option is specified, looking for a pattern to match module name 'fs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'fs'. Resolving module name 'fs' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/fs'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/fs', target file type 'TypeScript'. File '/tmp/project/apps/api/fs.ts' does not exist. File '/tmp/project/apps/api/fs.tsx' does not exist. File '/tmp/project/apps/api/fs.d.ts' does not exist. Directory '/tmp/project/apps/api/fs' does not exist, skipping all lookups in it. Loading module 'fs' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/superagent/node_modules' does not exist, skipping all lookups in it. Resolution for module 'fs' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'fs' was not resolved. ======== ======== Resolving module 'http' from '/tmp/project/node_modules/@types/superagent/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. 'paths' option is specified, looking for a pattern to match module name 'http'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'http'. Resolving module name 'http' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/http'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/http', target file type 'TypeScript'. File '/tmp/project/apps/api/http.ts' does not exist. File '/tmp/project/apps/api/http.tsx' does not exist. File '/tmp/project/apps/api/http.d.ts' does not exist. Directory '/tmp/project/apps/api/http' does not exist, skipping all lookups in it. Loading module 'http' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/superagent/node_modules' does not exist, skipping all lookups in it. Resolution for module 'http' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'http' was not resolved. ======== ======== Resolving module 'stream' from '/tmp/project/node_modules/@types/superagent/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. 'paths' option is specified, looking for a pattern to match module name 'stream'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'stream'. Resolving module name 'stream' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/stream'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/stream', target file type 'TypeScript'. File '/tmp/project/apps/api/stream.ts' does not exist. File '/tmp/project/apps/api/stream.tsx' does not exist. File '/tmp/project/apps/api/stream.d.ts' does not exist. Directory '/tmp/project/apps/api/stream' does not exist, skipping all lookups in it. Loading module 'stream' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/superagent/node_modules' does not exist, skipping all lookups in it. Resolution for module 'stream' was found in cache from location '/tmp/project/node_modules/@types'. ======== Module name 'stream' was not resolved. ======== ======== Resolving module 'cookiejar' from '/tmp/project/node_modules/@types/superagent/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'cookiejar'. 'paths' option is specified, looking for a pattern to match module name 'cookiejar'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'cookiejar'. Resolving module name 'cookiejar' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/cookiejar'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/cookiejar', target file type 'TypeScript'. File '/tmp/project/apps/api/cookiejar.ts' does not exist. File '/tmp/project/apps/api/cookiejar.tsx' does not exist. File '/tmp/project/apps/api/cookiejar.d.ts' does not exist. Directory '/tmp/project/apps/api/cookiejar' does not exist, skipping all lookups in it. Loading module 'cookiejar' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/superagent/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/cookiejar/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/cookiejar.ts' does not exist. File '/tmp/project/node_modules/cookiejar.tsx' does not exist. File '/tmp/project/node_modules/cookiejar.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'cookiejar.js' that references '/tmp/project/node_modules/cookiejar/cookiejar.js'. File '/tmp/project/node_modules/cookiejar/cookiejar.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/cookiejar/cookiejar.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/cookiejar/cookiejar.js', target file type 'TypeScript'. File '/tmp/project/node_modules/cookiejar/cookiejar.js.ts' does not exist. File '/tmp/project/node_modules/cookiejar/cookiejar.js.tsx' does not exist. File '/tmp/project/node_modules/cookiejar/cookiejar.js.d.ts' does not exist. File name '/tmp/project/node_modules/cookiejar/cookiejar.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/cookiejar/cookiejar.ts' does not exist. File '/tmp/project/node_modules/cookiejar/cookiejar.tsx' does not exist. File '/tmp/project/node_modules/cookiejar/cookiejar.d.ts' does not exist. Directory '/tmp/project/node_modules/cookiejar/cookiejar.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/cookiejar/index.ts' does not exist. File '/tmp/project/node_modules/cookiejar/index.tsx' does not exist. File '/tmp/project/node_modules/cookiejar/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/cookiejar/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/cookiejar.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/cookiejar/index.d.ts'. File '/tmp/project/node_modules/@types/cookiejar/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/cookiejar/index.d.ts', result '/tmp/project/node_modules/@types/cookiejar/index.d.ts'. ======== Module name 'cookiejar' was successfully resolved to '/tmp/project/node_modules/@types/cookiejar/index.d.ts' with Package ID '@types/cookiejar/index.d.ts@2.1.2'. ======== ======== Resolving module 'buffer' from '/tmp/project/node_modules/@types/superagent/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'buffer'. 'paths' option is specified, looking for a pattern to match module name 'buffer'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'buffer'. Resolving module name 'buffer' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/buffer'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/buffer', target file type 'TypeScript'. File '/tmp/project/apps/api/buffer.ts' does not exist. File '/tmp/project/apps/api/buffer.tsx' does not exist. File '/tmp/project/apps/api/buffer.d.ts' does not exist. Directory '/tmp/project/apps/api/buffer' does not exist, skipping all lookups in it. Loading module 'buffer' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/superagent/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/buffer/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/buffer.ts' does not exist. File '/tmp/project/node_modules/buffer.tsx' does not exist. File '/tmp/project/node_modules/buffer.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/buffer/index.d.ts'. File '/tmp/project/node_modules/buffer/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/buffer/index.d.ts', result '/tmp/project/node_modules/buffer/index.d.ts'. ======== Module name 'buffer' was successfully resolved to '/tmp/project/node_modules/buffer/index.d.ts' with Package ID 'buffer/index.d.ts@5.7.1'. ======== ======== Resolving module 'superagent' from '/tmp/project/node_modules/@types/supertest/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'superagent'. 'paths' option is specified, looking for a pattern to match module name 'superagent'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'superagent'. Resolving module name 'superagent' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/superagent'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/superagent', target file type 'TypeScript'. File '/tmp/project/apps/api/superagent.ts' does not exist. File '/tmp/project/apps/api/superagent.tsx' does not exist. File '/tmp/project/apps/api/superagent.d.ts' does not exist. Directory '/tmp/project/apps/api/superagent' does not exist, skipping all lookups in it. Loading module 'superagent' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/supertest/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/superagent/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/superagent.ts' does not exist. File '/tmp/project/node_modules/superagent.tsx' does not exist. File '/tmp/project/node_modules/superagent.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'lib/node/index.js' that references '/tmp/project/node_modules/superagent/lib/node/index.js'. File '/tmp/project/node_modules/superagent/lib/node/index.js' exist - use it as a name resolution result. File '/tmp/project/node_modules/superagent/lib/node/index.js' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/superagent/lib/node/index.js', target file type 'TypeScript'. File '/tmp/project/node_modules/superagent/lib/node/index.js.ts' does not exist. File '/tmp/project/node_modules/superagent/lib/node/index.js.tsx' does not exist. File '/tmp/project/node_modules/superagent/lib/node/index.js.d.ts' does not exist. File name '/tmp/project/node_modules/superagent/lib/node/index.js' has a '.js' extension - stripping it. File '/tmp/project/node_modules/superagent/lib/node/index.ts' does not exist. File '/tmp/project/node_modules/superagent/lib/node/index.tsx' does not exist. File '/tmp/project/node_modules/superagent/lib/node/index.d.ts' does not exist. Directory '/tmp/project/node_modules/superagent/lib/node/index.js' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/superagent/index.ts' does not exist. File '/tmp/project/node_modules/superagent/index.tsx' does not exist. File '/tmp/project/node_modules/superagent/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/superagent/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/superagent.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/superagent/index.d.ts'. File '/tmp/project/node_modules/@types/superagent/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/superagent/index.d.ts', result '/tmp/project/node_modules/@types/superagent/index.d.ts'. ======== Module name 'superagent' was successfully resolved to '/tmp/project/node_modules/@types/superagent/index.d.ts' with Package ID '@types/superagent/index.d.ts@4.1.16'. ======== ======== Resolving module './lib/isBoolean' from '/tmp/project/node_modules/@types/validator/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/validator/lib/isBoolean', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/validator/lib/isBoolean.ts' does not exist. File '/tmp/project/node_modules/@types/validator/lib/isBoolean.tsx' does not exist. File '/tmp/project/node_modules/@types/validator/lib/isBoolean.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/validator/package.json' exists according to earlier cached lookups. ======== Module name './lib/isBoolean' was successfully resolved to '/tmp/project/node_modules/@types/validator/lib/isBoolean.d.ts' with Package ID '@types/validator/lib/isBoolean.d.ts@13.7.14'. ======== ======== Resolving module './lib/isEmail' from '/tmp/project/node_modules/@types/validator/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/validator/lib/isEmail', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/validator/lib/isEmail.ts' does not exist. File '/tmp/project/node_modules/@types/validator/lib/isEmail.tsx' does not exist. File '/tmp/project/node_modules/@types/validator/lib/isEmail.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/validator/package.json' exists according to earlier cached lookups. ======== Module name './lib/isEmail' was successfully resolved to '/tmp/project/node_modules/@types/validator/lib/isEmail.d.ts' with Package ID '@types/validator/lib/isEmail.d.ts@13.7.14'. ======== ======== Resolving module './lib/isFQDN' from '/tmp/project/node_modules/@types/validator/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/validator/lib/isFQDN', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/validator/lib/isFQDN.ts' does not exist. File '/tmp/project/node_modules/@types/validator/lib/isFQDN.tsx' does not exist. File '/tmp/project/node_modules/@types/validator/lib/isFQDN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/validator/package.json' exists according to earlier cached lookups. ======== Module name './lib/isFQDN' was successfully resolved to '/tmp/project/node_modules/@types/validator/lib/isFQDN.d.ts' with Package ID '@types/validator/lib/isFQDN.d.ts@13.7.14'. ======== ======== Resolving module './lib/isIBAN' from '/tmp/project/node_modules/@types/validator/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/validator/lib/isIBAN', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/validator/lib/isIBAN.ts' does not exist. File '/tmp/project/node_modules/@types/validator/lib/isIBAN.tsx' does not exist. File '/tmp/project/node_modules/@types/validator/lib/isIBAN.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/validator/package.json' exists according to earlier cached lookups. ======== Module name './lib/isIBAN' was successfully resolved to '/tmp/project/node_modules/@types/validator/lib/isIBAN.d.ts' with Package ID '@types/validator/lib/isIBAN.d.ts@13.7.14'. ======== ======== Resolving module './lib/isISO31661Alpha2' from '/tmp/project/node_modules/@types/validator/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/validator/lib/isISO31661Alpha2', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/validator/lib/isISO31661Alpha2.ts' does not exist. File '/tmp/project/node_modules/@types/validator/lib/isISO31661Alpha2.tsx' does not exist. File '/tmp/project/node_modules/@types/validator/lib/isISO31661Alpha2.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/validator/package.json' exists according to earlier cached lookups. ======== Module name './lib/isISO31661Alpha2' was successfully resolved to '/tmp/project/node_modules/@types/validator/lib/isISO31661Alpha2.d.ts' with Package ID '@types/validator/lib/isISO31661Alpha2.d.ts@13.7.14'. ======== ======== Resolving module './lib/isISO4217' from '/tmp/project/node_modules/@types/validator/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/validator/lib/isISO4217', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/validator/lib/isISO4217.ts' does not exist. File '/tmp/project/node_modules/@types/validator/lib/isISO4217.tsx' does not exist. File '/tmp/project/node_modules/@types/validator/lib/isISO4217.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/validator/package.json' exists according to earlier cached lookups. ======== Module name './lib/isISO4217' was successfully resolved to '/tmp/project/node_modules/@types/validator/lib/isISO4217.d.ts' with Package ID '@types/validator/lib/isISO4217.d.ts@13.7.14'. ======== ======== Resolving module './lib/isURL' from '/tmp/project/node_modules/@types/validator/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/validator/lib/isURL', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/validator/lib/isURL.ts' does not exist. File '/tmp/project/node_modules/@types/validator/lib/isURL.tsx' does not exist. File '/tmp/project/node_modules/@types/validator/lib/isURL.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/validator/package.json' exists according to earlier cached lookups. ======== Module name './lib/isURL' was successfully resolved to '/tmp/project/node_modules/@types/validator/lib/isURL.d.ts' with Package ID '@types/validator/lib/isURL.d.ts@13.7.14'. ======== ======== Resolving module './lib/isTaxID' from '/tmp/project/node_modules/@types/validator/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/validator/lib/isTaxID', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/validator/lib/isTaxID.ts' does not exist. File '/tmp/project/node_modules/@types/validator/lib/isTaxID.tsx' does not exist. File '/tmp/project/node_modules/@types/validator/lib/isTaxID.d.ts' exist - use it as a name resolution result. File '/tmp/project/node_modules/@types/validator/package.json' exists according to earlier cached lookups. ======== Module name './lib/isTaxID' was successfully resolved to '/tmp/project/node_modules/@types/validator/lib/isTaxID.d.ts' with Package ID '@types/validator/lib/isTaxID.d.ts@13.7.14'. ======== ======== Resolving module '../' from '/tmp/project/node_modules/@types/validator/lib/isBoolean.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. Loading module as file / folder, candidate module location '/tmp/project/node_modules/@types/validator/', target file type 'TypeScript'. File '/tmp/project/node_modules/@types/validator/package.json' exists according to earlier cached lookups. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/validator/index.d.ts'. File '/tmp/project/node_modules/@types/validator/index.d.ts' exist - use it as a name resolution result. ======== Module name '../' was successfully resolved to '/tmp/project/node_modules/@types/validator/index.d.ts' with Package ID '@types/validator/ndex.d.ts@13.7.14'. ======== ======== Resolving module 'yargs-parser' from '/tmp/project/node_modules/@types/yargs/index.d.ts'. ======== Explicitly specified module resolution kind: 'NodeJs'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'yargs-parser'. 'paths' option is specified, looking for a pattern to match module name 'yargs-parser'. 'baseUrl' option is set to '/tmp/project/apps/api', using this value to resolve non-relative module name 'yargs-parser'. Resolving module name 'yargs-parser' relative to base url '/tmp/project/apps/api' - '/tmp/project/apps/api/yargs-parser'. Loading module as file / folder, candidate module location '/tmp/project/apps/api/yargs-parser', target file type 'TypeScript'. File '/tmp/project/apps/api/yargs-parser.ts' does not exist. File '/tmp/project/apps/api/yargs-parser.tsx' does not exist. File '/tmp/project/apps/api/yargs-parser.d.ts' does not exist. Directory '/tmp/project/apps/api/yargs-parser' does not exist, skipping all lookups in it. Loading module 'yargs-parser' from 'node_modules' folder, target file type 'TypeScript'. Directory '/tmp/project/node_modules/@types/yargs/node_modules' does not exist, skipping all lookups in it. Directory '/tmp/project/node_modules/@types/node_modules' does not exist, skipping all lookups in it. Found 'package.json' at '/tmp/project/node_modules/yargs-parser/package.json'. 'package.json' does not have a 'typesVersions' field. File '/tmp/project/node_modules/yargs-parser.ts' does not exist. File '/tmp/project/node_modules/yargs-parser.tsx' does not exist. File '/tmp/project/node_modules/yargs-parser.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' does not have a 'types' field. 'package.json' has 'main' field 'build/index.cjs' that references '/tmp/project/node_modules/yargs-parser/build/index.cjs'. File '/tmp/project/node_modules/yargs-parser/build/index.cjs' exist - use it as a name resolution result. File '/tmp/project/node_modules/yargs-parser/build/index.cjs' has an unsupported extension, so skipping it. Loading module as file / folder, candidate module location '/tmp/project/node_modules/yargs-parser/build/index.cjs', target file type 'TypeScript'. File '/tmp/project/node_modules/yargs-parser/build/index.cjs.ts' does not exist. File '/tmp/project/node_modules/yargs-parser/build/index.cjs.tsx' does not exist. File '/tmp/project/node_modules/yargs-parser/build/index.cjs.d.ts' does not exist. File name '/tmp/project/node_modules/yargs-parser/build/index.cjs' has a '.cjs' extension - stripping it. File '/tmp/project/node_modules/yargs-parser/build/index.cts' does not exist. File '/tmp/project/node_modules/yargs-parser/build/index.d.cts' does not exist. Directory '/tmp/project/node_modules/yargs-parser/build/index.cjs' does not exist, skipping all lookups in it. File '/tmp/project/node_modules/yargs-parser/index.ts' does not exist. File '/tmp/project/node_modules/yargs-parser/index.tsx' does not exist. File '/tmp/project/node_modules/yargs-parser/index.d.ts' does not exist. File '/tmp/project/node_modules/@types/yargs-parser/package.json' exists according to earlier cached lookups. File '/tmp/project/node_modules/@types/yargs-parser.d.ts' does not exist. 'package.json' does not have a 'typings' field. 'package.json' has 'types' field 'index.d.ts' that references '/tmp/project/node_modules/@types/yargs-parser/index.d.ts'. File '/tmp/project/node_modules/@types/yargs-parser/index.d.ts' exist - use it as a name resolution result. Resolving real path for '/tmp/project/node_modules/@types/yargs-parser/index.d.ts', result '/tmp/project/node_modules/@types/yargs-parser/index.d.ts'. ======== Module name 'yargs-parser' was successfully resolved to '/tmp/project/node_modules/@types/yargs-parser/index.d.ts' with Package ID '@types/yargs-parser/index.d.ts@21.0.0'. ======== <--- Last few GCs ---> [46625:0x70ce5a0] 88757 ms: Scavenge 16064.7 (16361.7) -> 16063.0 (16375.7) MB, 20.9 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure; [46625:0x70ce5a0] 88802 ms: Scavenge 16078.7 (16375.7) -> 16080.3 (16377.4) MB, 20.3 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure; [46625:0x70ce5a0] 88889 ms: Scavenge 16080.3 (16377.4) -> 16080.0 (16378.7) MB, 86.5 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure; <--- JS stacktrace ---> FATAL ERROR: Scavenger: semi-space copy Allocation failed - JavaScript heap out of memory <--- Last few GCs ---> [46625:0x70ce5a0] 88757 ms: Scavenge 16064.7 (16361.7) -> 16063.0 (16375.7) MB, 20.9 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure; [46625:0x70ce5a0] 88802 ms: Scavenge 16078.7 (16375.7) -> 16080.3 (16377.4) MB, 20.3 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure; [46625:0x70ce5a0] 88889 ms: Scavenge 16080.3 (16377.4) -> 16080.0 (16378.7) MB, 86.5 / 0.0 ms (average mu = 0.988, current mu = 0.989) allocation failure; <--- JS stacktrace ---> FATAL ERROR: Scavenger: semi-space copy Allocation failed - JavaScript heap out of memory 1: 0xb7a940 node::Abort() [/home/username/.nvm/versions/node/v18.16.1/bin/node] 1: 0xb7a940 node::Abort() [/home/username/.nvm/versions/node/v18.16.1/bin/node] 2: 0xa8e823 [/home/username/.nvm/versions/node/v18.16.1/bin/node] 2: 0xa8e823 [/home/username/.nvm/versions/node/v18.16.1/bin/node] 3: 0xd5c990 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [/home/username/.nvm/versions/node/v18.16.1/bin/node] 3: 0xd5c990 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [/home/username/.nvm/versions/node/v18.16.1/bin/node] 4: 0xd5cd37 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [/home/username/.nvm/versions/node/v18.16.1/bin/node] 4: 0xd5cd37 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [/home/username/.nvm/versions/node/v18.16.1/bin/node] 5: 0xf3a435 [/home/username/.nvm/versions/node/v18.16.1/bin/node] 5: 0xf3a435 [/home/username/.nvm/versions/node/v18.16.1/bin/node] 6: 0xfc3e6e v8::internal::SlotCallbackResult v8::internal::Scavenger::ScavengeObject(v8::internal::FullHeapObjectSlot, v8::internal::HeapObject) [/home/username/.nvm/versions/node/v18.16.1/bin/node] 6: 0xfc3e6e v8::internal::SlotCallbackResult v8::internal::Scavenger::ScavengeObject(v8::internal::FullHeapObjectSlot, v8::internal::HeapObject) [/home/username/.nvm/versions/node/v18.16.1/bin/node] 7: 0xfc6f48 [/home/username/.nvm/versions/node/v18.16.1/bin/node] 7: 0xfc6f48 [/home/username/.nvm/versions/node/v18.16.1/bin/node] 8: 0xfc7bcc v8::internal::Scavenger::Process(v8::JobDelegate*) [/home/username/.nvm/versions/node/v18.16.1/bin/node] 8: 0xfc7bcc v8::internal::Scavenger::Process(v8::JobDelegate*) [/home/username/.nvm/versions/node/v18.16.1/bin/node] 9: 0xfcc89f v8::internal::ScavengerCollector::JobTask::ProcessItems(v8::JobDelegate*, v8::internal::Scavenger*) [/home/username/.nvm/versions/node/v18.16.1/bin/node] 9: 0xfcc89f v8::internal::ScavengerCollector::JobTask::ProcessItems(v8::JobDelegate*, v8::internal::Scavenger*) [/home/username/.nvm/versions/node/v18.16.1/bin/node] 10: 0xfcc9d0 v8::internal::ScavengerCollector::JobTask::Run(v8::JobDelegate*) [/home/username/.nvm/versions/node/v18.16.1/bin/node] 10: 0xfcc9d0 v8::internal::ScavengerCollector::JobTask::Run(v8::JobDelegate*) [/home/username/.nvm/versions/node/v18.16.1/bin/node] 11: 0x1ad9fe4 v8::platform::DefaultJobWorker::Run() [/home/username/.nvm/versions/node/v18.16.1/bin/node] 11: 0x1ad9fe4 v8::platform::DefaultJobWorker::Run() [/home/username/.nvm/versions/node/v18.16.1/bin/node] 12: 0xbe6a65 [/home/username/.nvm/versions/node/v18.16.1/bin/node] 13: 0x7fe8ae69d44b [/usr/lib/libc.so.6] 14: 0x7fe8ae720e40 [/usr/lib/libc.so.6] error Command failed with signal "SIGABRT". info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.